Home
last modified time | relevance | path

Searched refs:wm8731 (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm8731.c93 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_set_deemph() local
99 if (wm8731->deemph) { in wm8731_set_deemph()
102 if (abs(wm8731_deemph[i] - wm8731->playback_fs) < in wm8731_set_deemph()
103 abs(wm8731_deemph[best] - wm8731->playback_fs)) in wm8731_set_deemph()
123 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_get_deemph() local
125 ucontrol->value.integer.value[0] = wm8731->deemph; in wm8731_get_deemph()
134 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_put_deemph() local
141 mutex_lock(&wm8731->lock); in wm8731_put_deemph()
142 if (wm8731->deemph != deemph) { in wm8731_put_deemph()
143 wm8731->deemph = deemph; in wm8731_put_deemph()
[all …]
DMakefile149 snd-soc-wm8731-objs := wm8731.o
340 obj-$(CONFIG_SND_SOC_WM8731) += snd-soc-wm8731.o
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Datmel-sam9x5-wm8731-audio.txt1 * Atmel at91sam9x5ek wm8731 audio complex
4 - compatible: "atmel,sam9x5-wm8731-audio"
18 wm8731 pins:
19 cf Documentation/devicetree/bindings/sound/wm8731.txt
23 compatible = "atmel,sam9x5-wm8731-audio";
25 atmel,model = "wm8731 @ AT91SAM9X5EK";
34 atmel,audio-codec = <&wm8731>;
Datmel-at91sam9g20ek-wm8731-audio.txt1 * Atmel at91sam9g20ek wm8731 audio complex
4 - compatible: "atmel,at91sam9g20ek-wm8731-audio"
14 compatible = "atmel,at91sam9g20ek-wm8731-audio";
18 atmel,model = "wm8731 @ AT91SAMG20EK";
25 atmel,audio-codec = <&wm8731>;
Dwm8731.txt8 - compatible : "wlf,wm8731"
15 codec: wm8731@1a {
16 compatible = "wlf,wm8731";
/linux-4.4.14/sound/soc/atmel/
DMakefile11 snd-soc-sam9g20-wm8731-objs := sam9g20_wm8731.o
13 snd-soc-sam9x5-wm8731-objs := sam9x5_wm8731.o
16 obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o
18 obj-$(CONFIG_SND_AT91_SOC_SAM9X5_WM8731) += snd-soc-sam9x5-wm8731.o
/linux-4.4.14/arch/arm/boot/dts/
Dat91sam9g20ek_common.dtsi187 wm8731: wm8731@1b { label
188 compatible = "wm8731";
212 compatible = "atmel,at91sam9g20ek-wm8731-audio";
216 atmel,model = "wm8731 @ AT91SAMG20EK";
223 atmel,audio-codec = <&wm8731>;
Dat91sam9x5ek.dtsi78 wm8731: wm8731@1a { label
79 compatible = "wm8731";
185 compatible = "atmel,sam9x5-wm8731-audio";
187 atmel,model = "wm8731 @ AT91SAM9X5EK";
196 atmel,audio-codec = <&wm8731>;
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-at91.txt56 wm8731: wm8731@1a {
57 compatible = "wm8731";
/linux-4.4.14/Documentation/sound/alsa/soc/
Dmachine.txt64 .codec_dai_name = "wm8731-hifi",
Doverview.txt12 Linux had different wm8731 drivers for 4 different SoC platforms.
Dcodec.txt47 .name = "wm8731-hifi",
Ddapm.txt200 e.g., from the WM8731 output mixer (wm8731.c)