aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_conexant.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index fb759bff91a9..6c9abee9ce82 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -1104,8 +1104,10 @@ static int patch_cxt5045(struct hda_codec *codec)
1104 board_config = snd_hda_check_board_config(codec, CXT5045_MODELS, 1104 board_config = snd_hda_check_board_config(codec, CXT5045_MODELS,
1105 cxt5045_models, 1105 cxt5045_models,
1106 cxt5045_cfg_tbl); 1106 cxt5045_cfg_tbl);
1107#if 0 /* use the old method just for safety */
1107 if (board_config < 0) 1108 if (board_config < 0)
1108 board_config = CXT5045_AUTO; 1109 board_config = CXT5045_AUTO;
1110#endif
1109 if (board_config == CXT5045_AUTO) 1111 if (board_config == CXT5045_AUTO)
1110 return patch_conexant_auto(codec); 1112 return patch_conexant_auto(codec);
1111 1113
@@ -1972,8 +1974,10 @@ static int patch_cxt5051(struct hda_codec *codec)
1972 board_config = snd_hda_check_board_config(codec, CXT5051_MODELS, 1974 board_config = snd_hda_check_board_config(codec, CXT5051_MODELS,
1973 cxt5051_models, 1975 cxt5051_models,
1974 cxt5051_cfg_tbl); 1976 cxt5051_cfg_tbl);
1977#if 0 /* use the old method just for safety */
1975 if (board_config < 0) 1978 if (board_config < 0)
1976 board_config = CXT5051_AUTO; 1979 board_config = CXT5051_AUTO;
1980#endif
1977 if (board_config == CXT5051_AUTO) 1981 if (board_config == CXT5051_AUTO)
1978 return patch_conexant_auto(codec); 1982 return patch_conexant_auto(codec);
1979 1983