Title: [9097] trunk/sound/soc/blackfin/bf5xx-i2s.c: rollback commit r9096 'asoc: bf5xx-i2s change min/max channel from 2 to 1'
- Revision
- 9097
- Author
- lliubbo
- Date
- 2010-08-25 03:40:42 -0400 (Wed, 25 Aug 2010)
Log Message
rollback commit r9096 'asoc: bf5xx-i2s change min/max channel from 2 to 1'
Modified Paths
Diff
Modified: trunk/sound/soc/blackfin/bf5xx-i2s.c (9096 => 9097)
--- trunk/sound/soc/blackfin/bf5xx-i2s.c 2010-08-24 09:10:16 UTC (rev 9096)
+++ trunk/sound/soc/blackfin/bf5xx-i2s.c 2010-08-25 07:40:42 UTC (rev 9097)
@@ -227,13 +227,13 @@
.suspend = bf5xx_i2s_suspend,
.resume = bf5xx_i2s_resume,
.playback = {
- .channels_min = 1,
- .channels_max = 1,
+ .channels_min = 2,
+ .channels_max = 2,
.rates = BF5XX_I2S_RATES,
.formats = BF5XX_I2S_FORMATS,},
.capture = {
- .channels_min = 1,
- .channels_max = 1,
+ .channels_min = 2,
+ .channels_max = 2,
.rates = BF5XX_I2S_RATES,
.formats = BF5XX_I2S_FORMATS,},
.ops = &bf5xx_i2s_dai_ops,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits