Searched refs:platform_max (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/soc/
H A Dsoc-ops.c183 if (mc->platform_max && mc->platform_max < max)
184 max = mc->platform_max;
225 if (mc->platform_max)
226 max = mc->platform_max;
339 if (mc->platform_max && ((int)val + min) > mc->platform_max)
352 if (mc->platform_max && ((int)val2 + min) > mc->platform_max)
453 if (mc->platform_max
505 int platform_max; local
[all...]
H A Dsoc-topology.c756 sm->platform_max = le32_to_cpu(mc->platform_max);
1136 sm->platform_max = le32_to_cpu(mc->platform_max);
/linux-master/sound/soc/sof/
H A Dcontrol.c53 int platform_max; local
55 if (!sm->platform_max)
56 sm->platform_max = sm->max;
57 platform_max = sm->platform_max;
59 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume"))
66 uinfo->value.integer.max = platform_max - sm->min;
/linux-master/include/uapi/sound/
H A Dasoc.h397 __le32 platform_max; member in struct:snd_soc_tplg_mixer_control
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c356 int platform_max, platform_min; local
364 platform_max = le32_to_cpu(info->value.integer.max);
367 if (platform_max == 1 &&
375 uinfo->value.integer.max = platform_max;
/linux-master/sound/soc/codecs/
H A Dcros_ec_codec.c214 control->platform_max = r.max_gain;
/linux-master/include/sound/
H A Dsoc.h1222 int min, max, platform_max; member in struct:soc_mixer_control

Completed in 364 milliseconds