ALSA: nm256: Convert to generic PCM copy ops
authorTakashi Iwai <tiwai@suse.de>
Tue, 15 Aug 2023 19:01:20 +0000 (21:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Aug 2023 10:18:21 +0000 (12:18 +0200)
commit75bd8e3f4c812aa64e9b162cf094087552105f4e
tree02e0f51f70a4934cb3b54c6c84ec40809f232e4b
parent49aa6ed94c5ee3a85fd503748e2df3a432c2a0ec
ALSA: nm256: Convert to generic PCM copy ops

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