Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284186
b: refs/heads/master
c: b253969
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 14, 2011
1 parent 53bef54 commit 6d05c9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ccbf1c3763510d5c443133f9aa40d8bf4ae8db9
refs/heads/master: b25396994b90f69c5fc6d7cd448174d7eea69f14
5 changes: 4 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -4534,7 +4534,10 @@ static int patch_alc882(struct hda_codec *codec)
if (err < 0)
goto error;

board_config = alc_board_codec_sid_config(codec,
board_config = alc_board_config(codec, ALC882_MODEL_LAST,
alc882_models, NULL);
if (board_config < 0)
board_config = alc_board_codec_sid_config(codec,
ALC882_MODEL_LAST, alc882_models, alc882_ssid_cfg_tbl);

if (board_config < 0) {
Expand Down

0 comments on commit 6d05c9e

Please sign in to comment.