Searched +full:smdk +full:- +full:wm8994 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/soc/samsung/ |
D | smdk_wm8994.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 #include "../codecs/wm8994.h" 11 * SMDKV310: CFG5-1000, CFG7-111111 15 * Configure audio route as :- 31 /* SMDK has a 16.934MHZ crystal attached to WM8994 */ 64 * SMDK WM8994 DAI operations. 72 struct snd_soc_dapm_context *dapm = &rtd->card->dapm; in smdk_wm8994_init_paiftx() 94 DAILINK_COMP_ARRAY(COMP_CPU("samsung-i2s.0")), 95 DAILINK_COMP_ARRAY(COMP_CODEC("wm8994-codec", "wm8994-aif1")), 96 DAILINK_COMP_ARRAY(COMP_PLATFORM("samsung-i2s.0"))); [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 snd-soc-s3c-dma-y := dmaengine.o 4 snd-soc-idma-y := idma.o 5 snd-soc-samsung-spdif-y := spdif.o 6 snd-soc-pcm-y := pcm.o 7 snd-soc-i2s-y := i2s.o 9 obj-$(CONFIG_SND_SOC_SAMSUNG) += snd-soc-s3c-dma.o 10 obj-$(CONFIG_SND_SAMSUNG_SPDIF) += snd-soc-samsung-spdif.o 11 obj-$(CONFIG_SND_SAMSUNG_PCM) += snd-soc-pcm.o 12 obj-$(CONFIG_SND_SAMSUNG_I2S) += snd-soc-i2s.o [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 25 tristate "SoC I2S Audio support for WM8994 on SMDK" 34 tristate "SoC S/PDIF Audio support for SMDK" 37 Say Y if you want to add support for SoC S/PDIF audio on the SMDK. 40 tristate "SoC PCM Audio support for WM8994 on SMDK" 46 Say Y if you want to add support for SoC audio on the SMDK 129 tristate "SoC I2S Audio support for WM8994 on Aries" 136 which has a WM8994 codec connected to a BT codec, a cellular 139 and TV-Out path is also handled.
|
D | smdk_wm8994pcm.c | 1 // 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 …]
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | samsung,smdk5250.yaml | 1 # 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-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos5250-smdk5250.dts | 1 // 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> 31 stdout-path = "serial2:115200n8"; 34 vdd: fixed-regulator-vdd { 35 compatible = "regulator-fixed"; 36 regulator-name = "vdd-supply"; 37 regulator-min-microvolt = <1800000>; [all …]
|