Commit a1152e35 authored by Takashi Iwai's avatar Takashi Iwai

Merge branch 'fix/hda' into topic/hda

parents 0852d7a6 26a74f1f
...@@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec) ...@@ -175,7 +175,7 @@ static int reconfig_codec(struct hda_codec *codec)
err = snd_hda_codec_build_controls(codec); err = snd_hda_codec_build_controls(codec);
if (err < 0) if (err < 0)
return err; return err;
return 0; return snd_card_register(codec->bus->card);
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment