Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-ops.c191 int platform_max; in snd_soc_info_volsw() local
193 if (!mc->platform_max) in snd_soc_info_volsw()
194 mc->platform_max = mc->max; in snd_soc_info_volsw()
195 platform_max = mc->platform_max; in snd_soc_info_volsw()
197 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume")) in snd_soc_info_volsw()
204 uinfo->value.integer.max = platform_max - mc->min; in snd_soc_info_volsw()
465 int platform_max; in snd_soc_info_volsw_range() local
468 if (!mc->platform_max) in snd_soc_info_volsw_range()
469 mc->platform_max = mc->max; in snd_soc_info_volsw_range()
470 platform_max = mc->platform_max; in snd_soc_info_volsw_range()
[all …]
Dsoc-topology.c810 sm->platform_max = mc->platform_max; in soc_tplg_dmixer_create()
1170 sm->platform_max = mc->platform_max; in soc_tplg_dapm_widget_dmixer_create()
/linux-4.4.14/include/sound/
Dsoc.h38 .rshift = shift_right, .max = xmax, .platform_max = xmax, \
43 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \
49 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert})
53 .max = xmax, .platform_max = xmax, .invert = xinvert})
57 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \
62 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert})
75 .platform_max = xmax, .invert = xinvert} }
106 .platform_max = xmax, .invert = xinvert} }
247 .platform_max = xmax, .invert = xinvert} }
1208 int min, max, platform_max; member
/linux-4.4.14/include/uapi/sound/
Dasoc.h266 __le32 platform_max; member