Searched full:tas2770 (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | tas2770.c | 3 // ALSA SoC Texas Instruments TAS2770 20-W Digital Input Mono Class-D 31 #include "tas2770.h" 35 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset() argument 37 if (tas2770->reset_gpio) { in tas2770_reset() 38 gpiod_set_value_cansleep(tas2770->reset_gpio, 0); in tas2770_reset() 40 gpiod_set_value_cansleep(tas2770->reset_gpio, 1); in tas2770_reset() 44 snd_soc_component_write(tas2770->component, TAS2770_SW_RST, in tas2770_reset() 49 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl() argument 51 struct snd_soc_component *component = tas2770->component; in tas2770_update_pwr_ctrl() 55 if (tas2770->dac_powered) in tas2770_update_pwr_ctrl() [all …]
|
| D | tas2770.h | 3 * ALSA SoC TAS2770 codec driver
|
| D | Makefile | 217 snd-soc-tas2770-objs := tas2770.o 527 obj-$(CONFIG_SND_SOC_TAS2770) += snd-soc-tas2770.o
|
| D | Kconfig | 1316 tristate "Texas Instruments TAS2770 speaker amplifier"
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | tas2770.c | 3 // ALSA SoC Texas Instruments TAS2770 20-W Digital Input Mono Class-D 31 #include "tas2770.h" 35 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset() argument 37 if (tas2770->reset_gpio) { in tas2770_reset() 38 gpiod_set_value_cansleep(tas2770->reset_gpio, 0); in tas2770_reset() 40 gpiod_set_value_cansleep(tas2770->reset_gpio, 1); in tas2770_reset() 44 snd_soc_component_write(tas2770->component, TAS2770_SW_RST, in tas2770_reset() 49 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl() argument 51 struct snd_soc_component *component = tas2770->component; in tas2770_update_pwr_ctrl() 55 if (tas2770->dac_powered) in tas2770_update_pwr_ctrl() [all …]
|
| D | tas2770.h | 3 * ALSA SoC TAS2770 codec driver
|
| D | Makefile | 279 snd-soc-tas2770-objs := tas2770.o 665 obj-$(CONFIG_SND_SOC_TAS2770) += snd-soc-tas2770.o
|
| D | Kconfig | 1773 tristate "Texas Instruments TAS2770 speaker amplifier"
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | tas2770.yaml | 5 $id: "http://devicetree.org/schemas/sound/tas2770.yaml#" 8 title: Texas Instruments TAS2770 Smart PA 14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for 22 - ti,tas2770 72 compatible = "ti,tas2770";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | tas2770.yaml | 5 $id: http://devicetree.org/schemas/sound/tas2770.yaml# 8 title: Texas Instruments TAS2770 Smart PA 14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for 25 - ti,tas2770 77 compatible = "ti,tas2770";
|
| /kernel/linux/linux-6.6/ |
| D | MAINTAINERS | 21267 F: Documentation/devicetree/bindings/sound/tas2770.yaml
|