Searched +full:midas +full:- +full:audio (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | samsung,midas-audio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,midas-audio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung Midas audio complex with WM1811 codec 10 - Sylwester Nawrocki <s.nawrocki@samsung.com> 14 const: samsung,midas-audio 18 description: The user-visible name of this sound complex. 23 sound-dai: 24 $ref: /schemas/types.yaml#/definitions/phandle-array [all …]
|
/Linux-v5.10/sound/soc/samsung/ |
D | midas_wm1811.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // Midas audio support 17 #include <sound/soc-dapm.h> 42 struct snd_soc_card *card = rtd->card; in midas_start_fll1() 49 rate = priv->fll1_rate; in midas_start_fll1() 57 if (rate != priv->fll1_rate && priv->fll1_rate) { in midas_start_fll1() 62 dev_err(card->dev, "Unable to switch to MCLK2: %d\n", ret); in midas_start_fll1() 70 dev_err(card->dev, "Failed to set FLL1 rate: %d\n", ret); in midas_start_fll1() 73 priv->fll1_rate = rate; in midas_start_fll1() 76 priv->fll1_rate, SND_SOC_CLOCK_IN); in midas_start_fll1() [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 …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | exynos4412-n710x.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 3 #include "exynos4412-midas.dtsi" 6 compatible = "samsung,n710x", "samsung,midas", "samsung,exynos4412", "samsung,exynos4"; 7 model = "Samsung Galaxy Note 2 (GT-N7100, GT-N7105) based on Exynos4412"; 16 cam_vdda_reg: voltage-regulator-10 { 17 compatible = "regulator-fixed"; 18 regulator-name = "CAM_SENSOR_CORE_1.2V"; 19 regulator-min-microvolt = <1200000>; 20 regulator-max-microvolt = <1200000>; [all …]
|
D | exynos4412-galaxy-s3.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include "exynos4412-midas.dtsi" 20 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>; 21 enset-gpios = <&gpj1 2 GPIO_ACTIVE_HIGH>; 23 pinctrl-names = "default", "host", "isp"; 24 pinctrl-0 = <&camera_flash_host>; 25 pinctrl-1 = <&camera_flash_host>; 26 pinctrl-2 = <&camera_flash_isp>; 28 flash-led { [all …]
|
D | exynos4412-midas.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 12 /dts-v1/; 14 #include "exynos4412-ppmu-common.dtsi" 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/input/input.h> 17 #include <dt-bindings/interrupt-controller/irq.h> 18 #include <dt-bindings/clock/maxim,max77686.h> 19 #include <dt-bindings/pinctrl/samsung.h> 22 compatible = "samsung,midas", "samsung,exynos4412", "samsung,exynos4"; 30 stdout-path = &serial_2; [all …]
|