* SB Live! 24-bit External (usb) ir transmitter support
@ 2006-08-13 14:55 Gilles Stenger
2006-08-13 23:29 ` Thierry Vignaud
2006-08-14 11:03 ` Clemens Ladisch
0 siblings, 2 replies; 3+ messages in thread
From: Gilles Stenger @ 2006-08-13 14:55 UTC (permalink / raw)
To: alsa-devel
Hello all,
I'have recently bought a SB Live! 24-bit External card. I'm using Alsa
1.0.11 ( Fedora Core 5, 2.6.16 kernel ).
For this card, sound works with stock snd-usb-audio driver but not the
remote control ( it remain undetected ).
I'have a patch to make to the usbmixer.c file which enable this remote
control. Work well ( for me ) with lirc-0.8.0.
First question, where do I submit the patch ? Here is the diff :
1781d1780
< case USB_ID(0x041e, 0x3040):
1965c1964
< if (mixer->chip->usb_id == USB_ID(0x041e,
0x3020)||mixer->chip->usb_id == USB_ID(0x041e, 0x3040)) {
---
> if (mixer->chip->usb_id == USB_ID(0x041e, 0x3020)) {
Second question, is there anyone able to test this and report any trouble ?
Gilles
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SB Live! 24-bit External (usb) ir transmitter support
2006-08-13 14:55 SB Live! 24-bit External (usb) ir transmitter support Gilles Stenger
@ 2006-08-13 23:29 ` Thierry Vignaud
2006-08-14 11:03 ` Clemens Ladisch
1 sibling, 0 replies; 3+ messages in thread
From: Thierry Vignaud @ 2006-08-13 23:29 UTC (permalink / raw)
To: Gilles Stenger; +Cc: alsa-devel
Gilles Stenger <gilles@stengerfamily.fr> writes:
> First question, where do I submit the patch ? Here is the diff :
>
> 1781d1780
> < case USB_ID(0x041e, 0x3040):
> 1965c1964
> < if (mixer->chip->usb_id == USB_ID(0x041e,
> 0x3020)||mixer->chip->usb_id == USB_ID(0x041e, 0x3040)) {
> ---
> > if (mixer->chip->usb_id == USB_ID(0x041e, 0x3020)) {
you'd better sent patches in unified context format (ie use "diff -u")
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: SB Live! 24-bit External (usb) ir transmitter support
2006-08-13 14:55 SB Live! 24-bit External (usb) ir transmitter support Gilles Stenger
2006-08-13 23:29 ` Thierry Vignaud
@ 2006-08-14 11:03 ` Clemens Ladisch
1 sibling, 0 replies; 3+ messages in thread
From: Clemens Ladisch @ 2006-08-14 11:03 UTC (permalink / raw)
To: Gilles Stenger, alsa-devel
Gilles Stenger wrote:
> I'have recently bought a SB Live! 24-bit External card. I'm using Alsa
> 1.0.11 ( Fedora Core 5, 2.6.16 kernel ).
>
> For this card, sound works with stock snd-usb-audio driver but not the
> remote control ( it remain undetected ).
Support for the Live24's remote control was added shortly after 1.0.11
was released. One of the 1.0.12 prereleases should work.
HTH
Clemens
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-14 11:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-13 14:55 SB Live! 24-bit External (usb) ir transmitter support Gilles Stenger
2006-08-13 23:29 ` Thierry Vignaud
2006-08-14 11:03 ` Clemens Ladisch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.