Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-12 Thread Takashi Iwai
At Mon, 11 Mar 2013 20:15:34 +0100, Clemens Ladisch wrote: > > >> David Helstroom wrote: > >>> Interface 1 does not exist > > Please try the patch below. Since the patch seems working, I merge it now. thanks, Takashi > > > Regards, > Clemens > > >

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-12 Thread Takashi Iwai
At Mon, 11 Mar 2013 20:15:34 +0100, Clemens Ladisch wrote: David Helstroom wrote: Interface 1 does not exist Please try the patch below. Since the patch seems working, I merge it now. thanks, Takashi Regards, Clemens

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Dave Helstroom
On 11 March 2013 12:15, Clemens Ladisch wrote: > > >> David Helstroom wrote: > >>> Interface 1 does not exist > > Please try the patch below. This works great for me -- thanks a lot! My only suggestion (from a kernel newbie so feel free to ignore), would be that it might be worthwhile even

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Clemens Ladisch
>> David Helstroom wrote: >>> Interface 1 does not exist Please try the patch below. Regards, Clemens --8<>8-- ALSA: usb-audio: add a workaround for the NuForce UDH-100 The NuForce UDH-100 numbers its interfaces incorrectly,

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Dave Helstroom
On 11 March 2013 01:32, Clemens Ladisch wrote: > David Helstroom wrote: >> Interface 1 does not exist > > Then it doesn't need a quirk, does it? Perhaps that's the case. I just know that without QUIRK_IGNORE_INTERFACE for ifnum 1, the kernel refuses to properly configure the output device. From

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Clemens Ladisch
David Helstroom wrote: > Interface 1 does not exist Then it doesn't need a quirk, does it? > and Interface 0 should be ignored. Why? If the driver doesn't like something in interface 0, that bug should be fixed. What is the output of "lsusb -v" for this device? Regards, Clemens -- To

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Clemens Ladisch
David Helstroom wrote: Interface 1 does not exist Then it doesn't need a quirk, does it? and Interface 0 should be ignored. Why? If the driver doesn't like something in interface 0, that bug should be fixed. What is the output of lsusb -v for this device? Regards, Clemens -- To

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Dave Helstroom
On 11 March 2013 01:32, Clemens Ladisch clem...@ladisch.de wrote: David Helstroom wrote: Interface 1 does not exist Then it doesn't need a quirk, does it? Perhaps that's the case. I just know that without QUIRK_IGNORE_INTERFACE for ifnum 1, the kernel refuses to properly configure the output

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Clemens Ladisch
David Helstroom wrote: Interface 1 does not exist Please try the patch below. Regards, Clemens --88-- ALSA: usb-audio: add a workaround for the NuForce UDH-100 The NuForce UDH-100 numbers its interfaces incorrectly, which

Re: [PATCH][RESEND] Add a USB audio quirk for the NuForce UDH-100 device.

2013-03-11 Thread Dave Helstroom
On 11 March 2013 12:15, Clemens Ladisch clem...@ladisch.de wrote: David Helstroom wrote: Interface 1 does not exist Please try the patch below. This works great for me -- thanks a lot! My only suggestion (from a kernel newbie so feel free to ignore), would be that it might be worthwhile