Home
last modified time | relevance | path

Searched full:rt1015 (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/sound/soc/codecs/
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->bypass_boost; in rt1015_bypass_boost_get()
[all …]
Drt1015.h3 // rt1015.h -- RT1015 ALSA SoC audio amplifier driver
15 #include <sound/rt1015.h>
/kernel/linux/linux-6.6/sound/soc/codecs/
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
[all …]
Drt1015.h3 // rt1015.h -- RT1015 ALSA SoC audio amplifier driver
15 #include <sound/rt1015.h>
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drt1015.txt1 RT1015 Mono Class D Audio Amplifier
7 - compatible : "realtek,rt1015".
19 rt1015: codec@28 {
20 compatible = "realtek,rt1015";
Dmt8183-da7219-max98357.txt1 MT8183 with MT6358, DA7219, MAX98357, and RT1015 CODECS
5 "mediatek,mt8183_da7219_rt1015" for RT1015 codec
Dmt8183-mt6358-ts3a227-max98357.txt1 MT8183 with MT6358, TS3A227, MAX98357, and RT1015 CODECS
6 "mediatek,mt8183_mt6358_ts3a227_rt1015" for RT1015 codec
Drealtek,rt1015p.yaml13 Rt1015p is a rt1015 variant which does not support I2C and
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Drt1015.txt1 RT1015 Mono Class D Audio Amplifier
7 - compatible : "realtek,rt1015".
19 rt1015: codec@28 {
20 compatible = "realtek,rt1015";
Dmt8183-da7219-max98357.txt1 MT8183 with MT6358, DA7219, MAX98357, and RT1015 CODECS
5 "mediatek,mt8183_da7219_rt1015" for RT1015 codec
Dmt8183-mt6358-ts3a227-max98357.txt1 MT8183 with MT6358, TS3A227, MAX98357, and RT1015 CODECS
6 "mediatek,mt8183_mt6358_ts3a227_rt1015" for RT1015 codec
Dmt8192-mt6359-rt1015-rt5682.yaml4 $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml#
7 title: Mediatek MT8192 with MT6359, RT1015 and RT5682 ASoC sound card driver
Drealtek,rt1015p.yaml13 Rt1015p is a rt1015 variant which does not support I2C and
/kernel/linux/linux-6.6/sound/soc/mediatek/
DKconfig142 tristate "ASoC Audio driver for MT8183 with MT6358 TS3A227E MAX98357A RT1015 codec"
155 with the MT6358 TS3A227E MAX98357A RT1015 audio codec.
160 tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A RT1015 codec"
171 with the DA7219 MAX98357A RT1015 audio codec.
270 tristate "ASoC Audio driver for MT8192 with MT6359 RT1015 RT5682 codec"
281 with the MT6359 RT1015 RT5682 audio codec.
/kernel/linux/linux-5.10/sound/soc/mediatek/
DKconfig121 tristate "ASoC Audio driver for MT8183 with MT6358 TS3A227E MAX98357A RT1015 codec"
133 with the MT6358 TS3A227E MAX98357A RT1015 audio codec.
138 tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A RT1015 codec"
149 with the DA7219 MAX98357A RT1015 audio codec.
/kernel/linux/linux-5.10/include/sound/
Drt1015.h3 * linux/sound/rt1015.h -- Platform data for RT1015
/kernel/linux/linux-6.6/include/sound/
Drt1015.h3 * linux/sound/rt1015.h -- Platform data for RT1015
/kernel/linux/linux-5.10/sound/soc/amd/
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/
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()
/kernel/linux/linux-6.6/sound/soc/intel/common/
Dsoc-acpi-intel-jsl-match.c70 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
77 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
DMakefile16 mt8192-mt6359-rt1015-rt5682.o
/kernel/linux/linux-6.6/sound/soc/intel/boards/
Dsof_realtek_common.h31 #define RT1015_CODEC_DAI "rt1015-aif"
Dsof_realtek_common.c16 #include "../../codecs/rt1015.h"
147 * rt1015: i2c mode driver for ALC1015 and ALC1015Q
253 * RT1015 audio amplifier
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/
Dmt8183-mt6358-ts3a227-max98357.c16 #include "../../codecs/rt1015.h"
20 #define RT1015_CODEC_DAI "rt1015-aif"
21 #define RT1015_DEV0_NAME "rt1015.6-0028"
22 #define RT1015_DEV1_NAME "rt1015.6-0029"
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dsof_rt5682.c6 * and speaker codec MAX98357A or RT1015.
21 #include "../../codecs/rt1015.h"
296 if (!snd_soc_card_get_codec_dai(card, "rt1015-aif")) in sof_rt1015_hw_params()
534 .dai_name = "rt1015-aif",
538 .dai_name = "rt1015-aif",

12