소스 검색

Merge "ASoC: wsa883x: Add support for second instance of WSA"

qctecmdr 4 년 전
부모
커밋
744c8af576
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      asoc/codecs/wsa883x/wsa883x.c

+ 4 - 0
asoc/codecs/wsa883x/wsa883x.c

@@ -1950,6 +1950,7 @@ static const struct dev_pm_ops wsa883x_swr_pm_ops = {
 
 static const struct swr_device_id wsa883x_swr_id[] = {
 	{"wsa883x", 0},
+	{"wsa883x_2", 0},
 	{}
 };
 
@@ -1957,6 +1958,9 @@ static const struct of_device_id wsa883x_swr_dt_match[] = {
 	{
 		.compatible = "qcom,wsa883x",
 	},
+	{
+		.compatible = "qcom,wsa883x_2",
+	},
 	{}
 };