Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dsoc.h67 .put = snd_soc_put_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, \
583 int snd_soc_put_volsw_range(struct snd_kcontrol *kcontrol,
/linux-6.6.21/sound/soc/
Dsoc-ops.c530 int snd_soc_put_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_put_volsw_range() function
592 EXPORT_SYMBOL_GPL(snd_soc_put_volsw_range);
Dsoc-topology.c135 snd_soc_put_volsw_range, snd_soc_info_volsw_range},
/linux-6.6.21/sound/soc/codecs/
Dwm5110.c500 ret = snd_soc_put_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_put()