Searched refs:wm8731 (Results 1 – 12 of 12) sorted by relevance
| /linux-4.1.27/sound/soc/codecs/ |
| D | wm8731.c | 98 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_set_deemph() local 104 if (wm8731->deemph) { in wm8731_set_deemph() 107 if (abs(wm8731_deemph[i] - wm8731->playback_fs) < in wm8731_set_deemph() 108 abs(wm8731_deemph[best] - wm8731->playback_fs)) in wm8731_set_deemph() 128 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_get_deemph() local 130 ucontrol->value.integer.value[0] = wm8731->deemph; in wm8731_get_deemph() 139 struct wm8731_priv *wm8731 = snd_soc_codec_get_drvdata(codec); in wm8731_put_deemph() local 146 mutex_lock(&wm8731->lock); in wm8731_put_deemph() 147 if (wm8731->deemph != deemph) { in wm8731_put_deemph() 148 wm8731->deemph = deemph; in wm8731_put_deemph() [all …]
|
| D | Makefile | 140 snd-soc-wm8731-objs := wm8731.o 321 obj-$(CONFIG_SND_SOC_WM8731) += snd-soc-wm8731.o
|
| /linux-4.1.27/Documentation/devicetree/bindings/sound/ |
| D | atmel-sam9x5-wm8731-audio.txt | 1 * 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>;
|
| D | atmel-at91sam9g20ek-wm8731-audio.txt | 1 * 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>;
|
| D | wm8731.txt | 8 - compatible : "wlf,wm8731" 15 codec: wm8731@1a { 16 compatible = "wlf,wm8731";
|
| /linux-4.1.27/sound/soc/atmel/ |
| D | Makefile | 11 snd-soc-sam9g20-wm8731-objs := sam9g20_wm8731.o 13 snd-soc-sam9x5-wm8731-objs := sam9x5_wm8731.o 15 obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o 17 obj-$(CONFIG_SND_AT91_SOC_SAM9X5_WM8731) += snd-soc-sam9x5-wm8731.o
|
| /linux-4.1.27/arch/arm/boot/dts/ |
| D | at91sam9x5ek.dtsi | 75 wm8731: wm8731@1a { label 76 compatible = "wm8731"; 176 compatible = "atmel,sam9x5-wm8731-audio"; 178 atmel,model = "wm8731 @ AT91SAM9X5EK"; 187 atmel,audio-codec = <&wm8731>;
|
| D | at91sam9g20ek_common.dtsi | 195 wm8731: wm8731@1b { label 196 compatible = "wm8731"; 220 compatible = "atmel,at91sam9g20ek-wm8731-audio"; 224 atmel,model = "wm8731 @ AT91SAMG20EK"; 231 atmel,audio-codec = <&wm8731>;
|
| /linux-4.1.27/Documentation/sound/alsa/soc/ |
| D | machine.txt | 64 .codec_dai_name = "wm8731-hifi",
|
| D | overview.txt | 12 Linux had different wm8731 drivers for 4 different SoC platforms.
|
| D | codec.txt | 47 .name = "wm8731-hifi",
|
| D | dapm.txt | 200 e.g., from the WM8731 output mixer (wm8731.c)
|