Home
last modified time | relevance | path

Searched refs:TAS2552_SWS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dtas2552.c90 snd_soc_component_update_bits(component, TAS2552_CFG_1, TAS2552_SWS, 0); in tas2552_post_event()
93 snd_soc_component_update_bits(component, TAS2552_CFG_1, TAS2552_SWS, in tas2552_post_event()
94 TAS2552_SWS); in tas2552_post_event()
150 cfg1_reg = TAS2552_SWS; in tas2552_sw_shutdown()
152 snd_soc_component_update_bits(tas2552->component, TAS2552_CFG_1, TAS2552_SWS, in tas2552_sw_shutdown()
Dtas2552.h41 #define TAS2552_SWS (1 << 1) macro