On Thu, Dec 12, 2024 at 12:47:15AM +0000, Alexey Klimov wrote: > Add vamacro compatible for sm6115. > > Cc: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > Signed-off-by: Alexey Klimov <alexey.klimov@xxxxxxxxxx> > --- > sound/soc/codecs/lpass-va-macro.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/soc/codecs/lpass-va-macro.c b/sound/soc/codecs/lpass-va-macro.c > index c781da476240..443dd4dd9b19 100644 > --- a/sound/soc/codecs/lpass-va-macro.c > +++ b/sound/soc/codecs/lpass-va-macro.c > @@ -1722,6 +1722,7 @@ static const struct dev_pm_ops va_macro_pm_ops = { > > static const struct of_device_id va_macro_dt_match[] = { > { .compatible = "qcom,sc7280-lpass-va-macro", .data = &sm8250_va_data }, > + { .compatible = "qcom,sm6115-lpass-va-macro", .data = &sm8450_va_data }, Looks comaptible with sm8450, so maybe should be made as compatible in the bindings. Best regards, Krzysztof