Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2770.c34 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset() argument
36 if (tas2770->reset_gpio) { in tas2770_reset()
37 gpiod_set_value_cansleep(tas2770->reset_gpio, 0); in tas2770_reset()
39 gpiod_set_value_cansleep(tas2770->reset_gpio, 1); in tas2770_reset()
43 snd_soc_component_write(tas2770->component, TAS2770_SW_RST, in tas2770_reset()
48 static int tas2770_update_pwr_ctrl(struct tas2770_priv *tas2770) in tas2770_update_pwr_ctrl() argument
50 struct snd_soc_component *component = tas2770->component; in tas2770_update_pwr_ctrl()
54 if (tas2770->dac_powered) in tas2770_update_pwr_ctrl()
55 val = tas2770->unmuted ? in tas2770_update_pwr_ctrl()
71 struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component); in tas2770_codec_suspend() local
[all …]
/linux/
H A DMAINTAINERS25796 F: Documentation/devicetree/bindings/sound/ti,tas2770.yaml