aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-imx.c
diff options
context:
space:
mode:
authorYassine Oudjana <[email protected]>2022-01-04 03:35:36 +0000
committerMark Brown <[email protected]>2022-01-06 16:41:58 +0000
commit3b247eeaecfefe35ecca1578b0ed48be65bc6ca3 (patch)
treeca778e7825750a54c5d8fd2d73c5176758dfb379 /drivers/usb/cdns3/cdns3-imx.c
parent7112550890d7e415188a3351ec0a140be60f6deb (diff)
ASoC: wcd9335: Keep a RX port value for each SLIM RX mux
Currently, rx_port_value is a single unsigned int that gets overwritten when slim_rx_mux_put() is called for any RX mux, then the same value is read when slim_rx_mux_get() is called for any of them. This results in slim_rx_mux_get() reporting the last value set by slim_rx_mux_put() regardless of which SLIM RX mux is in question. Turn rx_port_value into an array and store a separate value for each SLIM RX mux. Signed-off-by: Yassine Oudjana <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions