Home
last modified time | relevance | path

Searched +full:smdk +full:- +full:wm8994 (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/sound/soc/samsung/
Dsmdk_wm8994.c1 // SPDX-License-Identifier: GPL-2.0+
3 #include "../codecs/wm8994.h"
12 * SMDKV310: CFG5-1000, CFG7-111111
16 * Configure audio route as :-
32 /* SMDK has a 16.934MHZ crystal attached to WM8994 */
74 * SMDK WM8994 DAI operations.
82 struct snd_soc_dapm_context *dapm = &rtd->card->dapm; in smdk_wm8994_init_paiftx()
104 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")),
105 DAILINK_COMP_ARRAY(COMP_CODEC("wm8994-codec", "wm8994-aif1")),
106 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0")));
[all …]
Dsmdk_wm8994pcm.c1 // SPDX-License-Identifier: GPL-2.0+
11 #include "../codecs/wm8994.h"
20 * SMDKC210, SMDKV310: CFG3- 1001, CFG5-1000, CFG7-111111
24 * Configure audio route as :-
40 /* SMDK has a 16.9344MHZ crystal attached to WM8994 */
57 dev_err(cpu_dai->dev, "%s:%d Sampling Rate %u not supported!\n", in smdk_wm8994_pcm_hw_params()
59 return -EINVAL; in smdk_wm8994_pcm_hw_params()
93 DAILINK_COMP_ARRAY(COMP_CPU("samsung-pcm.0")),
94 DAILINK_COMP_ARRAY(COMP_CODEC("wm8994-codec", "wm8994-aif1")),
95 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-pcm.0")));
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 snd-soc-s3c-dma-objs := dmaengine.o
4 snd-soc-idma-objs := idma.o
5 snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o
6 snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o
7 snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o
8 snd-soc-samsung-spdif-objs := spdif.o
9 snd-soc-pcm-objs := pcm.o
10 snd-soc-i2s-objs := i2s.o
12 obj-$(CONFIG_SND_SOC_SAMSUNG) += snd-soc-s3c-dma.o
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
55 tristate "SoC I2S Audio support for WM8580 on SMDK"
64 tristate "SoC I2S Audio support for WM8994 on SMDK"
127 tristate "SoC S/PDIF Audio support for SMDK"
130 Say Y if you want to add support for SoC S/PDIF audio on the SMDK.
133 tristate "SoC PCM Audio support for WM8994 on SMDK"
139 Say Y if you want to add support for SoC audio on the SMDK
222 tristate "SoC I2S Audio support for WM8994 on Aries"
229 which has a WM8994 codec connected to a BT codec, a cellular
232 and TV-Out path is also handled.
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dsamsung,smdk5250.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung SMDK5250 audio complex with WM8994 codec
10 - Krzysztof Kozlowski <krzk@kernel.org>
11 - Sylwester Nawrocki <s.nawrocki@samsung.com>
15 const: samsung,smdk-wm8994
17 samsung,audio-codec:
21 samsung,i2s-controller:
26 - compatible
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5250-smdk5250.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
10 #include <dt-bindings/clock/maxim,max77686.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
29 stdout-path = "serial2:115200n8";
32 vdd: fixed-regulator-vdd {
33 compatible = "regulator-fixed";
34 regulator-name = "vdd-supply";
35 regulator-min-microvolt = <1800000>;
[all …]