Lines Matching defs:tx_mux_sel
1639 u8 shift = 0, shift_val = 0, tx_mux_sel;
1679 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1682 tx_mux_sel = tx_mux_sel >> shift;
1685 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1689 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1693 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7))
1694 decimator = tx_mux_sel - 1;
1697 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))