Home
last modified time | relevance | path

Searched refs:platform_max (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/
Dsoc-ops.c180 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()
320 if (mc->platform_max && ((int)val + min) > mc->platform_max) in snd_soc_put_volsw()
333 if (mc->platform_max && ((int)val2 + min) > mc->platform_max) in snd_soc_put_volsw()
433 if (mc->platform_max && val > mc->platform_max) in snd_soc_put_volsw_sx()
450 if (mc->platform_max && val2 > mc->platform_max) in snd_soc_put_volsw_sx()
[all …]
Dsoc-topology.c887 sm->platform_max = le32_to_cpu(mc->platform_max); in soc_tplg_dmixer_create()
1363 sm->platform_max = le32_to_cpu(mc->platform_max); in soc_tplg_dapm_widget_dmixer_create()
/kernel/linux/linux-5.10/include/sound/
Dsoc.h34 .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 …]
/kernel/linux/linux-5.10/drivers/staging/greybus/
Daudio_topology.c357 int platform_max, platform_min; in gbcodec_mixer_dapm_ctl_info() local
365 platform_max = le32_to_cpu(info->value.integer.max); in gbcodec_mixer_dapm_ctl_info()
368 if (platform_max == 1 && in gbcodec_mixer_dapm_ctl_info()
376 uinfo->value.integer.max = platform_max; in gbcodec_mixer_dapm_ctl_info()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasoc.h244 __le32 platform_max; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dasoc.h395 __le32 platform_max; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasoc.h257 __le32 platform_max; member
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcros_ec_codec.c214 control->platform_max = r.max_gain; in dmic_probe()