diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-10-11 12:36:50 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-10-12 14:32:46 +0200 |
commit | 53451b6da8271905941eb1eb369db152c4bd92f2 (patch) | |
tree | a74735bf09aa103b55a1f948c1bf173c03177e30 /fs/jffs2 | |
parent | ALSA: usb-audio: Add support for the Pioneer DJM 750MK2 Mixer/Soundcard (diff) | |
download | linux-53451b6da8271905941eb1eb369db152c4bd92f2.tar.xz linux-53451b6da8271905941eb1eb369db152c4bd92f2.zip |
ALSA: usb-audio: Less restriction for low-latency playback mode
The recent support for the improved low-latency playback mode applied
the SNDRV_PCM_INFO_EXPLICIT_SYNC flag for the target streams, but this
was a slight overkill. The use of the flag above disables effectively
both PCM status and control mmaps, while basically what we want to
track is only about the appl_ptr update.
For less restriction, use a more proper flag,
SNDRV_PCM_INFO_SYNC_APPLPTR instead, which disables only the control
mmap.
Fixes: d5f871f89e21 ("ALSA: usb-audio: Improved lowlatency playback support")
Link: https://lore.kernel.org/r/20211011103650.10182-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'fs/jffs2')
0 files changed, 0 insertions, 0 deletions