Searched refs:wm8904 (Results  1 – 8 of 8) sorted by relevance
| /linux-4.1.27/sound/soc/codecs/ | 
| D | wm8904.c | 321 	struct wm8904_priv *wm8904 = snd_soc_codec_get_drvdata(codec);  in wm8904_configure_clocking()  local 330 	switch (wm8904->sysclk_src) {  in wm8904_configure_clocking() 332 		dev_dbg(codec->dev, "Using %dHz MCLK\n", wm8904->mclk_rate);  in wm8904_configure_clocking() 335 		rate = wm8904->mclk_rate;  in wm8904_configure_clocking() 344 			wm8904->fll_fout);  in wm8904_configure_clocking() 347 		rate = wm8904->fll_fout;  in wm8904_configure_clocking() 358 		wm8904->sysclk_rate = rate / 2;  in wm8904_configure_clocking() 361 		wm8904->sysclk_rate = rate;  in wm8904_configure_clocking() 370 	dev_dbg(codec->dev, "CLK_SYS is %dHz\n", wm8904->sysclk_rate);  in wm8904_configure_clocking() 377 	struct wm8904_priv *wm8904 = snd_soc_codec_get_drvdata(codec);  in wm8904_set_drc()  local [all …] 
 | 
| D | Makefile | 153 snd-soc-wm8904-objs := wm8904.o 334 obj-$(CONFIG_SND_SOC_WM8904)	+= snd-soc-wm8904.o
  | 
| /linux-4.1.27/Documentation/devicetree/bindings/sound/ | 
| D | atmel-wm8904.txt | 1 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>;
  | 
| D | wm8904.txt | 6   - compatible: "wlf,wm8904" or "wlf,wm8912" 28 codec: wm8904@1a { 29 	compatible = "wlf,wm8904";
  | 
| /linux-4.1.27/arch/arm/boot/dts/ | 
| D | sama5d3xmb.dtsi | 47 				wm8904: wm8904@1a {  label 48 					compatible = "wlf,wm8904"; 201 		compatible = "atmel,asoc-wm8904"; 205 		atmel,model = "wm8904 @ SAMA5D3EK"; 215 		atmel,audio-codec = <&wm8904>;
  | 
| D | at91sam9n12ek.dts | 56 				wm8904: codec@1a {  label 57 					compatible = "wlf,wm8904"; 197 		compatible = "atmel,asoc-wm8904"; 201 		atmel,model = "wm8904 @ AT91SAM9N12"; 211 		atmel,audio-codec = <&wm8904>;
  | 
| D | at91-sama5d4ek.dts | 135 				wm8904: codec@1a {  label 136 					compatible = "wlf,wm8904"; 308 		compatible = "atmel,asoc-wm8904"; 312 		atmel,model = "wm8904 @ SAMA5D4EK"; 320 		atmel,audio-codec = <&wm8904>;
  | 
| /linux-4.1.27/sound/soc/atmel/ | 
| D | Makefile | 12 snd-atmel-soc-wm8904-objs := atmel_wm8904.o 16 obj-$(CONFIG_SND_ATMEL_SOC_WM8904) += snd-atmel-soc-wm8904.o
  |