Commit d94ff6b7 authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT

Fix the old dead CONFIG_SND_DEBUG_DETECT to CONFIG_SND_DEBUG_VERBOSE.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 2ad81ba0
...@@ -3127,7 +3127,7 @@ int snd_hda_check_board_codec_sid_config(struct hda_codec *codec, ...@@ -3127,7 +3127,7 @@ int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,
tbl = q; tbl = q;
if (tbl->value >= 0 && tbl->value < num_configs) { if (tbl->value >= 0 && tbl->value < num_configs) {
#ifdef CONFIG_SND_DEBUG_DETECT #ifdef CONFIG_SND_DEBUG_VERBOSE
char tmp[10]; char tmp[10];
const char *model = NULL; const char *model = NULL;
if (models) if (models)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment