Searched +full:aries +full:- +full:wm8994 (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/samsung,aries-wm8994.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Samsung Aries audio complex with WM8994 codec10 - Jonathan Bakker <xc-racer2@live.ca>16 - samsung,aries-wm899418 - samsung,fascinate4g-wm899422 description: The user-visible name of this sound complex.27 sound-dai:[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include <linux/input-event-codes.h>6 #include <linux/mfd/wm8994/registers.h>17 #include "../codecs/wm8994.h"100 if (!gpiod_get_value(priv->gpio_headset_detect)) { in headset_det_irq_thread()103 gpiod_set_value(priv->gpio_earpath_sel, 0); in headset_det_irq_thread()107 time_left_ms -= 20; in headset_det_irq_thread()111 ret = regulator_enable(priv->reg_headset_micbias); in headset_det_irq_thread()115 gpiod_set_value(priv->gpio_earpath_sel, 1); in headset_det_irq_thread()117 ret = iio_read_channel_processed(priv->adc, &adc); in headset_det_irq_thread()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only62 tristate "SoC I2S Audio support for WM8994 on SMDK"127 tristate "SoC PCM Audio support for WM8994 on SMDK"216 tristate "SoC I2S Audio support for WM8994 on Aries"222 Say Y if you want to add support for SoC audio on Aries boards,223 which has a WM8994 codec connected to a BT codec, a cellular226 and TV-Out path is also handled.
1 # SPDX-License-Identifier: GPL-2.03 snd-soc-s3c-dma-objs := dmaengine.o4 snd-soc-idma-objs := idma.o5 snd-soc-s3c24xx-i2s-objs := s3c24xx-i2s.o6 snd-soc-s3c2412-i2s-objs := s3c2412-i2s.o7 snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o8 snd-soc-samsung-spdif-objs := spdif.o9 snd-soc-pcm-objs := pcm.o10 snd-soc-i2s-objs := i2s.o12 obj-$(CONFIG_SND_SOC_SAMSUNG) += snd-soc-s3c-dma.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 /dts-v1/;4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/input/input.h>6 #include "s5pv210-aries.dtsi"9 model = "Samsung Galaxy S1 (GT-I9000) based on S5PV210";10 compatible = "samsung,galaxys", "samsung,aries", "samsung,s5pv210";13 stdout-path = &uart2;16 nand_pwrseq: nand-pwrseq {17 compatible = "mmc-pwrseq-simple";[all …]
1 // SPDX-License-Identifier: GPL-2.03 /dts-v1/;4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/input/input.h>6 #include "s5pv210-aries.dtsi"9 model = "Samsung Galaxy S Fascinate 4G (SGH-T959P) based on S5PV210";10 compatible = "samsung,fascinate4g", "samsung,aries", "samsung,s5pv210";13 stdout-path = &uart2;16 gpio-keys {17 compatible = "gpio-keys";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung's S5PV210 based Galaxy Aries board device tree source6 /dts-v1/;7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/irq.h>12 compatible = "samsung,aries", "samsung,s5pv210";32 reserved-memory {33 #address-cells = <1>;34 #size-cells = <1>;38 compatible = "shared-dma-pool";[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...