diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-09-01 18:20:21 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-01 18:20:21 -0400 |
commit | d94ff6b7cab20cc014e22b2fd5f0ff35d3e2308f (patch) | |
tree | 76674294bab367996b0ecf94b71cb73c5d3507d6 | |
parent | 2ad81ba0147919edc0cf56b80c6224775656b78d (diff) |
ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT
Fix the old dead CONFIG_SND_DEBUG_DETECT to CONFIG_SND_DEBUG_VERBOSE.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 24401d5d3511..af989f660cca 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -3127,7 +3127,7 @@ int snd_hda_check_board_codec_sid_config(struct hda_codec *codec, | |||
3127 | tbl = q; | 3127 | tbl = q; |
3128 | 3128 | ||
3129 | if (tbl->value >= 0 && tbl->value < num_configs) { | 3129 | if (tbl->value >= 0 && tbl->value < num_configs) { |
3130 | #ifdef CONFIG_SND_DEBUG_DETECT | 3130 | #ifdef CONFIG_SND_DEBUG_VERBOSE |
3131 | char tmp[10]; | 3131 | char tmp[10]; |
3132 | const char *model = NULL; | 3132 | const char *model = NULL; |
3133 | if (models) | 3133 | if (models) |