Searched full:tas2764 (Results 1 – 5 of 5) sorted by relevance
3 // Driver for the Texas Instruments TAS2764 CODEC26 #include "tas2764.h"39 static void tas2764_reset(struct tas2764_priv *tas2764) in tas2764_reset() argument41 if (tas2764->reset_gpio) { in tas2764_reset()42 gpiod_set_value_cansleep(tas2764->reset_gpio, 0); in tas2764_reset()44 gpiod_set_value_cansleep(tas2764->reset_gpio, 1); in tas2764_reset()47 snd_soc_component_write(tas2764->component, TAS2764_SW_RST, in tas2764_reset()54 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_set_bias_level() local75 dev_err(tas2764->dev, in tas2764_set_bias_level()86 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_codec_suspend() local[all …]
3 * tas2764.h - ALSA SoC Texas Instruments TAS2764 Mono Audio Amplifier
307 snd-soc-tas2764-objs := tas2764.o521 obj-$(CONFIG_SND_SOC_TAS2764) += snd-soc-tas2764.o
1308 tristate "Texas Instruments TAS2764 Mono Audio amplifier"
5 $id: "http://devicetree.org/schemas/sound/tas2764.yaml#"8 title: Texas Instruments TAS2764 Smart PA14 The TAS2764 is a mono, digital input Class-D audio amplifier optimized for22 - ti,tas276464 compatible = "ti,tas2764";