Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_xiaomi78 snd_soc_get_volsw_range
H A Dabi_gki_aarch64_generic1758 snd_soc_get_volsw_range
H A Dabi_gki_aarch64_exynos1814 snd_soc_get_volsw_range
H A Dabi_gki_aarch64_galaxy3768 snd_soc_get_volsw_range
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h67 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
99 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
128 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
156 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
603 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol,
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-ops.c579 int snd_soc_get_volsw_range(struct snd_kcontrol *kcontrol, in snd_soc_get_volsw_range() function
616 EXPORT_SYMBOL_GPL(snd_soc_get_volsw_range);
H A Dsoc-topology.c141 {SND_SOC_TPLG_CTL_RANGE, snd_soc_get_volsw_range,
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drv1106_codec.c730 return snd_soc_get_volsw_range(kcontrol, ucontrol); in rv1106_codec_mic_gain_get()
1326 return snd_soc_get_volsw_range(kcontrol, ucontrol); in rv1106_codec_hpmix_gain_get()
H A Drk3308_codec.c755 return snd_soc_get_volsw_range(kcontrol, ucontrol); in rk3308_codec_mic_gain_get()
846 return snd_soc_get_volsw_range(kcontrol, ucontrol); in rk3308_codec_hpout_l_get_tlv()
870 return snd_soc_get_volsw_range(kcontrol, ucontrol); in rk3308_codec_hpout_r_get_tlv()
H A Dwm5110.c480 ret = snd_soc_get_volsw_range(kcontrol, ucontrol); in wm5110_in_pga_get()