Searched refs:tas2764 (Results 1 – 2 of 2) sorted by relevance
42 static void tas2764_reset(struct tas2764_priv *tas2764) in tas2764_reset() argument44 if (tas2764->reset_gpio) { in tas2764_reset()45 gpiod_set_value_cansleep(tas2764->reset_gpio, 0); in tas2764_reset()47 gpiod_set_value_cansleep(tas2764->reset_gpio, 1); in tas2764_reset()51 snd_soc_component_write(tas2764->component, TAS2764_SW_RST, in tas2764_reset()56 static int tas2764_update_pwr_ctrl(struct tas2764_priv *tas2764) in tas2764_update_pwr_ctrl() argument58 struct snd_soc_component *component = tas2764->component; in tas2764_update_pwr_ctrl()62 if (tas2764->dac_powered) in tas2764_update_pwr_ctrl()63 val = tas2764->unmuted ? in tas2764_update_pwr_ctrl()79 struct tas2764_priv *tas2764 = snd_soc_component_get_drvdata(component); in tas2764_codec_suspend() local[all …]
325 snd-soc-tas2764-objs := tas2764.o557 obj-$(CONFIG_SND_SOC_TAS2764) += snd-soc-tas2764.o