Lines Matching defs:tx_mux_sel
1555 u8 shift = 0, shift_val = 0, tx_mux_sel;
1595 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) &
1598 tx_mux_sel = tx_mux_sel >> shift;
1601 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3))
1605 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))
1609 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7))
1610 decimator = tx_mux_sel - 1;
1613 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2))