mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
The reg in soc_dapm_mux is 32-bit. The BE DAI ID passed as shift(to be operated on the reg) may be more than 31, which may cause overflow. Set reg field to SND_SOC_NOPM to avoid any DAPM operation while passing BE IDs in shift_l field and hence avoid overflow. Change-Id: Ibbbca04c61b7c56eb4c5a7485a4e93dc28a09709 Signed-off-by: Soumya Managoli <smanag@codeaurora.org> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>