diff options
-rw-r--r-- | sound/usb/caiaq/caiaq-audio.c | 2 | ||||
-rw-r--r-- | sound/usb/caiaq/caiaq-device.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/caiaq/caiaq-audio.c b/sound/usb/caiaq/caiaq-audio.c index 1aa927942cc6..ebf32818a16d 100644 --- a/sound/usb/caiaq/caiaq-audio.c +++ b/sound/usb/caiaq/caiaq-audio.c | |||
@@ -202,7 +202,7 @@ static int snd_usb_caiaq_pcm_prepare(struct snd_pcm_substream *substream) | |||
202 | if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) | 202 | if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) |
203 | dev->audio_out_buf_pos[index] = BYTES_PER_SAMPLE + 1; | 203 | dev->audio_out_buf_pos[index] = BYTES_PER_SAMPLE + 1; |
204 | else | 204 | else |
205 | dev->audio_in_buf_pos[index] = 0; | 205 | dev->audio_in_buf_pos[index] = BYTES_PER_SAMPLE; |
206 | 206 | ||
207 | if (dev->streaming) | 207 | if (dev->streaming) |
208 | return 0; | 208 | return 0; |
diff --git a/sound/usb/caiaq/caiaq-device.c b/sound/usb/caiaq/caiaq-device.c index 73c08b40cc5f..379e6082756f 100644 --- a/sound/usb/caiaq/caiaq-device.c +++ b/sound/usb/caiaq/caiaq-device.c | |||
@@ -42,7 +42,7 @@ | |||
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>"); | 44 | MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>"); |
45 | MODULE_DESCRIPTION("caiaq USB audio, version 1.3.4"); | 45 | MODULE_DESCRIPTION("caiaq USB audio, version 1.3.5"); |
46 | MODULE_LICENSE("GPL"); | 46 | MODULE_LICENSE("GPL"); |
47 | MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2}," | 47 | MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2}," |
48 | "{Native Instruments, RigKontrol3}," | 48 | "{Native Instruments, RigKontrol3}," |