Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dwcd9335.c1793 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd9335_set_decimator_rate() local
1828 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd9335_set_decimator_rate()
1831 tx_mux_sel = tx_mux_sel >> shift; in wcd9335_set_decimator_rate()
1833 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd9335_set_decimator_rate()
1836 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()
1839 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd9335_set_decimator_rate()
1840 decimator = tx_mux_sel - 1; in wcd9335_set_decimator_rate()
1842 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd9335_set_decimator_rate()
1851 } else if ((tx_port <= 8) && (tx_mux_sel == 0x01)) { in wcd9335_set_decimator_rate()
H A Dwcd934x.c1621 u8 shift = 0, shift_val = 0, tx_mux_sel; in wcd934x_set_decimator_rate() local
1661 tx_mux_sel = snd_soc_component_read(comp, tx_port_reg) & in wcd934x_set_decimator_rate()
1664 tx_mux_sel = tx_mux_sel >> shift; in wcd934x_set_decimator_rate()
1667 if ((tx_mux_sel == 0x2) || (tx_mux_sel == 0x3)) in wcd934x_set_decimator_rate()
1671 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()
1675 if ((tx_mux_sel >= 1) && (tx_mux_sel < 7)) in wcd934x_set_decimator_rate()
1676 decimator = tx_mux_sel - 1; in wcd934x_set_decimator_rate()
1679 if ((tx_mux_sel == 0x1) || (tx_mux_sel == 0x2)) in wcd934x_set_decimator_rate()