ALSA: hda - Add a proper ifdef to a debug code
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Oct 2009 11:31:39 +0000 (12:31 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 30 Oct 2009 11:31:39 +0000 (12:31 +0100)
commit6a5f96ce72b9e1a4bf06422df53fa819947d2293
treedb00db98d889c31faaefd409868bdd0a251cd6d6
parent36dd5c4afff825fca1b6ccde678f51d6933a6850
ALSA: hda - Add a proper ifdef to a debug code

Added a proper ifdef CONFIG_SND_DEBUG_VERBOSE to avoid a compile warning:
  sound/pci/hda/patch_intelhdmi.c:406: warning: ‘hdmi_get_channel_count’ defined but not used

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_intelhdmi.c