Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Didt821034.c117 #define IDT821034_CONF_PWRUP_RX BIT(0) /* from PCM to analog output */ macro
128 if (power & IDT821034_CONF_PWRUP_RX) { in idt821034_set_channel_power()
130 conf | IDT821034_CONF_PWRUP_RX, in idt821034_set_channel_power()
142 if (!(power & (IDT821034_CONF_PWRUP_TX | IDT821034_CONF_PWRUP_RX))) { in idt821034_set_channel_power()
180 if (idt821034->cache.ch[0].power & IDT821034_CONF_PWRUP_RX) { in idt821034_set_codec_conf()
181 conf |= IDT821034_CONF_PWRUP_RX; in idt821034_set_codec_conf()
218 if (idt821034->cache.ch[ch].power & IDT821034_CONF_PWRUP_RX) { in idt821034_set_channel_ts()
220 conf | IDT821034_CONF_PWRUP_RX, in idt821034_set_channel_ts()
630 mask = IDT821034_ID_IS_OUT(id) ? IDT821034_CONF_PWRUP_RX : IDT821034_CONF_PWRUP_TX; in idt821034_power_event()