Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc.h77 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
109 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
138 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
190 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
608 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol,
/linux/sound/soc/
H A Dsoc-ops.c603 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_range() function
640 EXPORT_SYMBOL_GPL(snd_soc_get_volsw_range);
H A Dsoc-topology.c134 {SND_SOC_TPLG_CTL_RANGE, snd_soc_get_volsw_range,
/linux/sound/soc/codecs/
H A Dwm5110.c480 ret = snd_soc_get_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_get()