Searched refs:TAS2552_CFG_2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | tas2552.c | 51 {TAS2552_CFG_2, 0xef}, 98 snd_soc_update_bits(codec, TAS2552_CFG_2, 1, 0); in tas2552_post_event() 104 snd_soc_update_bits(codec, TAS2552_CFG_2, 1, 1); in tas2552_post_event() 131 SND_SOC_DAPM_OUT_DRV("ClassD", TAS2552_CFG_2, 7, 0, NULL, 0), 132 SND_SOC_DAPM_SUPPLY("PLL", TAS2552_CFG_2, 3, 0, NULL, 0), 180 pll_enable = snd_soc_read(codec, TAS2552_CFG_2) & TAS2552_PLL_ENABLE; in tas2552_setup_pll() 181 snd_soc_update_bits(codec, TAS2552_CFG_2, TAS2552_PLL_ENABLE, 0); in tas2552_setup_pll() 234 snd_soc_update_bits(codec, TAS2552_CFG_2, TAS2552_PLL_ENABLE, in tas2552_setup_pll() 604 snd_soc_write(codec, TAS2552_CFG_2, TAS2552_BOOST_EN | TAS2552_APT_EN | in tas2552_codec_probe()
|
D | tas2552.h | 24 #define TAS2552_CFG_2 0x02 macro
|