]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: es1938: Convert to the new PCM copy ops
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 May 2017 18:16:36 +0000 (20:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Jun 2017 17:37:57 +0000 (19:37 +0200)
commit36d2aa91335577c66248193b7a1b4927e6781f7b
tree9cc16010606fc98e70a34876597ae8e577173ecf
parent8f8cf244c294700879b5bcad11a4323dc1720023
ALSA: es1938: Convert to the new PCM copy ops

Replace the copy ops with the new copy_user and copy_kernel ops.
It's used only for a capture stream (for some hardware workaround),
thus we need no silence operation.

Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/es1938.c