mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
arm64: dts: qcom: hamoa: Add sound DAI prefixes for DP
Sound DAI devices exposing same set of mixers, e.g. each DisplayPort controller, need to add dedicated prefix for these mixers to avoid conflicts and to allow ALSA to properly configure given instance. Suggested-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251217120051.98198-3-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
b7415c490d
commit
d12cd85a4f
|
|
@ -5608,6 +5608,7 @@ mdss_dp0: displayport-controller@ae90000 {
|
|||
phy-names = "dp";
|
||||
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "DisplayPort0";
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
@ -5696,6 +5697,7 @@ mdss_dp1: displayport-controller@ae98000 {
|
|||
phy-names = "dp";
|
||||
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "DisplayPort1";
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
@ -5784,6 +5786,7 @@ mdss_dp2: displayport-controller@ae9a000 {
|
|||
phy-names = "dp";
|
||||
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "DisplayPort2";
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
@ -5867,6 +5870,7 @@ mdss_dp3: displayport-controller@aea0000 {
|
|||
phy-names = "dp";
|
||||
|
||||
#sound-dai-cells = <0>;
|
||||
sound-name-prefix = "DisplayPort3";
|
||||
|
||||
status = "disabled";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user