mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 23:23:18 +00:00
Merge branch 'fix/hda' into topic/hda
This commit is contained in:
commit
a1152e3570
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue