Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248474
b: refs/heads/master
c: 9b842cd
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed May 15, 2011
1 parent 005cb4d commit 1e1c5fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1387cde51d0946eb3d8091b63f025c40cc1acdf4
refs/heads/master: 9b842cd86843db0f6ba4badb30282044afaed6c9
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,8 +1104,10 @@ static int patch_cxt5045(struct hda_codec *codec)
board_config = snd_hda_check_board_config(codec, CXT5045_MODELS,
cxt5045_models,
cxt5045_cfg_tbl);
#if 0 /* use the old method just for safety */
if (board_config < 0)
board_config = CXT5045_AUTO;
#endif
if (board_config == CXT5045_AUTO)
return patch_conexant_auto(codec);

Expand Down Expand Up @@ -1972,8 +1974,10 @@ static int patch_cxt5051(struct hda_codec *codec)
board_config = snd_hda_check_board_config(codec, CXT5051_MODELS,
cxt5051_models,
cxt5051_cfg_tbl);
#if 0 /* use the old method just for safety */
if (board_config < 0)
board_config = CXT5051_AUTO;
#endif
if (board_config == CXT5051_AUTO)
return patch_conexant_auto(codec);

Expand Down

0 comments on commit 1e1c5fc

Please sign in to comment.