]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag
authorTakashi Iwai <tiwai@suse.de>
Sun, 2 Sep 2018 08:22:13 +0000 (10:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 4 Sep 2018 10:13:09 +0000 (12:13 +0200)
commit38ce57ad164816b432b80feb67d46d53137ff82a
tree9f274ea637b25c2a4cf7aa4274717ac4638b0fc7
parentf7c50fa636f72490baceb1664ba64973137266f2
ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flag

The recently introduced PCM info flag assures the call of ack ops at
each applptr change, and this is mandatory for the indirect PCM
helpers.

Also, with the proper ack callback, we need no longer prefill at
trigger start.  The relevant code can be killed.

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