]> git.karo-electronics.de Git - mv-sheeva.git/commit
ALSA: hda - Fix "unused variable" compile warning
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Jan 2011 16:27:58 +0000 (17:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 19 Jan 2011 16:27:58 +0000 (17:27 +0100)
commitaa1d0c5261f17d48636bf6d10bde0f38045511c0
treeda20ca5ad6ee0388533201ef03fe4fbd42eac884
parent5734a07cbb8d4600a74a374c839620ddc62b2cf2
ALSA: hda - Fix "unused variable" compile warning

  sound/pci/hda/patch_realtek.c: In function ‘alc_apply_fixup’:
  sound/pci/hda/patch_realtek.c:1724:14: warning: unused variable ‘modelname’

snd_printdd() is evaluated only when CONFIG_SND_DEBUG_VERBOSE=y.

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