Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm8731.c90 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_set_deemph() local
96 if (wm8731->deemph) { in wm8731_set_deemph()
99 if (abs(wm8731_deemph[i] - wm8731->playback_fs) < in wm8731_set_deemph()
100 abs(wm8731_deemph[best] - wm8731->playback_fs)) in wm8731_set_deemph()
120 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_get_deemph() local
122 ucontrol->value.integer.value[0] = wm8731->deemph; in wm8731_get_deemph()
131 struct wm8731_priv *wm8731 = snd_soc_component_get_drvdata(component); in wm8731_put_deemph() local
138 mutex_lock(&wm8731->lock); in wm8731_put_deemph()
139 if (wm8731->deemph != deemph) { in wm8731_put_deemph()
140 wm8731->deemph = deemph; in wm8731_put_deemph()
[all …]
H A DMakefile276 snd-soc-wm8731-objs := wm8731.o
603 obj-$(CONFIG_SND_SOC_WM8731) += snd-soc-wm8731.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A 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>;
H A 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>;
H A Dwm8731.txt8 - compatible : "wlf,wm8731"
15 wm8731: codec@1a {
16 compatible = "wlf,wm8731";
H A Dmikroe,mikroe-proto.txt18 model = "wm8731 @ sama5d2_xplained";
20 audio-codec = <&wm8731>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91sam9x5ek.dtsi20 compatible = "atmel,sam9x5-wm8731-audio";
22 atmel,model = "wm8731 @ AT91SAM9X5EK";
31 atmel,audio-codec = <&wm8731>;
48 wm8731: wm8731@1a { label
49 compatible = "wm8731";
H A Dat91sam9g20ek_common.dtsi228 wm8731: wm8731@1b { label
229 compatible = "wm8731";
259 compatible = "atmel,at91sam9g20ek-wm8731-audio";
263 atmel,model = "wm8731 @ AT91SAMG20EK";
270 atmel,audio-codec = <&wm8731>;
H A Dam57xx-cl-som-am57x.dts73 sound-dai = <&wm8731>;
438 wm8731: wm8731@1a { label
440 compatible = "wlf,wm8731";
H A Dimx6q-cm-fx6.dts126 sound-dai = <&wm8731>;
297 wm8731: codec@1a { label
299 compatible = "wlf,wm8731";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dat91sam9x5ek.dtsi68 wm8731: wm8731@1a { label
69 compatible = "wm8731";
154 compatible = "atmel,sam9x5-wm8731-audio";
156 atmel,model = "wm8731 @ AT91SAM9X5EK";
165 atmel,audio-codec = <&wm8731>;
H A Dat91sam9g20ek_common.dtsi189 wm8731: wm8731@1b { label
190 compatible = "wm8731";
214 compatible = "atmel,at91sam9g20ek-wm8731-audio";
218 atmel,model = "wm8731 @ AT91SAMG20EK";
225 atmel,audio-codec = <&wm8731>;
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A DMakefile26 snd-soc-sam9g20-wm8731-objs := sam9g20_wm8731.o
28 snd-soc-sam9x5-wm8731-objs := sam9x5_wm8731.o
34 obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o
36 obj-$(CONFIG_SND_AT91_SOC_SAM9X5_WM8731) += snd-soc-sam9x5-wm8731.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-at91.txt78 wm8731: wm8731@1a {
79 compatible = "wm8731";
/OK3568_Linux_fs/kernel/sound/soc/pxa/
H A Dpoodle.c222 SND_SOC_DAILINK_DEFS(wm8731,
233 SND_SOC_DAILINK_REG(wm8731),
H A Dcorgi.c259 SND_SOC_DAILINK_DEFS(wm8731,
270 SND_SOC_DAILINK_REG(wm8731),
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Dmachine.rst67 .codec_dai_name = "wm8731-hifi",
H A Doverview.rst13 Linux had different wm8731 drivers for 4 different SoC platforms.
H A Dcodec.rst49 .name = "wm8731-hifi",
H A Ddapm.rst256 e.g., from the WM8731 output mixer (wm8731.c)