]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: rme96: Convert to the new PCM ops
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 May 2017 18:30:34 +0000 (20:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 2 Jun 2017 17:37:59 +0000 (19:37 +0200)
commit53945f5b8ae550d8c6f7ac8ed9b1e496778fad45
tree7b454d1e91e80585abba9a4a6219e8db7d7f48c7
parent032db751efa7d3eb80a3f4b3fde51eb4f6c24308
ALSA: rme96: Convert to the new PCM ops

Replace the copy and the silence ops with the new PCM ops.
The conversion is straightforward with standard helper functions, and
now we can drop the bytes <-> frames conversions in callbacks.

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