소스 검색

Merge branch 'fix/hda' into topic/hda

Takashi Iwai 16 년 전
부모
커밋
a1152e3570
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sound/pci/hda/hda_hwdep.c

+ 1 - 1
sound/pci/hda/hda_hwdep.c

@@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec)
 	err = snd_hda_codec_build_controls(codec);
 	if (err < 0)
 		return err;
-	return 0;
+	return snd_card_register(codec->bus->card);
 }
 
 /*