Searched refs:tas2770 (Results 1 – 2 of 2) sorted by relevance
34 static void tas2770_reset(struct tas2770_priv *tas2770) in tas2770_reset() argument36 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() argument50 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 …]
25796 F: Documentation/devicetree/bindings/sound/ti,tas2770.yaml