ALSA: rme32: Convert to generic PCM copy ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Aug 2023 19:01:21 +0000 (21:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Aug 2023 10:18:21 +0000 (12:18 +0200)
commit50496aa216d564fb24783e1c94a2a12c0ef303a6
tree3fab2168d08e7dac32de14510dadf6d40b84eaa9
parent75bd8e3f4c812aa64e9b162cf094087552105f4e
ALSA: rme32: Convert to generic PCM copy ops

This patch converts the rme32 driver code to use the new unified PCM
copy callback.  It's a straightforward conversion from *_user() to
*_iter() variants.

Link: https://lore.kernel.org/r/20230815190136.8987-11-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme32.c