Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <537084ad.6010...@zonque.org> Date & Time: Mon, 12 May 2014 10:22:05 +0200 Daniel Mack has written: > On 05/12/2014 10:15 AM, Masaru Nomiya wrote: > > Daniel Mack has written: > >> Y

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Daniel Mack
On 05/13/2014 11:55 AM, Masaru Nomiya wrote: > Daniel Mack has written: > >> It is related, but the code relies on the boolean variable >> sender->udh01_fb_quirk which should be set for you device by the patch I >> sent you. You could add this line inside this if-condition: > >> printk(KERN_ER

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <5371edc0.7050...@zonque.org> Date & Time: Tue, 13 May 2014 12:02:40 +0200 Daniel Mack has written: > On 05/13/2014 11:55 AM, Masaru Nomiya wrote: > > Daniel Mack has written: > > >

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Daniel Mack
On 05/13/2014 12:19 PM, Masaru Nomiya wrote: > Maybe, I've got mistaken. That is, I added your advice as follows; > > if ((chip->usb_id == USB_ID(0x0644, 0x8038) || /* TEAC UD-H01 > */ >chip->usb_id == USB_ID(0x0644, 0x8043)) && /* TEAC UD-501 > */ >

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <5371f686.2010...@zonque.org> Date & Time: Tue, 13 May 2014 12:40:06 +0200 Daniel Mack has written: > On 05/13/2014 12:19 PM, Masaru Nomiya wrote: > > Maybe, I've got mistaken. That is

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Takashi Iwai
At Tue, 13 May 2014 19:52:54 +0900, Masaru Nomiya wrote: > > Hello, > > In the Message; > > Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA > Message-ID : <5371f686.2010...@zonque.org> > Date & Time: Tue, 13 May 2014 12:40:06 +0200 > > Daniel Mack has written: > > >

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : Date & Time: Tue, 13 May 2014 14:06:19 +0200 Takashi Iwai has written: > At Tue, 13 May 2014 19:52:54 +0900, > Masaru Nomiya wrote: >> [...] >> What is "XXX"? >> 3 digit? > It's mea

[Alsa-user] Dmix plugin on raspberry pi & WM8731 DAC

2014-05-13 Thread Jakob Hansen
Hello, I am running raspbian with alsalib version 1.0.25 and driver version k3.8.10+. The kernel is compiled according to the instructions here: http://blog.koalo.de/2013/05/i2s-support-for-raspberry-pi.html. Since the wm8731 does not support hardware mixing, I am using the dmix plugin, but I have

Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA

2014-05-13 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <5371f686.2010...@zonque.org> Date & Time: Tue, 13 May 2014 12:40:06 +0200 Daniel Mack has written: [...] > Nope. What I meant is this: > if ((chip->usb_id == USB_ID(0x0644, 0x8038)