It's a "bug" in the sheeva kernel

The kirkwood arm cpu doesn't handle Memory Mapped pcm devices.

Version 4.0+ of 'squeezeplug' (http://squeezeplug.eu) has a kernel with
this patch applied.

Here's the patch.


Code:
--------------------
    
  --- linux-2.6.38.8/sound/usb/pcm.c.orig 2011-06-02 21:35:11.000000000 -0400
  +++ linux-2.6.38.8/sound/usb/pcm.c      2011-08-21 12:10:44.000000000 -0400
  @@ -423,8 +423,8 @@
  
  static struct snd_pcm_hardware snd_usb_hardware =
  {
  -       .info =                 SNDRV_PCM_INFO_MMAP |
  -                               SNDRV_PCM_INFO_MMAP_VALID |
  +       .info =                 /* SNDRV_PCM_INFO_MMAP | */
  +                               /* SNDRV_PCM_INFO_MMAP_VALID | */
  SNDRV_PCM_INFO_BATCH |
  SNDRV_PCM_INFO_INTERLEAVED |
  SNDRV_PCM_INFO_BLOCK_TRANSFER |
  
  
--------------------


-- 
ralphy

Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *12*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=85542

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to