Title: [5271] branches/2007R1/sound/blackfin/ad1836.c: bug[4393]fix setting exact period_size for 5.1 surround
- Revision
- 5271
- Author
- cliff
- Date
- 2008-09-09 22:21:24 -0500 (Tue, 09 Sep 2008)
Log Message
bug[4393]fix setting exact period_size for 5.1 surround
Modified Paths
Diff
Modified: branches/2007R1/sound/blackfin/ad1836.c (5270 => 5271)
--- branches/2007R1/sound/blackfin/ad1836.c 2008-09-10 03:16:46 UTC (rev 5270)
+++ branches/2007R1/sound/blackfin/ad1836.c 2008-09-10 03:21:24 UTC (rev 5271)
@@ -269,9 +269,10 @@
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
typedef struct {
snd_pcm_substream_t* substream;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits