Searched refs:snd_soc_get_volsw_range (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | soc.h | 66 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \ 98 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 127 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 167 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 585 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol,
|
/openbmc/linux/sound/soc/ |
H A D | soc-ops.c | 594 * snd_soc_get_volsw_range - single mixer get callback with range 602 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol, 639 EXPORT_SYMBOL_GPL(snd_soc_get_volsw_range); in snd_soc_get_volsw_range() 603 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol, snd_soc_get_volsw_range() function
|
H A D | soc-topology.c | 134 {SND_SOC_TPLG_CTL_RANGE, snd_soc_get_volsw_range,
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm5110.c | 480 ret = snd_soc_get_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_get()
|