]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/pci/ctxfi/ctpcm.c
ALSA: ctxfi - Set periods_min to 2
[karo-tx-linux.git] / sound / pci / ctxfi / ctpcm.c
index 32b742dcd5382b441c3128c6a130d6a56153e4fb..a0bd31c6090d6e727ce9caeb1336b64026b052dd 100644 (file)
@@ -40,7 +40,7 @@ static struct snd_pcm_hardware ct_pcm_playback_hw = {
        .buffer_bytes_max       = (128*1024),
        .period_bytes_min       = (64),
        .period_bytes_max       = (128*1024),
-       .periods_min            = 1,
+       .periods_min            = 2,
        .periods_max            = 1024,
        .fifo_size              = 0,
 };
@@ -62,7 +62,7 @@ static struct snd_pcm_hardware ct_spdif_passthru_playback_hw = {
        .buffer_bytes_max       = (128*1024),
        .period_bytes_min       = (64),
        .period_bytes_max       = (128*1024),
-       .periods_min            = 1,
+       .periods_min            = 2,
        .periods_max            = 1024,
        .fifo_size              = 0,
 };