Searched refs:tas2780 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas2780.c | 20 #include "tas2780.h" 31 static void tas2780_reset(struct tas2780_priv *tas2780) in tas2780_reset() argument 35 if (tas2780->reset_gpio) { in tas2780_reset() 36 gpiod_set_value_cansleep(tas2780->reset_gpio, 0); in tas2780_reset() 38 gpiod_set_value_cansleep(tas2780->reset_gpio, 1); in tas2780_reset() 42 ret = snd_soc_component_write(tas2780->component, TAS2780_SW_RST, in tas2780_reset() 45 dev_err(tas2780->dev, "%s:errCode:0x%x Reset error!\n", in tas2780_reset() 52 struct tas2780_priv *tas2780 = in tas2780_codec_suspend() local 59 dev_err(tas2780->dev, "%s:errCode:0x%0x:power down error\n", in tas2780_codec_suspend() 64 regcache_cache_only(tas2780 in tas2780_codec_suspend() 72 struct tas2780_priv *tas2780 = tas2780_codec_resume() local 134 struct tas2780_priv *tas2780 = tas2780_mute() local 151 tas2780_set_bitwidth(struct tas2780_priv *tas2780, int bitwidth) tas2780_set_bitwidth() argument 239 tas2780_set_samplerate( struct tas2780_priv *tas2780, int samplerate) tas2780_set_samplerate() argument 284 struct tas2780_priv *tas2780 = tas2780_hw_params() local 298 struct tas2780_priv *tas2780 = tas2780_set_fmt() local 373 struct tas2780_priv *tas2780 = tas2780_set_dai_tdm_slot() local 489 struct tas2780_priv *tas2780 = tas2780_codec_probe() local 568 tas2780_parse_dt(struct device *dev, struct tas2780_priv *tas2780) tas2780_parse_dt() argument 596 struct tas2780_priv *tas2780; tas2780_i2c_probe() local [all...] |
H A D | Makefile | 383 snd-soc-tas2780-objs := tas2780.o 655 obj-$(CONFIG_SND_SOC_TAS2780) += snd-soc-tas2780.o
|
Completed in 3 milliseconds