forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALSA: snd-usb-caiaq: fix reported elapsed periods
Reset the internal period position counter upon stream startup. This fixes initial aplay underruns and problems related to latency picky applications such as pulseaudio. Bumped the version number to 1.3.14. Signed-off-by: Daniel Mack <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
#include "input.h" | ||
|
||
MODULE_AUTHOR("Daniel Mack <[email protected]>"); | ||
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.13"); | ||
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.14"); | ||
MODULE_LICENSE("GPL"); | ||
MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2}," | ||
"{Native Instruments, RigKontrol3}," | ||
|