|
@@ -57,7 +57,7 @@ static struct snd_pcm_hardware snd_usb_caiaq_pcm_hardware = {
|
|
|
.channels_min = CHANNELS_PER_STREAM,
|
|
|
.channels_max = CHANNELS_PER_STREAM,
|
|
|
.buffer_bytes_max = MAX_BUFFER_SIZE,
|
|
|
- .period_bytes_min = 4096,
|
|
|
+ .period_bytes_min = 128,
|
|
|
.period_bytes_max = MAX_BUFFER_SIZE,
|
|
|
.periods_min = 1,
|
|
|
.periods_max = 1024,
|