ALSA: rme96: Convert to generic PCM copy ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Aug 2023 19:01:22 +0000 (21:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Aug 2023 10:18:22 +0000 (12:18 +0200)
commitc3abdf06a9e51d8e4cf97bc58b4b966a254b560f
tree39ab8bc77b9173e3ad9360fa8a50ead081765acd
parent50496aa216d564fb24783e1c94a2a12c0ef303a6
ALSA: rme96: Convert to generic PCM copy ops

This patch converts the rme96 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-12-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme96.c