ALSA: hda: Fix build error without CONFIG_SND_DEBUG
authorTakashi Iwai <tiwai@suse.de>
Fri, 11 Oct 2024 07:21:52 +0000 (09:21 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 11 Oct 2024 07:25:55 +0000 (09:25 +0200)
commit0ddf2784d6c29e59409a62b8f32dc5abe56135a4
tree89649486f9eeaa8cd598bf86e687541e594cf299
parent0845b3e0d5c1a8ddf2056a0f2672ddf769dc446c
ALSA: hda: Fix build error without CONFIG_SND_DEBUG

The macro should have been defined without setting the non-existing
name field in the case of CONFIG_SND_DEBUG=n.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/20241011131046.5eb3905a@canb.auug.org.au
Fixes: 5b1913a79c3e ("ALSA: hda: Use own quirk lookup helper")
Link: https://patch.msgid.link/20241011072152.14657-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_local.h