Guest User

fsl_esai.c

a guest
Dec 17th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c
  2. index a645e29..a27cc11 100644
  3. --- a/sound/soc/fsl/fsl_esai.c
  4. +++ b/sound/soc/fsl/fsl_esai.c
  5. @@ -629,14 +629,14 @@ static struct snd_soc_dai_driver fsl_esai_dai = {
  6. .playback = {
  7. .stream_name = "CPU-Playback",
  8. .channels_min = 1,
  9. - .channels_max = 12,
  10. + .channels_max = 128,
  11. .rates = FSL_ESAI_RATES,
  12. .formats = FSL_ESAI_FORMATS,
  13. },
  14. .capture = {
  15. .stream_name = "CPU-Capture",
  16. .channels_min = 1,
  17. - .channels_max = 8,
  18. + .channels_max = 128,
  19. .rates = FSL_ESAI_RATES,
  20. .formats = FSL_ESAI_FORMATS,
  21. },
Advertisement
Add Comment
Please, Sign In to add comment