Searched refs:platform_max (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/soc/ |
| D | soc-ops.c | 186 int platform_max; in snd_soc_info_volsw() local 188 if (!mc->platform_max) in snd_soc_info_volsw() 189 mc->platform_max = mc->max; in snd_soc_info_volsw() 190 platform_max = mc->platform_max; in snd_soc_info_volsw() 192 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume")) in snd_soc_info_volsw() 199 uinfo->value.integer.max = platform_max - mc->min; in snd_soc_info_volsw() 460 int platform_max; in snd_soc_info_volsw_range() local 463 if (!mc->platform_max) in snd_soc_info_volsw_range() 464 mc->platform_max = mc->max; in snd_soc_info_volsw_range() 465 platform_max = mc->platform_max; in snd_soc_info_volsw_range() [all …]
|
| D | soc-topology.c | 879 sm->platform_max = le32_to_cpu(mc->platform_max); in soc_tplg_dmixer_create() 1343 sm->platform_max = mc->platform_max; in soc_tplg_dapm_widget_dmixer_create()
|
| /Linux-v5.4/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.4/drivers/staging/greybus/ |
| D | audio_topology.c | 352 int platform_max, platform_min; in gbcodec_mixer_dapm_ctl_info() local 364 platform_max = le32_to_cpu(info->value.integer.max); in gbcodec_mixer_dapm_ctl_info() 367 if (platform_max == 1 && in gbcodec_mixer_dapm_ctl_info() 375 uinfo->value.integer.max = platform_max; in gbcodec_mixer_dapm_ctl_info()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | cros_ec_codec.c | 370 control->platform_max = codec_data->max_dmic_gain; in cros_ec_set_gain_range()
|
| /Linux-v5.4/include/uapi/sound/ |
| D | asoc.h | 395 __le32 platform_max; member
|