Searched refs:tx_mux_sel (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dwcd9335.c1795 u8 shift = 0, shift_val = 0, tx_mux_sel; local
1830 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1833 tx_mux_sel = tx_mux_sel >> shift;
1835 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1838 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1841 if ((tx_mux_sel >= 1) && (tx_mux_sel <
[all...]
H A Dwcd934x.c1638 u8 shift = 0, shift_val = 0, tx_mux_sel; local
1678 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1681 tx_mux_sel = tx_mux_sel >> shift;
1684 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1688 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1692 if ((tx_mux_sel >= 1) && (tx_mux_sel <
[all...]

Completed in 310 milliseconds