Home
last modified time | relevance | path

Searched refs:tas2770 (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dtas2770.c33 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset() argument
35 if (tas2770->reset_gpio) { in tas2770_reset()
36 gpiod_set_value_cansleep(tas2770->reset_gpio, 0); in tas2770_reset()
38 gpiod_set_value_cansleep(tas2770->reset_gpio, 1); in tas2770_reset()
42 snd_soc_component_write(tas2770->component, TAS2770_SW_RST, in tas2770_reset()
47 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl() argument
49 struct snd_soc_component *component = tas2770->component; in tas2770_update_pwr_ctrl()
53 if (tas2770->dac_powered) in tas2770_update_pwr_ctrl()
54 val = tas2770->unmuted ? in tas2770_update_pwr_ctrl()
70 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_suspend() local
[all …]
H A DMakefile305 snd-soc-tas2770-y := tas2770.o
722 obj-$(CONFIG_SND_SOC_TAS2770) += snd-soc-tas2770.o
/linux/
H A DMAINTAINERS23174 F: Documentation/devicetree/bindings/sound/ti,tas2770.yaml