Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dwm8960.c174 struct wm8960_priv *wm8960 = snd_soc_component_get_drvdata(component); in wm8960_set_deemph() local
180 if (wm8960->deemph) { in wm8960_set_deemph()
183 if (abs(deemph_settings[i] - wm8960->lrclk) < in wm8960_set_deemph()
184 abs(deemph_settings[best] - wm8960->lrclk)) in wm8960_set_deemph()
203 struct wm8960_priv *wm8960 = snd_soc_component_get_drvdata(component); in wm8960_get_deemph() local
205 ucontrol->value.integer.value[0] = wm8960->deemph; in wm8960_get_deemph()
213 struct wm8960_priv *wm8960 = snd_soc_component_get_drvdata(component); in wm8960_put_deemph() local
219 wm8960->deemph = deemph; in wm8960_put_deemph()
476 struct wm8960_priv *wm8960 = snd_soc_component_get_drvdata(component); in wm8960_add_widgets() local
477 struct wm8960_data *pdata = &wm8960->pdata; in wm8960_add_widgets()
[all …]
DMakefile323 snd-soc-wm8960-objs := wm8960.o
682 obj-$(CONFIG_SND_SOC_WM8960) += snd-soc-wm8960.o
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dmt2701-wm8960.txt4 - compatible: "mediatek,mt2701-wm8960-machine"
7 - mediatek,audio-codec: the phandles of wm8960 codec
14 compatible = "mediatek,mt2701-wm8960-machine";
21 mediatek,audio-codec = <&wm8960>;
Dwm8960.txt7 - compatible : "wlf,wm8960"
16 When wm8960 works on synchronize mode and DACLRC pin is used to supply
37 wm8960: codec@1a {
38 compatible = "wlf,wm8960";
Dfsl-asoc-card.txt35 "fsl,imx-audio-wm8960"
/Linux-v6.1/arch/arm/boot/dts/
Dmt7623a-rfb-emmc.dts94 compatible = "mediatek,mt2701-wm8960-machine";
101 mediatek,audio-codec = <&wm8960>;
199 wm8960: wm8960@1a { label
200 compatible = "wlf,wm8960";
Dmt7623a-rfb-nand.dts94 compatible = "mediatek,mt2701-wm8960-machine";
101 mediatek,audio-codec = <&wm8960>;
203 wm8960: wm8960@1a { label
204 compatible = "wlf,wm8960";
Dmt7623n-rfb-emmc.dts109 compatible = "mediatek,mt2701-wm8960-machine";
116 mediatek,audio-codec = <&wm8960>;
289 wm8960: wm8960@1a { label
290 compatible = "wlf,wm8960";
Duniphier-pxs2-gentil.dts66 wm8960@1a {
67 compatible = "wlf,wm8960";
Dimx6ul-14x14-evk.dtsi49 * - wm8960 audio codec
63 sound-wm8960 {
64 compatible = "fsl,imx-audio-wm8960";
65 model = "wm8960-audio";
131 codec: wm8960@1a {
133 compatible = "wlf,wm8960";
Dimx7d-sdb.dts151 compatible = "fsl,imx7d-evk-wm8960",
152 "fsl,imx-audio-wm8960";
153 model = "wm8960-audio";
380 codec: wm8960@1a {
381 compatible = "wlf,wm8960";
Dimx7d-nitrogen7.dts288 codec: wm8960@1a {
289 compatible = "wlf,wm8960";
Dexynos4412-itop-elite.dts182 compatible = "wlf,wm8960";
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mq-mnt-reform2.dts86 compatible = "fsl,imx-audio-wm8960";
88 audio-codec = <&wm8960>;
100 model = "wm8960-audio";
120 wm8960: codec@1a { label
121 compatible = "wlf,wm8960";
Dimx8mm-nitrogen-r2.dts38 sound-wm8960 {
40 audio-codec = <&wm8960>;
50 compatible = "fsl,imx-audio-wm8960";
55 model = "wm8960-audio";
246 wm8960: codec@1a { label
247 compatible = "wlf,wm8960";
510 /* wm8960 */
/Linux-v6.1/arch/powerpc/boot/dts/fsl/
Dp1022rdk.dts53 wm8960:codec@1a { label
54 compatible = "wlf,wm8960";
101 codec-handle = <&wm8960>;
/Linux-v6.1/sound/soc/mediatek/mt2701/
DMakefile8 obj-$(CONFIG_SND_SOC_MT2701_WM8960) += mt2701-wm8960.o