Home
last modified time | relevance | path

Searched refs:rt1015 (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt1015.c3 // rt1015.c -- RT1015 ALSA SoC audio amplifier driver
30 #include <sound/rt1015.h>
33 #include "rt1015.h"
433 struct rt1015_priv *rt1015 = in rt1015_boost_mode_get() local
436 ucontrol->value.integer.value[0] = rt1015->boost_mode; in rt1015_boost_mode_get()
446 struct rt1015_priv *rt1015 = in rt1015_boost_mode_put() local
449 rt1015->boost_mode = ucontrol->value.integer.value[0]; in rt1015_boost_mode_put()
451 switch (rt1015->boost_mode) { in rt1015_boost_mode_put()
485 struct rt1015_priv *rt1015 = in rt1015_bypass_boost_get() local
488 ucontrol->value.integer.value[0] = rt1015 in rt1015_bypass_boost_get()
493 rt1015_calibrate(struct rt1015_priv *rt1015) rt1015_calibrate() argument
525 struct rt1015_priv *rt1015 = rt1015_bypass_boost_put() local
545 struct rt1015_priv *rt1015 = container_of(work, struct rt1015_priv, rt1015_flush_work() local
586 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_is_sys_clk_from_pll() local
599 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); r1015_dac_event() local
653 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_amp_drv_event() local
728 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_hw_params() local
837 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_set_component_sysclk() local
873 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_set_component_pll() local
940 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_set_bclk_ratio() local
956 struct rt1015_priv *rt1015 = rt1015_probe() local
971 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_remove() local
1005 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_suspend() local
1015 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_resume() local
1077 rt1015_parse_dt(struct rt1015_priv *rt1015, struct device *dev) rt1015_parse_dt() argument
1087 struct rt1015_priv *rt1015; rt1015_i2c_probe() local
1129 struct rt1015_priv *rt1015 = i2c_get_clientdata(client); rt1015_i2c_shutdown() local
[all...]
H A Drt1015.h3 // rt1015.h -- RT1015 ALSA SoC audio amplifier driver
15 #include <sound/rt1015.h>
H A DMakefile162 snd-soc-rt1015-objs := rt1015.o
471 obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt1015.c3 // rt1015.c -- RT1015 ALSA SoC audio amplifier driver
26 #include <sound/rt1015.h>
32 #include "rt1015.h"
432 struct rt1015_priv *rt1015 = in rt1015_boost_mode_get() local
435 ucontrol->value.integer.value[0] = rt1015->boost_mode; in rt1015_boost_mode_get()
445 struct rt1015_priv *rt1015 = in rt1015_boost_mode_put() local
476 rt1015->boost_mode = boost_mode; in rt1015_boost_mode_put()
486 struct rt1015_priv *rt1015 = in rt1015_bypass_boost_get() local
489 ucontrol->value.integer.value[0] = rt1015->bypass_boost; in rt1015_bypass_boost_get()
494 static void rt1015_calibrate(struct rt1015_priv *rt1015) in rt1015_calibrate() argument
529 struct rt1015_priv *rt1015 = rt1015_bypass_boost_put() local
566 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_is_sys_clk_from_pll() local
579 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); r1015_dac_event() local
639 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_amp_drv_event() local
690 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_hw_params() local
795 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_set_component_sysclk() local
831 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_set_component_pll() local
990 struct rt1015_priv *rt1015 = rt1015_probe() local
1000 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_remove() local
1033 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_suspend() local
1043 struct rt1015_priv *rt1015 = snd_soc_component_get_drvdata(component); rt1015_resume() local
1108 rt1015_parse_dt(struct rt1015_priv *rt1015, struct device *dev) rt1015_parse_dt() argument
1117 struct rt1015_priv *rt1015; rt1015_i2c_probe() local
1161 struct rt1015_priv *rt1015 = i2c_get_clientdata(client); rt1015_i2c_shutdown() local
[all...]
H A Drt1015.h3 // rt1015.h -- RT1015 ALSA SoC audio amplifier driver
15 #include <sound/rt1015.h>
H A DMakefile207 snd-soc-rt1015-objs := rt1015.o
588 obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H A DMakefile16 mt8192-mt6359-rt1015-rt5682.o
/kernel/linux/linux-5.10/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c24 #include "../codecs/rt1015.h"
141 if (strcmp(codec_dai->name, "rt1015-aif")) in acp3x_1015_hw_params()
280 SND_SOC_DAILINK_DEF(rt1015,
281 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC1015:00", "rt1015-aif"),
282 COMP_CODEC("i2c-10EC1015:01", "rt1015-aif")));
438 links[1].codecs = rt1015; in card_spk_dai_link_present()
439 links[1].num_codecs = ARRAY_SIZE(rt1015); in card_spk_dai_link_present()
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c24 #include "../codecs/rt1015.h"
154 if (strcmp(codec_dai->name, "rt1015-aif")) in acp3x_1015_hw_params()
293 SND_SOC_DAILINK_DEF(rt1015,
294 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC1015:00", "rt1015-aif"),
295 COMP_CODEC("i2c-10EC1015:01", "rt1015-aif")));
488 links[1].codecs = rt1015; in card_spk_dai_link_present()
489 links[1].num_codecs = ARRAY_SIZE(rt1015); in card_spk_dai_link_present()

Completed in 10 milliseconds