diff options
author | Brian Norris <[email protected]> | 2022-12-30 22:15:45 -0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-01-01 22:34:07 +0000 |
commit | 000bca8d706d1bf7cca01af75787247c5a2fdedf (patch) | |
tree | 860baf4d0b42a99a25d3b2f460ea588663805695 /lib/clz_tab.c | |
parent | efd58edd8445685b5e7dcb81e5926e0865ece1ff (diff) |
ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
These indices should reference the ID placed within the dai_driver
array, not the indices of the array itself.
This fixes commit 4ff028f6c108 ("ASoC: qcom: lpass-cpu: Make I2S SD
lines configurable"), which among others, broke IPQ8064 audio
(sound/soc/qcom/lpass-ipq806x.c) because it uses ID 4 but we'd stop
initializing the mi2s_playback_sd_mode and mi2s_capture_sd_mode arrays
at ID 0.
Fixes: 4ff028f6c108 ("ASoC: qcom: lpass-cpu: Make I2S SD lines configurable")
Cc: <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
Reviewed-by: Stephan Gerhold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/clz_tab.c')
0 files changed, 0 insertions, 0 deletions