/linux-6.12.1/sound/soc/codecs/ |
D | rt1015.c | 3 // 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 …]
|
D | rt1015.h | 3 // rt1015.h -- RT1015 ALSA SoC audio amplifier driver 15 #include <sound/rt1015.h>
|
D | Makefile | 221 snd-soc-rt1015-y := rt1015.o 623 obj-$(CONFIG_SND_SOC_RT1015) += snd-soc-rt1015.o
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | realtek,rt1015.yaml | 4 $id: http://devicetree.org/schemas/sound/realtek,rt1015.yaml# 7 title: RT1015 Mono Class D Audio Amplifier 15 - realtek,rt1015 37 compatible = "realtek,rt1015";
|
D | mt8183-da7219-max98357.txt | 1 MT8183 with MT6358, DA7219, MAX98357, and RT1015 CODECS 5 "mediatek,mt8183_da7219_rt1015" for RT1015 codec
|
D | mt8183-mt6358-ts3a227-max98357.txt | 1 MT8183 with MT6358, TS3A227, MAX98357, and RT1015 CODECS 6 "mediatek,mt8183_mt6358_ts3a227_rt1015" for RT1015 codec
|
D | mt8192-mt6359-rt1015-rt5682.yaml | 4 $id: http://devicetree.org/schemas/sound/mt8192-mt6359-rt1015-rt5682.yaml# 7 title: Mediatek MT8192 with MT6359, RT1015 and RT5682 ASoC sound card driver
|
D | realtek,rt1015p.yaml | 13 Rt1015p is a rt1015 variant which does not support I2C and
|
/linux-6.12.1/sound/soc/mediatek/ |
D | Kconfig | 142 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. 257 tristate "ASoC Audio driver for MT8192 with MT6359 RT1015 RT5682 codec" 268 with the MT6359 RT1015 RT5682 audio codec.
|
/linux-6.12.1/include/sound/ |
D | rt1015.h | 3 * linux/sound/rt1015.h -- Platform data for RT1015
|
/linux-6.12.1/sound/soc/amd/ |
D | acp3x-rt5682-max9836.c | 24 #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()
|
/linux-6.12.1/sound/soc/intel/boards/ |
D | sof_realtek_common.c | 16 #include "../../codecs/rt1015.h" 312 * rt1015: i2c mode driver for ALC1015 and ALC1015Q 385 * RT1015 audio amplifier 492 dev_err(rtd->dev, "fail to add rt1015 widgets, ret %d\n", in speaker_codec_init_lr() 500 dev_err(rtd->dev, "fail to add rt1015 kcontrols, ret %d\n", in speaker_codec_init_lr() 508 dev_err(rtd->dev, "fail to add rt1015 routes, ret %d\n", in speaker_codec_init_lr() 514 dev_err(rtd->dev, "rt1015: invalid num_codecs %d\n", num_codecs); in speaker_codec_init_lr()
|
D | sof_realtek_common.h | 41 #define RT1015_CODEC_DAI "rt1015-aif"
|
D | sof_rt5682.c | 6 * and speaker codec MAX98357A or RT1015.
|
/linux-6.12.1/sound/soc/intel/common/ |
D | soc-acpi-intel-ssp-common.c | 63 CODEC_MAP_ENTRY("RT1015", "rt1015", RT1015_ACPI_HID, CODEC_RT1015), 64 CODEC_MAP_ENTRY("RT1015P", "rt1015", RT1015P_ACPI_HID, CODEC_RT1015P),
|
D | soc-acpi-intel-jsl-match.c | 72 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg", 79 .sof_tplg_filename = "sof-jsl-rt5682-rt1015.tplg",
|
/linux-6.12.1/sound/soc/mediatek/mt8192/ |
D | Makefile | 16 mt8192-mt6359-rt1015-rt5682.o
|
D | mt8192-mt6359-rt1015-rt5682.c | 3 // mt8192-mt6359-rt1015-rt5682.c -- 4 // MT8192-MT6359-RT1015-RT6358 ALSA SoC machine driver 20 #include "../../codecs/rt1015.h" 31 #define RT1015_CODEC_DAI "rt1015-aif" 32 #define RT1015_DEV0_NAME "rt1015.1-0028" 33 #define RT1015_DEV1_NAME "rt1015.1-0029"
|
/linux-6.12.1/sound/soc/mediatek/mt8183/ |
D | mt8183-da7219-max98357.c | 18 #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"
|
D | mt8183-mt6358-ts3a227-max98357.c | 16 #include "../../codecs/rt1015.h" 21 #define RT1015_CODEC_DAI "rt1015-aif" 22 #define RT1015_DEV0_NAME "rt1015.6-0028" 23 #define RT1015_DEV1_NAME "rt1015.6-0029"
|