Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/codecs/
Dtas6424.c272 snd_soc_component_write(component, TAS6424_CH_STATE_CTRL, val); in tas6424_mute()
282 snd_soc_component_write(component, TAS6424_CH_STATE_CTRL, TAS6424_ALL_STATE_HIZ); in tas6424_power_off()
334 snd_soc_component_write(component, TAS6424_CH_STATE_CTRL, chan_states); in tas6424_power_on()
594 { TAS6424_CH_STATE_CTRL, 0x55 },
619 case TAS6424_CH_STATE_CTRL: in tas6424_is_writable_reg()
Dtas6424.h25 #define TAS6424_CH_STATE_CTRL 0x04 macro