Searched refs:rt5514 (Results 1 - 6 of 6) sorted by relevance

/linux-master/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) argument
120 regmap_write(rt5514->i2c_regmap, 0x18002000, 0x000010ec);
122 regmap_write(rt5514->i2c_regmap, 0x18002200, 0x00028604);
124 regmap_write(rt5514->i2c_regmap, 0xfafafafa, 0x00000001);
126 regmap_write(rt5514->i2c_regmap, 0x18002f00, 0x0005514b);
127 regmap_write(rt5514->i2c_regmap, 0x18002f00, 0x00055149);
129 regmap_write(rt5514
290 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
297 rt5514_calibration(struct rt5514_priv *rt5514, bool on) argument
328 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
518 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
539 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
551 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
754 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
811 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
865 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
900 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
964 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
1052 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
1093 struct rt5514_priv *rt5514 = snd_soc_component_get_drvdata(component); local
1117 struct rt5514_priv *rt5514 = i2c_get_clientdata(client); local
1127 struct rt5514_priv *rt5514 = i2c_get_clientdata(client); local
1223 rt5514_parse_dp(struct rt5514_priv *rt5514, struct device *dev) argument
1237 struct rt5514_priv *rt5514 = dev_get_drvdata(dev); local
1253 struct rt5514_priv *rt5514; local
[all...]
H A Drt5514.h3 * rt5514.h -- RT5514 ALSA SoC audio driver
13 #include <sound/rt5514.h>
H A DMakefile228 snd-soc-rt5514-y := rt5514.o
229 snd-soc-rt5514-spi-y := rt5514-spi.o
620 obj-$(CONFIG_SND_SOC_RT5514) += snd-soc-rt5514.o
621 obj-$(CONFIG_SND_SOC_RT5514_SPI) += snd-soc-rt5514-spi.o
622 obj-$(CONFIG_SND_SOC_RT5514_SPI_BUILTIN) += snd-soc-rt5514-spi.o
/linux-master/sound/soc/mediatek/mt8173/
H A DMakefile7 obj-$(CONFIG_SND_SOC_MT8173_RT5650_RT5514) += mt8173-rt5650-rt5514.o
/linux-master/sound/soc/intel/avs/boards/
H A DMakefile16 snd-soc-avs-rt5514-y := rt5514.o
34 obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_RT5514) += snd-soc-avs-rt5514.o
/linux-master/sound/soc/rockchip/
H A Drk3399_gru_sound.c22 #include "../codecs/rt5514.h"
325 SND_SOC_DAILINK_DEFS(rt5514,
327 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "rt5514-aif1")),
375 /* set rt5514 as slave */
378 SND_SOC_DAILINK_REG(rt5514),
466 .compatible = "realtek,rt5514",
470 .compatible = "realtek,rt5514",

Completed in 168 milliseconds