[Alsa-user] Alsamixer-Qt4 0.5.1 available

2010-10-21 Thread Sebastian H.
Announcement: A new version of the funny game "Catch-the-slider" aka Alsamixer-Qt4 0.5.1 is now available at http://xwmw.org/alsamixer-qt4/ http://sourceforge.net/projects/alsamixer-qt4/files/ This is mostly a GUI polishing release over 0.5.0 which seemed to be reasonable stable. Changes GUI

Re: [Alsa-user] [alsa-devel] hda-intel (ALC889) - sound loops/repeats continuously, and general brokenness

2010-10-21 Thread Clemens Ladisch
Juliano F. Ravasi wrote: > I'm experiencing a lot of problems reproducing audio with an HD Audio > "card" integrated on an Intel DX58SO mainboard. It happens only on this > card, everything is Ok with another (USB) card. > > The most visible problem is that `aplay` plays only a small fragment of >

Re: [Alsa-user] ALSA -18 infinite loop

2010-10-21 Thread Amit Nagal
Hi , Just sharing the dump stack at the time of ALSA -18 continous error logs coming from retire_capture_urb() function : [] (retire_capture_urb+0x0/0x1ec [snd_usb_audio]) from [] (snd_complete_urb+0x3c/0xc8 [snd_usb_audio]) [] (snd_complete_urb+0x0/0xc8 [snd_usb_audio]) from [] (usb_hcd_giveba

Re: [Alsa-user] ALSA -18 infinite loop

2010-10-21 Thread Amit Nagal
Hi, Thanx for ur suggestions and time . As suggested by you ( debugged the code that didn't shut down the USB streaming properly ) , i am finding that at USB disconnect , even the functions usb_audio_disconnect() && snd_usb_audio_disconnect() are not at all getting called . i need to check th

Re: [Alsa-user] ALSA -18 infinite loop

2010-10-21 Thread Clemens Ladisch
I wrote: > Amit Nagal wrote: > > Actually since i am using a embedded target , it is not possible to > > use higher kernel version . > > But you could at least test a newer kernel on another machine. Unplugging works for me on current kernels, so it looks as if the problem has been fixed. > > an