diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-19 13:04:04 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-19 13:04:43 +0100 |
commit | 551310e7356cb8af4eb4c618961ad1e7b2f89e19 (patch) | |
tree | d5e69e255c5bb19056f5f41aeb63c4ff55fdaa18 /net | |
parent | 54a2a3898f469a915510038fe84ef4f083131d3e (diff) | |
download | linux-551310e7356cb8af4eb4c618961ad1e7b2f89e19.tar.bz2 |
ALSA: hda/ca0132: Fix compile warning without PCI
CONFIG_PCI=n leads to a compile warning like:
sound/pci/hda/patch_ca0132.c:8214:10: warning: no case matching constant switch condition '0'
due to the missed handling of QUIRK_NONE in ca0132_mmio_init().
Fix it.
Fixes: bf2aa9ccc8e5 ("ALSA: hda/ca0132 - Cleanup ca0132_mmio_init function.")
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20201119120404.16833-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions