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 > > > --8<

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 walki

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, whic

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 d

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 unsubsc

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

2013-03-10 Thread David Helstroom
From: Dave Helstroom Interface 1 does not exist and Interface 0 should be ignored. Before this patch, the device would not show up in /dev/snd (and dmesg showed Error -5 from the snd-alsa-usb module); after this patch, the device shows up correctly in /dev/snd and ALSA/Pulseaudio can access it.