Home
last modified time | relevance | path

Searched +full:sam9x5 +full:- +full:wm8731 +full:- +full:audio (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Datmel,sam9x5-wm8731-audio.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/atmel,sam9x5-wm8731-audio.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Atmel at91sam9x5ek wm8731 audio complex
10 - Dharma Balasubiramani <dharma.b@microchip.com>
13 The audio complex configuration for Atmel at91sam9x5ek with WM8731 audio codec.
17 const: atmel,sam9x5-wm8731-audio
21 description: The user-visible name of this sound complex.
23 atmel,ssc-controller:
[all …]
/linux/sound/soc/atmel/
H A Dsam9x5_wm8731.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * sam9x5_wm8731 -- SoC audio for AT91SAM9X5-based boards
4 * that are using WM8731 as codec.
23 #include <sound/soc-dai.h>
24 #include <sound/soc-dapm.h>
26 #include "../codecs/wm8731.h"
32 #define DRV_NAME "sam9x5-snd-wm8731"
39 * Logic for a wm8731 as connected on a at91sam9x5ek based board.
44 struct device *dev = rtd->dev; in sam9x5_wm8731_init()
53 dev_err(dev, "Failed to set WM8731 SYSCLK: %d\n", ret); in sam9x5_wm8731_init()
[all …]
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9x5ek.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * at91sam9x5ek.dtsi - Device Tree file for AT91SAM9x5CM Base board
11 model = "Atmel AT91SAM9X5-EK";
16 stdout-path = "serial0:115200n8";
20 compatible = "atmel,sam9x5-wm8731-audio";
22 atmel,model = "wm8731 @ AT91SAM9X5EK";
24 atmel,audio-routing =
30 atmel,ssc-controller = <&ssc0>;
31 atmel,audio-codec = <&wm8731>;
36 atmel,adc-ts-wires = <4>;
[all …]