소스 검색

Merge "asoc: Fix dailink init function in holi machine driver"

qctecmdr 4 년 전
부모
커밋
98e5a40f8c
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      asoc/holi.c

+ 0 - 6
asoc/holi.c

@@ -6292,12 +6292,6 @@ static int msm_int_audrx_init(struct snd_soc_pcm_runtime *rtd)
 				snd_soc_card_get_drvdata(rtd->card);
 	int ret = 0;
 
-	component = snd_soc_rtdcom_lookup(rtd, "wsa-codec.1");
-	if (!component) {
-		pr_err("%s: wsa-codec.1 component is NULL\n", __func__);
-		return -EINVAL;
-	}
-
 	component = snd_soc_rtdcom_lookup(rtd, "bolero_codec");
 	if (!component) {
 		pr_err("%s: could not find component for bolero_codec\n",