Searched refs:wm8960 (Results 1 – 2 of 2) sorted by relevance
173 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_set_deemph() local179 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() local204 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() local218 wm8960->deemph = deemph; in wm8960_put_deemph()475 struct wm8960_priv *wm8960 = snd_soc_codec_get_drvdata(codec); in wm8960_add_widgets() local476 struct wm8960_data *pdata = &wm8960->pdata; in wm8960_add_widgets()[all …]
195 snd-soc-wm8960-objs := wm8960.o415 obj-$(CONFIG_SND_SOC_WM8960) += snd-soc-wm8960.o