Home
last modified time | relevance | path

Searched refs:wm8960 (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dwm8960.c173 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_set_deemph() local
179 if (wm8960->deemph) { in wm8960_set_deemph()
182 if (abs(deemph_settings[i] - wm8960->lrclk) < in wm8960_set_deemph()
183 abs(deemph_settings[best] - wm8960->lrclk)) in wm8960_set_deemph()
202 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_get_deemph() local
204 ucontrol->value.integer.value[0] = wm8960->deemph; in wm8960_get_deemph()
212 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_put_deemph() local
218 wm8960->deemph = deemph; in wm8960_put_deemph()
475 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_add_widgets() local
476 struct wm8960_data *pdata = &wm8960->pdata; in wm8960_add_widgets()
[all …]
DMakefile195 snd-soc-wm8960-objs := wm8960.o
415 obj-$(CONFIG_SND_SOC_WM8960) += snd-soc-wm8960.o