aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ctxfi/ctpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctpcm.c b/sound/pci/ctxfi/ctpcm.c
index 32b742dcd538..a0bd31c6090d 100644
--- a/sound/pci/ctxfi/ctpcm.c
+++ b/sound/pci/ctxfi/ctpcm.c
@@ -40,7 +40,7 @@ static struct snd_pcm_hardware ct_pcm_playback_hw = {
40 .buffer_bytes_max = (128*1024), 40 .buffer_bytes_max = (128*1024),
41 .period_bytes_min = (64), 41 .period_bytes_min = (64),
42 .period_bytes_max = (128*1024), 42 .period_bytes_max = (128*1024),
43 .periods_min = 1, 43 .periods_min = 2,
44 .periods_max = 1024, 44 .periods_max = 1024,
45 .fifo_size = 0, 45 .fifo_size = 0,
46}; 46};
@@ -62,7 +62,7 @@ static struct snd_pcm_hardware ct_spdif_passthru_playback_hw = {
62 .buffer_bytes_max = (128*1024), 62 .buffer_bytes_max = (128*1024),
63 .period_bytes_min = (64), 63 .period_bytes_min = (64),
64 .period_bytes_max = (128*1024), 64 .period_bytes_max = (128*1024),
65 .periods_min = 1, 65 .periods_min = 2,
66 .periods_max = 1024, 66 .periods_max = 1024,
67 .fifo_size = 0, 67 .fifo_size = 0,
68}; 68};