Searched refs:platform_max (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/sound/soc/ |
| D | soc-ops.c | 180 int platform_max; in snd_soc_info_volsw() local 182 if (!mc->platform_max) in snd_soc_info_volsw() 183 mc->platform_max = mc->max; in snd_soc_info_volsw() 184 platform_max = mc->platform_max; in snd_soc_info_volsw() 186 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume")) in snd_soc_info_volsw() 193 uinfo->value.integer.max = platform_max - mc->min; in snd_soc_info_volsw() 447 int platform_max; in snd_soc_info_volsw_range() local 450 if (!mc->platform_max) in snd_soc_info_volsw_range() 451 mc->platform_max = mc->max; in snd_soc_info_volsw_range() 452 platform_max = mc->platform_max; in snd_soc_info_volsw_range() [all …]
|
| D | soc-topology.c | 886 sm->platform_max = le32_to_cpu(mc->platform_max); in soc_tplg_dmixer_create() 1362 sm->platform_max = le32_to_cpu(mc->platform_max); in soc_tplg_dapm_widget_dmixer_create()
|
| /Linux-v5.10/include/sound/ |
| D | soc.h | 34 .rshift = shift_right, .max = xmax, .platform_max = xmax, \ 39 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \ 45 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert}) 49 .max = xmax, .platform_max = xmax, .invert = xinvert}) 53 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \ 58 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert}) 71 .platform_max = xmax, .invert = xinvert} } 102 .platform_max = xmax, .invert = xinvert} } 188 .min = xmin, .max = xmax, .platform_max = xmax, \ 262 .platform_max = xmax, .invert = xinvert} } [all …]
|
| /Linux-v5.10/drivers/staging/greybus/ |
| D | audio_topology.c | 354 int platform_max, platform_min; in gbcodec_mixer_dapm_ctl_info() local 362 platform_max = le32_to_cpu(info->value.integer.max); in gbcodec_mixer_dapm_ctl_info() 365 if (platform_max == 1 && in gbcodec_mixer_dapm_ctl_info() 373 uinfo->value.integer.max = platform_max; in gbcodec_mixer_dapm_ctl_info()
|
| /Linux-v5.10/include/uapi/sound/ |
| D | asoc.h | 395 __le32 platform_max; member
|
| /Linux-v5.10/sound/soc/codecs/ |
| D | cros_ec_codec.c | 214 control->platform_max = r.max_gain; in dmic_probe()
|