Home
last modified time | relevance | path

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

/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>
DMakefile162 snd-soc-rt1015-objs := rt1015.o
471 obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
/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-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-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-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"
Dmt8183-da7219-max98357.c19 #include "../../codecs/rt1015.h"
24 #define RT1015_CODEC_DAI "rt1015-aif"
25 #define RT1015_DEV0_NAME "rt1015.6-0028"
26 #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",
/kernel/linux/linux-5.10/sound/soc/intel/common/
Dsoc-acpi-intel-jsl-match.c53 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",