Home
last modified time | relevance | path

Searched full:rt5514 (Results 1 – 15 of 15) sorted by relevance

/linux/sound/soc/codecs/
H A Drt5514.c3 * rt5514.c -- RT5514 ALSA SoC audio codec driver
29 #include "rt5514.h"
31 #include "rt5514-spi.h"
117 static void rt5514_enable_dsp_prepare(struct rt5514_priv *rt5514) in rt5514_enable_dsp_prepare() argument
120 regmap_write(rt5514->i2c_regmap, 0x18002000, 0x000010ec); in rt5514_enable_dsp_prepare()
122 regmap_write(rt5514->i2c_regmap, 0x18002200, 0x00028604); in rt5514_enable_dsp_prepare()
124 regmap_write(rt5514->i2c_regmap, 0xfafafafa, 0x00000001); in rt5514_enable_dsp_prepare()
126 regmap_write(rt5514->i2c_regmap, 0x18002f00, 0x0005514b); in rt5514_enable_dsp_prepare()
127 regmap_write(rt5514->i2c_regmap, 0x18002f00, 0x00055149); in rt5514_enable_dsp_prepare()
129 regmap_write(rt5514->i2c_regmap, 0xfafafafa, 0x00000000); in rt5514_enable_dsp_prepare()
[all …]
H A Drt5514-spi.h3 * rt5514-spi.h -- RT5514 driver
H A Drt5514.h3 * rt5514.h -- RT5514 ALSA SoC audio driver
13 #include <sound/rt5514.h>
H A DMakefile252 snd-soc-rt5514-y := rt5514.o
253 snd-soc-rt5514-spi-y := rt5514-spi.o
682 obj-$(CONFIG_SND_SOC_RT5514) += snd-soc-rt5514.o
683 obj-$(CONFIG_SND_SOC_RT5514_SPI) += snd-soc-rt5514-spi.o
684 obj-$(CONFIG_SND_SOC_RT5514_SPI_BUILTIN) += snd-soc-rt5514-spi.o
/linux/Documentation/devicetree/bindings/sound/
H A Dmt8173-rt5650-rt5514.txt1 MT8173 with RT5650 RT5514 CODECS
4 - compatible : "mediatek,mt8173-rt5650-rt5514"
5 - mediatek,audio-codec: the phandles of rt5650 and rt5514 codecs
11 compatible = "mediatek,mt8173-rt5650-rt5514";
12 mediatek,audio-codec = <&rt5650 &rt5514>;
H A Drealtek,rt5514.yaml4 $id: http://devicetree.org/schemas/sound/realtek,rt5514.yaml#
7 title: RT5514 audio CODEC
29 const: realtek,rt5514
67 compatible = "realtek,rt5514";
H A Drockchip,rk3399-gru-sound.txt1 ROCKCHIP with MAX98357A/RT5514/DA7219 codecs on GRU boards
12 delay for DMIC to ready so that rt5514 can avoid recording before
20 rockchip,codec = <&max98357a &rt5514 &da7219>;
/linux/sound/soc/intel/avs/boards/
H A DMakefile17 snd-soc-avs-rt5514-y := rt5514.o
37 obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514) += snd-soc-avs-rt5514.o
H A Drt5514.c17 #include "../../../codecs/rt5514.h"
20 #define RT5514_CODEC_DAI "rt5514-aif1"
195 MODULE_DESCRIPTION("Intel rt5514 machine driver");
H A DKconfig147 tristate "rt5514 in I2S mode"
152 This adds support for ASoC machine driver with RT5514 I2S audio codec.
/linux/include/sound/
H A Drt5514.h3 * linux/sound/rt5514.h -- Platform data for RT5514
/linux/sound/soc/mediatek/mt8173/
H A DMakefile7 obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o
/linux/sound/soc/mediatek/
H A DKconfig111 tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
117 with the RT5650 and RT5514 codecs.
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-chromebook.dtsi446 headsetcodec: rt5514@57 {
447 compatible = "realtek,rt5514";
490 compatible = "realtek,rt5514";
/linux/sound/soc/intel/avs/
H A Dboard_selection.c146 .tplg_filename = "rt5514-tplg.bin",