Skip to content

Commit cea0fdf

Browse files
committed
audioreach-kernel: Add sm8750 sound card support
Introduce audio support for the sm8750 device. Add compatible for sound card on Qualcomm sm8750 board. Signed-off-by: Ravi Hothi <ravi.hothi@oss.qualcomm.com>
1 parent 2d26f55 commit cea0fdf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

audioreach-driver/audioreach_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ static const struct of_device_id snd_qcs6490_dt_match[] = {
679679
{.compatible = "qcom,qcs8300-sndcard", "qcs8300"},
680680
{.compatible = "qcom,qcs9075-sndcard", "qcs9075"},
681681
{.compatible = "qcom,qcs9100-sndcard", "qcs9100"},
682+
{.compatible = "qcom,sm8750-sndcard", "sm8750"},
682683
{}
683684
};
684685

0 commit comments

Comments
 (0)