Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133041
b: refs/heads/master
c: c98041f
h: refs/heads/master
i:
  133039: 20b4cb0
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Takashi Iwai committed Feb 11, 2009
1 parent 8aede1c commit bd33e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: a1152e3570e271dbf217391d549d3e47e258fe05
refs/heads/master: c98041f7d71890ac6aa2257d78ef175db44d2cd3
7 changes: 3 additions & 4 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -5292,10 +5292,9 @@ static int patch_stac927x(struct hda_codec *codec)
stac927x_models,
stac927x_cfg_tbl);
again:
if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
if (spec->board_config < 0)
snd_printdd(KERN_INFO "hda_codec: Unknown model for"
"STAC927x, using BIOS defaults\n");
if (spec->board_config < 0) {
snd_printdd(KERN_INFO "hda_codec: Unknown model for"
"STAC927x, using BIOS defaults\n");
err = stac92xx_save_bios_config_regs(codec);
} else
err = stac_save_pin_cfgs(codec,
Expand Down

0 comments on commit bd33e2d

Please sign in to comment.