Message ID | 20250302-rb1_hdmi_sound_first-v1-2-81a87ae1503c@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | qrb2210-rb1: HDMI/I2S audio playback support | expand |
On Sun, Mar 02, 2025 at 02:49:52AM +0000, Alexey Klimov wrote: > Add soundcard compatible for the soundcard on QRB2210 RB1 platform, > which at this point seems to be compatible with soundcard on > QRB4210 RB2 platform. Is it? The RB1 uses PM4125 for audio output, while RB2 uses WCD codec. > > Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> > --- > Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml > index b9e33a7429b0c063dc5f5b806925cd541e546cf6..2493ed99268bf2ff8343020150c2c9aca4262514 100644 > --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml > +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml > @@ -21,6 +21,10 @@ properties: > - lenovo,yoga-c630-sndcard > - qcom,db845c-sndcard > - const: qcom,sdm845-sndcard > + - items: > + - enum: > + - qcom,qrb2210-rb1-sndcard > + - const: qcom,qrb4210-rb2-sndcard > - items: > - enum: > - qcom,sm8550-sndcard > > -- > 2.47.2 >
diff --git a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml index b9e33a7429b0c063dc5f5b806925cd541e546cf6..2493ed99268bf2ff8343020150c2c9aca4262514 100644 --- a/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,sm8250.yaml @@ -21,6 +21,10 @@ properties: - lenovo,yoga-c630-sndcard - qcom,db845c-sndcard - const: qcom,sdm845-sndcard + - items: + - enum: + - qcom,qrb2210-rb1-sndcard + - const: qcom,qrb4210-rb2-sndcard - items: - enum: - qcom,sm8550-sndcard
Add soundcard compatible for the soundcard on QRB2210 RB1 platform, which at this point seems to be compatible with soundcard on QRB4210 RB2 platform. Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> --- Documentation/devicetree/bindings/sound/qcom,sm8250.yaml | 4 ++++ 1 file changed, 4 insertions(+)