Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dlpass-wsa-macro.c410 int rx_port_value[WSA_MACRO_RX_MAX]; member
2195 wsa->rx_port_value[widget->shift]; in wsa_macro_rx_mux_get()
2208 u32 rx_port_value = ucontrol->value.integer.value[0]; in wsa_macro_rx_mux_put() local
2213 aif_rst = wsa->rx_port_value[widget->shift]; in wsa_macro_rx_mux_put()
2214 if (!rx_port_value) { in wsa_macro_rx_mux_put()
2222 wsa->rx_port_value[widget->shift] = rx_port_value; in wsa_macro_rx_mux_put()
2226 switch (rx_port_value) { in wsa_macro_rx_mux_put()
2237 &wsa->active_ch_mask[rx_port_value]); in wsa_macro_rx_mux_put()
2238 wsa->active_ch_cnt[rx_port_value]++; in wsa_macro_rx_mux_put()
2243 __func__, rx_port_value); in wsa_macro_rx_mux_put()
[all …]
H A Dlpass-rx-macro.c643 int rx_port_value[RX_MACRO_PORTS_MAX]; member
2466 rx->rx_port_value[widget->shift]; in rx_macro_mux_get()
2477 u32 rx_port_value = ucontrol->value.enumerated.item[0]; in rx_macro_mux_put() local
2481 aif_rst = rx->rx_port_value[widget->shift]; in rx_macro_mux_put()
2482 if (!rx_port_value) { in rx_macro_mux_put()
2490 rx->rx_port_value[widget->shift] = rx_port_value; in rx_macro_mux_put()
2492 switch (rx_port_value) { in rx_macro_mux_put()
2505 &rx->active_ch_mask[rx_port_value]); in rx_macro_mux_put()
2506 rx->active_ch_cnt[rx_port_value]++; in rx_macro_mux_put()
2511 __func__, rx_port_value); in rx_macro_mux_put()
[all …]
H A Dwcd9335.c337 unsigned int rx_port_value[WCD9335_RX_MAX]; member
1265 ucontrol->value.enumerated.item[0] = wcd->rx_port_value[port_id]; in slim_rx_mux_get()
1279 if (wcd->rx_port_value[port_id] == ucontrol->value.enumerated.item[0]) in slim_rx_mux_put()
1282 wcd->rx_port_value[port_id] = ucontrol->value.enumerated.item[0]; in slim_rx_mux_put()
1287 switch (wcd->rx_port_value[port_id]) { in slim_rx_mux_put()
1308 dev_err(wcd->dev, "Unknown AIF %d\n", wcd->rx_port_value[port_id]); in slim_rx_mux_put()
1312 snd_soc_dapm_mux_update_power(w->dapm, kc, wcd->rx_port_value[port_id], in slim_rx_mux_put()
H A Dwcd934x.c543 u32 rx_port_value[WCD934X_RX_MAX]; member
3300 ucontrol->value.enumerated.item[0] = wcd->rx_port_value[w->shift]; in slim_rx_mux_get()
3341 int prev_mux_idx = wcd->rx_port_value[port_id]; in slim_rx_mux_put()
3385 wcd->rx_port_value[port_id] = mux_idx; in slim_rx_mux_put()
3386 snd_soc_dapm_mux_update_power(w->dapm, kc, wcd->rx_port_value[port_id], in slim_rx_mux_put()