ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format iterations
authorTakashi Iwai <tiwai@suse.de>
Thu, 6 Feb 2020 16:39:40 +0000 (17:39 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Feb 2020 07:27:19 +0000 (08:27 +0100)
commit5b29f05396bde54788a18633155ffa3f4d745f0d
tree5e0fe5b3e5b33896e6de535411dea6a039b5aa99
parentb9c7d41087bc1755e01f9584f0bdbce0bb8b195d
ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format iterations

The new macro can fix the sparse warnings gracefully:
  sound/usb/proc.c:73:31: warning: restricted snd_pcm_format_t degrades to integer
  sound/usb/proc.c:73:38: warning: restricted snd_pcm_format_t degrades to integer
  sound/usb/proc.c:73:61: warning: restricted snd_pcm_format_t degrades to integer

No functional changes, just sparse warning fixes.

Link: https://lore.kernel.org/r/20200206163945.6797-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/proc.c