Searched refs:tas2780 (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | tas2780.c | 18 #include "tas2780.h" 29 static void tas2780_reset(struct tas2780_priv *tas2780) in tas2780_reset() argument 33 if (tas2780->reset_gpio) { in tas2780_reset() 34 gpiod_set_value_cansleep(tas2780->reset_gpio, 0); in tas2780_reset() 36 gpiod_set_value_cansleep(tas2780->reset_gpio, 1); in tas2780_reset() 40 ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST, in tas2780_reset() 43 dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n", in tas2780_reset() 50 struct tas2780_priv *tas2780 = in tas2780_codec_suspend() local 57 dev_err(tas2780->dev, "%s:errCode:0x%0x:power down error\n", in tas2780_codec_suspend() 62 regcache_cache_only(tas2780 in tas2780_codec_suspend() 70 struct tas2780_priv *tas2780 = tas2780_codec_resume() local 131 struct tas2780_priv *tas2780 = tas2780_mute() local 148 tas2780_set_bitwidth(struct tas2780_priv * tas2780,int bitwidth) tas2780_set_bitwidth() argument 237 tas2780_set_samplerate(struct tas2780_priv * tas2780,int samplerate) tas2780_set_samplerate() argument 281 struct tas2780_priv *tas2780 = tas2780_hw_params() local 295 struct tas2780_priv *tas2780 = tas2780_set_fmt() local 370 struct tas2780_priv *tas2780 = tas2780_set_dai_tdm_slot() local 486 struct tas2780_priv *tas2780 = tas2780_codec_probe() local 565 tas2780_parse_dt(struct device * dev,struct tas2780_priv * tas2780) tas2780_parse_dt() argument 593 struct tas2780_priv *tas2780; tas2780_i2c_probe() local [all...] |
H A D | Makefile | 422 snd-soc-tas2780-y := tas2780.o 727 obj-$(CONFIG_SND_SOC_TAS2780) += snd-soc-tas2780.o
|