Modified: branches/2008R1/sound/blackfin/ad1836.c (5272 => 5273)
--- branches/2008R1/sound/blackfin/ad1836.c 2008-09-10 03:22:59 UTC (rev 5272)
+++ branches/2008R1/sound/blackfin/ad1836.c 2008-09-10 03:24:40 UTC (rev 5273)
@@ -269,7 +269,8 @@
SPDIF_OUT_LEFT | SPDIF_OUT_RIGHT};
#endif
-static unsigned int in_chan_masks[] = {CAP_LINE, CAP_MIC|CAP_LINE, CAP_SPDIF};
+static unsigned int in_chan_masks[] = {CAP_LINE, CAP_MIC | CAP_LINE,\
+ CAP_MIC | CAP_LINE | CAP_SPDIF};
#endif
#ifdef MULTI_SUBSTREAM
@@ -866,7 +867,7 @@
.buffer_bytes_max = PCM_BUFFER_MAX,
.period_bytes_min = 32,
.period_bytes_max = PCM_BUFFER_MAX/2,
- .periods_min = 8,
+ .periods_min = 2,
.periods_max = FRAGMENTS_MAX,
};
@@ -890,7 +891,7 @@
.buffer_bytes_max = PCM_BUFFER_MAX,
.period_bytes_min = 32,
.period_bytes_max = PCM_BUFFER_MAX/2,
- .periods_min = 8,
+ .periods_min = 2,
.periods_max = FRAGMENTS_MAX,
};