Searched +full:odroid +full:- +full:xu3 +full:- +full:audio (Results 1 – 8 of 8) sorted by relevance
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | samsung,odroid.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,odroid.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Exynos Odroid XU3/XU4 audio complex with MAX98090 codec 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 16 - const: hardkernel,odroid-xu3-audio 18 - const: hardkernel,odroid-xu4-audio 21 - const: samsung,odroid-xu3-audio [all …]
|
/linux-5.10/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-audio.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3 audio subsystem device tree source 11 #include <dt-bindings/sound/samsung-i2s.h> 15 compatible = "samsung,odroid-xu3-audio"; 16 model = "Odroid-XU3"; 18 samsung,audio-widgets = 21 samsung,audio-routing = 33 sound-dai = <&i2s0 0>, <&i2s0 1>; 36 sound-dai = <&hdmi>, <&max98090>; 46 interrupt-parent = <&gpx3>; [all …]
|
D | exynos5422-odroidxu3-lite.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3-Lite board device tree source 11 /dts-v1/; 12 #include "exynos5422-odroidxu3-common.dtsi" 13 #include "exynos5422-odroidxu3-audio.dtsi" 14 #include "exynos54xx-odroidxu-leds.dtsi" 17 model = "Hardkernel Odroid XU3 Lite"; 18 compatible = "hardkernel,odroid-xu3-lite", "samsung,exynos5800", "samsung,exynos5"; 30 samsung,asv-bin = <2>; 34 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies [all …]
|
D | exynos5422-odroidxu3.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU3 board device tree source 10 /dts-v1/; 11 #include "exynos5422-odroidxu3-common.dtsi" 12 #include "exynos5422-odroidxu3-audio.dtsi" 13 #include "exynos54xx-odroidxu-leds.dtsi" 16 model = "Hardkernel Odroid XU3"; 17 compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5"; 27 shunt-resistor = <10000>; 34 shunt-resistor = <10000>; [all …]
|
D | exynos5422-odroidxu4.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Hardkernel Odroid XU4 board device tree source 7 * Copyright (c) 2013-2015 Samsung Electronics Co., Ltd. 11 /dts-v1/; 12 #include <dt-bindings/sound/samsung-i2s.h> 13 #include "exynos5422-odroidxu3-common.dtsi" 16 model = "Hardkernel Odroid XU4"; 17 compatible = "hardkernel,odroid-xu4", "samsung,exynos5800", \ 21 compatible = "pwm-leds"; 26 pwm-names = "pwm2"; [all …]
|
D | exynos5800-peach-pi.dts | 1 // SPDX-License-Identifier: GPL-2.0 8 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/clock/maxim,max77802.h> 13 #include <dt-bindings/regulator/maxim,max77802.h> 14 #include <dt-bindings/sound/samsung-i2s.h> 16 #include "exynos5420-cpus.dtsi" 21 compatible = "google,pi-rev16", [all …]
|
/linux-5.10/sound/soc/samsung/ |
D | odroid.c | 1 // SPDX-License-Identifier: GPL-2.0 6 #include <linux/clk-provider.h> 13 #include "i2s-regs.h" 28 struct snd_pcm_runtime *runtime = substream->runtime; in odroid_card_fe_startup() 39 struct odroid_priv *priv = snd_soc_card_get_drvdata(rtd->card); in odroid_card_fe_hw_params() 43 spin_lock_irqsave(&priv->lock, flags); in odroid_card_fe_hw_params() 44 if (priv->be_active && priv->be_sample_rate != params_rate(params)) in odroid_card_fe_hw_params() 45 ret = -EINVAL; in odroid_card_fe_hw_params() 46 spin_unlock_irqrestore(&priv->lock, flags); in odroid_card_fe_hw_params() 60 struct odroid_priv *priv = snd_soc_card_get_drvdata(rtd->card); in odroid_card_be_hw_params() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 9 the Samsung SoCs' Audio interfaces. You will also need to 10 select the audio interfaces to support below. 35 tristate "Audio support for Openmoko Neo1973 Smartphones (GTA02)" 41 Say Y here to enable audio support for the Openmoko Neo1973 45 tristate "SoC I2S Audio support for Jive" 50 Say Y if you want to add support for SoC audio on the Jive. 53 tristate "SoC I2S Audio support for WM8580 on SMDK" 59 Say Y if you want to add support for SoC audio on the SMDKs. 62 tristate "SoC I2S Audio support for WM8994 on SMDK" [all …]
|