Searched refs:platform_max (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-ops.c | 191 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 …]
|
/linux-4.1.27/include/sound/ |
D | soc.h | 37 .rshift = shift_right, .max = xmax, .platform_max = xmax, \ 42 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \ 48 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert}) 52 .max = xmax, .platform_max = xmax, .invert = xinvert}) 56 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \ 61 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert}) 74 .platform_max = xmax, .invert = xinvert} } 105 .platform_max = xmax, .invert = xinvert} } 1169 int min, max, platform_max; member
|