mbox series

[0/2] ALSA: fix compiler warnings

Message ID 20200111214736.3002-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ALSA: fix compiler warnings | expand

Message

Pierre-Louis Bossart Jan. 11, 2020, 9:47 p.m. UTC
2 additional issues reported by GCC W=1. the first one looks like a
bug, the second one more of a style issue.

Fixes for ASoC will be provided separately after review/test.

Pierre-Louis Bossart (2):
  ALSA: HDA: patch_realtek: fix empty macro usage in if block
  ALSA: usb: update old-style static const declaration

 sound/pci/hda/patch_realtek.c | 4 ++--
 sound/usb/mixer_quirks.c      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)