Home
last modified time | relevance | path

Searched defs:snd_sof_control (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-audio.h63 struct snd_sof_control { struct
64 struct snd_soc_component *scomp;
65 int comp_id;
66 int min_volume_step; /* min volume step for volume_table */
67 int max_volume_step; /* max volume step for volume_table */
68 int num_channels;
69 u32 readback_offset; /* offset to mmapped data if used */
70 struct sof_ipc_ctrl_data *control_data;
71 u32 size; /* cdata size */
72 enum sof_ipc_ctrl_cmd cmd;
[all …]
/kernel/linux/linux-6.6/sound/soc/sof/
Dsof-audio.h351 struct snd_sof_control { struct
352 struct snd_soc_component *scomp;
353 const char *name;
354 int comp_id;
355 int min_volume_step; /* min volume step for volume_table */
356 int max_volume_step; /* max volume step for volume_table */
357 int num_channels;
358 unsigned int access;
359 int info_type;
360 int index; /* pipeline ID */
[all …]