Home
last modified time | relevance | path

Searched full:classd (Results 1 – 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Datmel-classd.txt1 * Atmel ClassD driver under ALSA SoC architecture
5 Should be "atmel,sama5d2-classd".
7 Should contain ClassD registers location and length.
9 Should contain the IRQ line for the ClassD.
27 The default value is "CLASSD".
38 classd: classd@fc048000 {
39 compatible = "atmel,sama5d2-classd";
52 atmel,model = "classd @ SAMA5D2-Xplained";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Datmel,sama5d2-classd.yaml5 $id: http://devicetree.org/schemas/sound/atmel,sama5d2-classd.yaml#
8 title: Atmel ClassD Amplifier
16 The Audio Class D Amplifier (CLASSD) is a digital input, Pulse Width
21 const: atmel,sama5d2-classd
45 default: CLASSD
84 classd: sound@fc048000 {
85 compatible = "atmel,sama5d2-classd";
97 atmel,model = "classd @ SAMA5D2-Xplained";
/kernel/linux/linux-6.6/sound/soc/atmel/
Datmel-classd.c2 /* Atmel ALSA SoC Audio Class D Amplifier (CLASSD) driver
18 #include "atmel-classd.h"
40 .compatible = "atmel,sama5d2-classd",
78 pdata->card_name = "CLASSD"; in atmel_classd_dt_init()
454 .name = "atmel-classd",
488 dai_link->name = "CLASSD"; in atmel_classd_asoc_card_init()
489 dai_link->stream_name = "CLASSD PCM"; in atmel_classd_asoc_card_init()
619 .name = "atmel-classd",
627 MODULE_DESCRIPTION("Atmel ClassD driver under ALSA SoC architecture");
DMakefile31 snd-atmel-soc-classd-objs := atmel-classd.o
39 obj-$(CONFIG_SND_ATMEL_SOC_CLASSD) += snd-atmel-soc-classd.o
DKconfig73 tristate "Atmel ASoC driver for boards using CLASSD"
79 CLASSD.
/kernel/linux/linux-5.10/sound/soc/atmel/
Datmel-classd.c2 /* Atmel ALSA SoC Audio Class D Amplifier (CLASSD) driver
18 #include "atmel-classd.h"
40 .compatible = "atmel,sama5d2-classd",
78 pdata->card_name = "CLASSD"; in atmel_classd_dt_init()
454 .name = "atmel-classd",
487 dai_link->name = "CLASSD"; in atmel_classd_asoc_card_init()
488 dai_link->stream_name = "CLASSD PCM"; in atmel_classd_asoc_card_init()
626 .name = "atmel-classd",
635 MODULE_DESCRIPTION("Atmel ClassD driver under ALSA SoC architecture");
DMakefile29 snd-atmel-soc-classd-objs := atmel-classd.o
37 obj-$(CONFIG_SND_ATMEL_SOC_CLASSD) += snd-atmel-soc-classd.o
DKconfig73 tristate "Atmel ASoC driver for boards using CLASSD"
79 CLASSD.
/kernel/linux/linux-5.10/sound/soc/codecs/
Dmt6660.c103 "%s: before classd turn on\n", __func__); in mt6660_codec_classd_event()
144 "%s: after classd turn off\n", __func__); in mt6660_codec_classd_event()
170 SND_SOC_DAPM_OUT_DRV_E("ClassD", MT6660_REG_SYSTEM_CTRL, 2, 0,
181 { "ClassD", NULL, "PGA" },
182 { "OUTP", NULL, "ClassD" },
183 { "OUTN", NULL, "ClassD" },
184 { "VI ADC", NULL, "ClassD" },
Dtscs454.c903 "DMic 2", "ClassD", "DAC", "Sub"};
946 "ClassD Left", "ClassD Right", "ClassD Left Plus Right"};
960 SOC_DAPM_ENUM("ClassD Mux", classd_mux_enum);
2412 SND_SOC_DAPM_DAC("ClassD Left", NULL, R_PWRM4, FB_PWRM4_OPSPKLPU, 0),
2413 SND_SOC_DAPM_DAC("ClassD Right", NULL, R_PWRM4, FB_PWRM4_OPSPKRPU, 0),
2529 /* ClassD Path */
2533 {"ClassD Left", NULL, "Speaker Mux"},
2534 {"ClassD Right", NULL, "Speaker Mux"},
2535 {"ClassD Left", NULL, "PLLs"},
2536 {"ClassD Right", NULL, "PLLs"},
[all …]
Dtscs42xx.c425 SND_SOC_DAPM_DAC_E("ClassD L", "HiFi Playback",
428 SND_SOC_DAPM_DAC_E("ClassD R", "HiFi Playback",
475 {"ClassD L", NULL, "PLL"},
476 {"ClassD R", NULL, "PLL"},
477 {"ClassD L", NULL, "Vref"},
478 {"ClassD R", NULL, "Vref"},
479 {"Speaker L", NULL, "ClassD L"},
480 {"Speaker R", NULL, "ClassD R"},
Dtas2552.c123 SND_SOC_DAPM_OUT_DRV("ClassD", TAS2552_CFG_2, 7, 0, NULL, 0),
134 {"ClassD", NULL, "Input selection"},
135 {"OUT", NULL, "ClassD"},
136 {"ClassD", NULL, "PLL"},
Dtlv320aic31xx.c609 SND_SOC_DAPM_OUT_DRV_E("SPL ClassD", AIC31XX_SPKAMP, 7, 0, NULL, 0,
612 SND_SOC_DAPM_OUT_DRV_E("SPR ClassD", AIC31XX_SPKAMP, 6, 0, NULL, 0,
625 SND_SOC_DAPM_OUT_DRV_E("SPK ClassD", AIC31XX_SPKAMP, 7, 0, NULL, 0,
708 {"SPL ClassD", NULL, "Speaker Left"},
709 {"SPL", NULL, "SPL ClassD"},
713 {"SPR ClassD", NULL, "Speaker Right"},
714 {"SPR", NULL, "SPR ClassD"},
721 {"SPK ClassD", NULL, "Speaker"},
722 {"SPK", NULL, "SPK ClassD"},
Drt1011.h611 /* ClassD Internal Setting-1 (0x1300) */
619 /* ClassD Internal Setting-3 (0x1304) */
627 /* ClassD Internal Setting-8 (0x130c) */
/kernel/linux/linux-6.6/sound/soc/codecs/
Dmt6660.c102 "%s: before classd turn on\n", __func__); in mt6660_codec_classd_event()
143 "%s: after classd turn off\n", __func__); in mt6660_codec_classd_event()
169 SND_SOC_DAPM_OUT_DRV_E("ClassD", MT6660_REG_SYSTEM_CTRL, 2, 0,
180 { "ClassD", NULL, "PGA" },
181 { "OUTP", NULL, "ClassD" },
182 { "OUTN", NULL, "ClassD" },
183 { "VI ADC", NULL, "ClassD" },
Dtscs454.c908 "DMic 2", "ClassD", "DAC", "Sub"};
951 "ClassD Left", "ClassD Right", "ClassD Left Plus Right"};
965 SOC_DAPM_ENUM("ClassD Mux", classd_mux_enum);
2417 SND_SOC_DAPM_DAC("ClassD Left", NULL, R_PWRM4, FB_PWRM4_OPSPKLPU, 0),
2418 SND_SOC_DAPM_DAC("ClassD Right", NULL, R_PWRM4, FB_PWRM4_OPSPKRPU, 0),
2534 /* ClassD Path */
2538 {"ClassD Left", NULL, "Speaker Mux"},
2539 {"ClassD Right", NULL, "Speaker Mux"},
2540 {"ClassD Left", NULL, "PLLs"},
2541 {"ClassD Right", NULL, "PLLs"},
[all …]
Dtscs42xx.c425 SND_SOC_DAPM_DAC_E("ClassD L", "HiFi Playback",
428 SND_SOC_DAPM_DAC_E("ClassD R", "HiFi Playback",
475 {"ClassD L", NULL, "PLL"},
476 {"ClassD R", NULL, "PLL"},
477 {"ClassD L", NULL, "Vref"},
478 {"ClassD R", NULL, "Vref"},
479 {"Speaker L", NULL, "ClassD L"},
480 {"Speaker R", NULL, "ClassD R"},
Dtas2552.c125 SND_SOC_DAPM_OUT_DRV("ClassD", TAS2552_CFG_2, 7, 0, NULL, 0),
137 {"ClassD", NULL, "Input selection"},
138 {"OUT", NULL, "ClassD"},
139 {"ClassD", NULL, "PLL"},
Dtlv320aic31xx.c632 SND_SOC_DAPM_OUT_DRV_E("SPL ClassD", AIC31XX_SPKAMP, 7, 0, NULL, 0,
635 SND_SOC_DAPM_OUT_DRV_E("SPR ClassD", AIC31XX_SPKAMP, 6, 0, NULL, 0,
648 SND_SOC_DAPM_OUT_DRV_E("SPK ClassD", AIC31XX_SPKAMP, 7, 0, NULL, 0,
731 {"SPL ClassD", NULL, "Speaker Left"},
732 {"SPL", NULL, "SPL ClassD"},
736 {"SPR ClassD", NULL, "Speaker Right"},
737 {"SPR", NULL, "SPR ClassD"},
744 {"SPK ClassD", NULL, "Speaker"},
745 {"SPK", NULL, "SPK ClassD"},
Drt1011.h611 /* ClassD Internal Setting-1 (0x1300) */
619 /* ClassD Internal Setting-3 (0x1304) */
627 /* ClassD Internal Setting-8 (0x130c) */
/kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/
Dat91-sam9x60ek.dts126 &classd {
427 classd {
428 pinctrl_classd_default: classd {
Dat91-sama5d2_xplained.dts686 classd: classd@fc048000 { label
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dat91-sam9x60ek.dts137 &classd {
467 classd {
468 pinctrl_classd_default: classd {
Dsam9x60.dtsi326 classd: classd@f003c000 { label
327 compatible = "atmel,sama5d2-classd";
Dat91-sama5d2_xplained.dts686 classd: classd@fc048000 { label

12