Skip to content

Commit eb1df4b

Browse files
committed
qrb4210-rb2: add HDMI audio playback support
Merge series from Alexey Klimov <[email protected]>: This series still keeps "qcom,qrb4210-rb2-sndcard" for sm8250 soundcard. As per off the list discussion with Srini it was suggested to have it since in future it may be required to add clocks, workarounds, quirks, model-specific things based on this compatible. The same as for RB5 compatible in sm8250 snd driver. This focuses on HDMI audio playback only hence there are no soundwire and dmic pins, for instance. The work to enable playback via wcd+wsa8815 amplifier is in progress (it works) and one of the routes is to merge such two patchsets together. Link to prev series: https://lore.kernel.org/linux-sound/[email protected]/
2 parents 2c0b2b4 + b97bc06 commit eb1df4b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/sound/qcom,sm8250.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ properties:
3030
- qcom,apq8096-sndcard
3131
- qcom,qcm6490-idp-sndcard
3232
- qcom,qcs6490-rb3gen2-sndcard
33+
- qcom,qrb4210-rb2-sndcard
3334
- qcom,qrb5165-rb5-sndcard
3435
- qcom,sc7180-qdsp6-sndcard
3536
- qcom,sc8280xp-sndcard

sound/soc/qcom/sm8250.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ static int sm8250_platform_probe(struct platform_device *pdev)
174174

175175
static const struct of_device_id snd_sm8250_dt_match[] = {
176176
{.compatible = "qcom,sm8250-sndcard"},
177+
{.compatible = "qcom,qrb4210-rb2-sndcard"},
177178
{.compatible = "qcom,qrb5165-rb5-sndcard"},
178179
{}
179180
};

0 commit comments

Comments
 (0)