Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm8904.c316 struct wm8904_priv *wm8904 = snd_soc_component_get_drvdata(component); in wm8904_configure_clocking() local
325 switch (wm8904->sysclk_src) { in wm8904_configure_clocking()
327 dev_dbg(component->dev, "Using %dHz MCLK\n", wm8904->mclk_rate); in wm8904_configure_clocking()
330 rate = wm8904->mclk_rate; in wm8904_configure_clocking()
339 wm8904->fll_fout); in wm8904_configure_clocking()
342 rate = wm8904->fll_fout; in wm8904_configure_clocking()
353 wm8904->sysclk_rate = rate / 2; in wm8904_configure_clocking()
356 wm8904->sysclk_rate = rate; in wm8904_configure_clocking()
365 dev_dbg(component->dev, "CLK_SYS is %dHz\n", wm8904->sysclk_rate); in wm8904_configure_clocking()
372 struct wm8904_priv *wm8904 = snd_soc_component_get_drvdata(component); in wm8904_set_drc() local
[all …]
H A DMakefile289 snd-soc-wm8904-objs := wm8904.o
616 obj-$(CONFIG_SND_SOC_WM8904) += snd-soc-wm8904.o
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91-dvk_su60_somc.dtsi12 compatible = "atmel,asoc-wm8904";
16 atmel,model = "wm8904 @ DVK-SOM60";
26 atmel,audio-codec = <&wm8904>;
62 wm8904: wm8904@1a { label
63 compatible = "wlf,wm8904";
H A Dsama5d3xmb.dtsi46 wm8904: wm8904@1a { label
47 compatible = "wlf,wm8904";
190 compatible = "atmel,asoc-wm8904";
194 atmel,model = "wm8904 @ SAMA5D3EK";
204 atmel,audio-codec = <&wm8904>;
H A Dsama5d3xmb_cmp.dtsi45 wm8904: wm8904@1a { label
46 compatible = "wlf,wm8904";
228 compatible = "atmel,asoc-wm8904";
232 atmel,model = "wm8904 @ SAMA5D3EK";
242 atmel,audio-codec = <&wm8904>;
H A Dat91sam9n12ek.dts59 wm8904: codec@1a { label
60 compatible = "wlf,wm8904";
269 compatible = "atmel,asoc-wm8904";
273 atmel,model = "wm8904 @ AT91SAM9N12";
283 atmel,audio-codec = <&wm8904>;
H A Dat91-sama5d4ek.dts78 wm8904: codec@1a { label
79 compatible = "wlf,wm8904";
309 compatible = "atmel,asoc-wm8904";
313 atmel,model = "wm8904 @ SAMA5D4EK";
321 atmel,audio-codec = <&wm8904>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Datmel-wm8904.txt1 Atmel ASoC driver with wm8904 audio codec complex
4 - compatible: "atmel,asoc-wm8904"
39 compatible = "atmel,asoc-wm8904";
43 atmel,model = "wm8904 @ AT91SAM9N12EK";
54 atmel,audio-codec = <&wm8904>;
H A Dwm8904.txt6 - compatible: "wlf,wm8904" or "wlf,wm8912"
28 codec: wm8904@1a {
29 compatible = "wlf,wm8904";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsama5d3xmb_cmp.dtsi51 wm8904: wm8904@1a { label
52 compatible = "wlf,wm8904";
200 compatible = "atmel,asoc-wm8904";
204 atmel,model = "wm8904 @ SAMA5D3EK";
214 atmel,audio-codec = <&wm8904>;
H A Dsama5d3xmb.dtsi55 wm8904: wm8904@1a { label
56 compatible = "wlf,wm8904";
216 compatible = "atmel,asoc-wm8904";
220 atmel,model = "wm8904 @ SAMA5D3EK";
230 atmel,audio-codec = <&wm8904>;
H A Dat91sam9n12ek.dts50 wm8904: codec@1a { label
51 compatible = "wlf,wm8904";
249 compatible = "atmel,asoc-wm8904";
253 atmel,model = "wm8904 @ AT91SAM9N12";
263 atmel,audio-codec = <&wm8904>;
H A Dat91-sama5d4ek.dts123 wm8904: codec@1a { label
124 compatible = "wlf,wm8904";
327 compatible = "atmel,asoc-wm8904";
331 atmel,model = "wm8904 @ SAMA5D4EK";
339 atmel,audio-codec = <&wm8904>;
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var3-ads2.dts59 sound-dai = <&wm8904>;
74 sound-dai = <&wm8904>;
100 wm8904: audio-codec@1a { label
102 compatible = "wlf,wm8904";
H A Dimx8mn-var-som.dtsi234 wm8904: codec@1a { label
235 compatible = "wlf,wm8904";
H A Dimx8mm-var-som.dtsi258 wm8904: codec@1a { label
259 compatible = "wlf,wm8904";
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A DMakefile27 snd-atmel-soc-wm8904-objs := atmel_wm8904.o
35 obj-$(CONFIG_SND_ATMEL_SOC_WM8904) += snd-atmel-soc-wm8904.o