mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00:00
09a4f6f5d2
Existing header file design of having separate SoC specific header files
for the common lpass driver has mutiple issues.
This design is prone to break as an when new SoC header is added
as the common DAI ids of other SoCs will be overwritten by the
new ones.
One of them surfaced by recent patch that adds support to sc7180, this
one totally broke LPASS drivers on other Qualcomm SoCs.
Before this gets worst, fix this by having a common header qcom,lpass.h.
This should fix the issue and any new DAI ids should be added to the
common header. This will be more sustainable then the existing design!
Fixes:
|
||
---|---|---|
.. | ||
adi,adau1977.h | ||
apq8016-lpass.h | ||
audio-jack-events.h | ||
cs35l32.h | ||
cs42l42.h | ||
fsl-imx-audmux.h | ||
madera.h | ||
meson-aiu.h | ||
meson-g12a-toacodec.h | ||
meson-g12a-tohdmitx.h | ||
qcom,lpass.h | ||
qcom,q6afe.h | ||
qcom,q6asm.h | ||
rt5640.h | ||
rt5651.h | ||
samsung-i2s.h | ||
sc7180-lpass.h | ||
tas2552.h | ||
tlv320aic31xx-micbias.h |