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

2016-08-22 Thread Daniel Mack
On 08/22/2016 08:34 PM, Norman nolte wrote: > On 08/22/2016 08:49 AM, Daniel Mack wrote: >> On 07/19/2016 10:08 PM, Norman nolte wrote: >>> Currently the patch is only activated for UD-H01 and other models >>> sharing the same usb product id but it is possible that this patch might >>> be useful

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

2016-08-22 Thread Norman nolte
Hi Daniel, On 08/22/2016 08:49 AM, Daniel Mack wrote: Hi Norman, On 07/19/2016 10:08 PM, Norman nolte wrote: I own a TEAC UD-H01 DAC. I'm aware that the UD-H01 has a strange/faulty feedback frequency behaviour which is fortunately already handled by a quirk in ALSA snd-usb-audio kernel module

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

2016-08-22 Thread Daniel Mack
Hi Norman, On 07/19/2016 10:08 PM, Norman nolte wrote: > I own a TEAC UD-H01 DAC. I'm aware that the UD-H01 has a strange/faulty > feedback frequency behaviour which is fortunately already handled by a > quirk in ALSA snd-usb-audio kernel module (git commit > 7040b6d1febfdbd9c1595efb751d492cd25

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

2016-07-19 Thread Norman nolte
Hello list, I own a TEAC UD-H01 DAC. I'm aware that the UD-H01 has a strange/faulty feedback frequency behaviour which is fortunately already handled by a quirk in ALSA snd-usb-audio kernel module (git commit 7040b6d1febfdbd9c1595efb751d492cd2503f96). So first of all many thanks to Clemens La

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

2014-05-14 Thread Daniel Mack
On 05/14/2014 02:04 PM, Masaru Nomiya wrote: > [...] > 014-05-14T09:39:34.554436+09:00 linux-uw5l kernel: [ 255.186576] XXX > snd_usb_add_endpoint():478 Ok, so the quirk is set, but doesn't work for your card. Someone needs to figure out what sort of workaround must be used in order to fix it.

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

2014-05-14 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <5373192a.5040...@zonque.org> Date & Time: Wed, 14 May 2014 09:20:10 +0200 Daniel Mack has written: > And now search for the XXX marker instead: > # cat messages | g

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

2014-05-14 Thread Daniel Mack
On 05/14/2014 03:03 AM, Masaru Nomiya wrote: > Daniel Mack has written: >> if ((chip->usb_id == USB_ID(0x0644, 0x8038) || /* TEAC UD-H01 */ >> chip->usb_id == USB_ID(0x0644, 0x8043)) && /* TEAC UD-501 */ >> ep->syncmaxsize == 4) { >> printk(KERN_ERR "XXX %s():%d\n", __

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 == US

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 &quo

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 +

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&#x

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 : <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: > > Danie

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 : <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: > > Danie

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

2014-05-12 Thread Daniel Mack
On 05/12/2014 10:15 AM, Masaru Nomiya wrote: > Daniel Mack has written: >> Yes. If the quirk doesn't work for you, the device needs some other >> workaround than the UD-H01. > > Is this not related? > > [...] > if (unlikely(sender->udh01_fb_quirk)) { It is related, but the code relies on

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

2014-05-12 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <536f41ad.9020...@zonque.org> Date & Time: Sun, 11 May 2014 11:23:57 +0200 Daniel Mack has written: > On 05/11/2014 06:57 AM, Masaru Nomiya wrote: >> In the Message

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

2014-05-11 Thread Daniel Mack
On 05/11/2014 06:57 AM, Masaru Nomiya wrote: > In the Message; > > Subject : Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA > Message-ID : <536e5f58.4020...@zonque.org> > Date & Time: Sat, 10 May 2014 19:18:16 +0200 > > Daniel Mack has written:

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

2014-05-11 Thread Rutger Noot
I saw it is in 3.15.rc5, and it works fine for me (TEAC UD-H01). Splendid, thanks! Rutger. On ven., 2014-05-09 at 09:00 +0200, Clemens Ladisch wrote: > Rutger Noot wrote: > > I heard that there is a patch solving the problem with the TEAC USB > > UD-H01. Did that already make it to a stable ke

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

2014-05-10 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <536e5f58.4020...@zonque.org> Date & Time: Sat, 10 May 2014 19:18:16 +0200 Daniel Mack has written: > Please test the attached patch, on top of Linus' master git

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

2014-05-10 Thread Daniel Mack
On 05/10/2014 06:53 AM, 野宮 賢 / NOMIYA Masaru wrote: > In the Message; > > Subject : Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA > Message-ID : <536d9c74.9020...@benoist.name> > Date & Time: Fri, 09 May 2014 20:26:44 -0700 > > Julien Benoist h

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

2014-05-09 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <87d2fm1bgv.wl%nom...@galaxy.dti.ne.jp> Date & Time: Sat, 10 May 2014 13:53:04 +0900 野宮 賢 / NOMIYA Masaru has written: > In the Message; > Subject: Re: [Al

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

2014-05-09 Thread 野宮 賢 / NOMIYA Masaru
In the Message; Subject: Re: [Alsa-user] Problem with TEAC USB UD-H01 and ALSA Message-ID : <536d9c74.9020...@benoist.name> Date & Time: Fri, 09 May 2014 20:26:44 -0700 Julien Benoist has written: > On 05/09/2014 12:00 AM, Clemens Ladisch wrote: >> Rutger Noot

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

2014-05-09 Thread Julien Benoist
On 05/09/2014 12:00 AM, Clemens Ladisch wrote: > Rutger Noot wrote: >> I heard that there is a patch solving the problem with the TEAC USB >> UD-H01. Did that already make it to a stable kernel? > > Linus merged the patch yesterday; it should show up in the next > stable kernel. FYI, your patch al

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

2014-05-09 Thread Clemens Ladisch
Rutger Noot wrote: > I heard that there is a patch solving the problem with the TEAC USB > UD-H01. Did that already make it to a stable kernel? Linus merged the patch yesterday; it should show up in the next stable kernel. Regards, Clemens ---

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

2014-05-08 Thread Rutger Noot
Dear all, I heard that there is a patch solving the problem with the TEAC USB UD-H01. Did that already make it to a stable kernel? For what it is worth, I am now running a stable fedora kernel: 3.14.2-200.fc20.x86_64 and the behaviour has changed. No more clicks, but now there is another artefa

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

2014-04-04 Thread julien
On 04/04/2014 02:02 AM, Daniel Mack wrote: >> Yesterday I got my hands on more diverse 24/192 content to make more >> experiments. I've come to the conclusion that the crackles that were >> very noticeable with the patch mentioned upper in the thread are not >> 100% absent without the patch, they a

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

2014-04-04 Thread Daniel Mack
On 04/04/2014 11:41 AM, Clemens Ladisch wrote: > jul...@benoist.name wrote: >> On 04/02/2014 04:01 AM, Clemens Ladisch wrote: >>> What are the contents of /proc/asound/card/*/stream0 before and after >>> this patch, for aplay and xbmc? >> >> Status: Running >> Interface = 3 >> Altset = 2

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

2014-04-04 Thread Clemens Ladisch
jul...@benoist.name wrote: > On 04/02/2014 04:01 AM, Clemens Ladisch wrote: >> What are the contents of /proc/asound/card/*/stream0 before and after >> this patch, for aplay and xbmc? > > Status: Running > Interface = 3 > Altset = 2 > Packet Size = 156 > Momentary freq = 183992 Hz

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

2014-04-04 Thread Daniel Mack
On 04/04/2014 08:54 AM, jul...@benoist.name wrote: > On 04/03/2014 11:16 AM, Daniel Mack wrote: >> ... 16bit, so things don't work for you in 192k/16bit, right? > > Well, it's not like I had experienced a lot with it, but the few times I > tried 16/192, I didn't hear the crackles that are very n

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

2014-04-03 Thread julien
On 04/03/2014 11:16 AM, Daniel Mack wrote: >> TEAC TEAC USB AUDIO DEVICE at usb-:00:1d.0-1.4, high speed : USB Audio > > That's a device with IDs 0644:8038, correct? That's right, here's how the USB stack announces it: [67129.718571] hid-generic 0003:0644:8038.0006: input,hidraw2: USB HID v

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

2014-04-03 Thread Daniel Mack
On 04/03/2014 04:11 AM, jul...@benoist.name wrote: > On 04/02/2014 04:01 AM, Clemens Ladisch wrote: >> What are the contents of /proc/asound/card/*/stream0 before and after >> this patch, for aplay and xbmc? > > It's essentially unchanged, before and after the patch, with aplay(*) > and xbmc, exc

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

2014-04-03 Thread Andrea Messa
Daniel Mack zonque.org> writes: .. > > Please post the output of 'lsusb -v'. > Dear Daniel thank you for considering this. Though my knowledge of Linux is not so deep, I would be glade to help you as a tester, for what I would be able to do to solve this issue. The only thing I've got to

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

2014-04-03 Thread Andrea Messa
Daniel Mack zonque.org> writes: > > Hi, > > On 03/28/2014 06:49 PM, Andrea M wrote: > > I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, > > with its own drivers, works perfectly under Windows7 and OSX ( I tried both > > with 16 and 24 bit from 44.1 to 192Khz). > >

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

2014-04-03 Thread Andrea Messa
Daniel Mack zonque.org> writes: > > Hi, > > On 03/28/2014 06:49 PM, Andrea M wrote: > > I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, > > with its own drivers, works perfectly under Windows7 and OSX ( I tried both > > with 16 and 24 bit from 44.1 to 192Khz). > >

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

2014-04-03 Thread Andrea Messa
Daniel Mack zonque.org> writes: > > Hi, > > On 03/28/2014 06:49 PM, Andrea M wrote: > > I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, > > with its own drivers, works perfectly under Windows7 and OSX ( I tried both > > with 16 and 24 bit from 44.1 to 192Khz). > >

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

2014-04-02 Thread julien
On 04/02/2014 04:01 AM, Clemens Ladisch wrote: > What are the contents of /proc/asound/card/*/stream0 before and after > this patch, for aplay and xbmc? It's essentially unchanged, before and after the patch, with aplay(*) and xbmc, except for 'momentary freq' which varies of course, but stays i

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

2014-04-02 Thread Clemens Ladisch
Daniel Mack wrote: > On 04/02/2014 10:12 AM, jul...@benoist.name wrote: >> On 03/31/2014 12:02 PM, Daniel Mack wrote: >>> If you're really certain about this, and if you can rule out all other >>> components than the kernel, please do a git bisect to find which commit >>> causes this regression. De

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

2014-04-02 Thread Daniel Mack
Hi Julien, On 04/02/2014 10:12 AM, jul...@benoist.name wrote: > On 03/31/2014 12:02 PM, Daniel Mack wrote: >> If you're really certain about this, and if you can rule out all other >> components than the kernel, please do a git bisect to find which commit >> causes this regression. Depending on ho

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

2014-04-02 Thread julien
On 03/31/2014 12:02 PM, Daniel Mack wrote: > If you're really certain about this, and if you can rule out all other > components than the kernel, please do a git bisect to find which commit > causes this regression. Depending on how long it takes you to tell > whether a kernel version is affected,

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

2014-03-31 Thread Daniel Mack
Hi, On 03/28/2014 06:49 PM, Andrea M wrote: > I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, > with its own drivers, works perfectly under Windows7 and OSX ( I tried both > with 16 and 24 bit from 44.1 to 192Khz). If you need a custom driver on OSX, this is a sign th

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

2014-03-31 Thread Daniel Mack
On 03/28/2014 07:33 PM, Julien Benoist wrote: > I made the following observations: > - whatever the kernel - with sox/aplay sending raw content to the ALSA > device - 24/192 content is subject to very high jitter/cracks. > - interestingly, I've noticed that xbmc (7a6cb7f) plays 24/192 content > c

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

2014-03-28 Thread Rutger Noot
Dear Andrea and list, I had, and still have, the same problem: see the thread "teac UD-H01, bad 24 bit playback" for a discussion. There were other reports (Teac DAC, I've read someone can make it work fine via USB 16/2/44100, but NOT ME...) of similar problems, with the jitter even at 16bit. Thi

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

2014-03-28 Thread Julien Benoist
On 03/28/2014 10:49 AM, Andrea M wrote: > I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, > with its own drivers, works perfectly under Windows7 and OSX ( I tried both > with 16 and 24 bit from 44.1 to 192Khz). > On my netbook which has Linux Mint last version and drive

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

2014-03-28 Thread Andrea M
Hello, I bought an USB DAC from TEAC (device UD-H01 with chip TENOR 8802) and this, with its own drivers, works perfectly under Windows7 and OSX ( I tried both with 16 and 24 bit from 44.1 to 192Khz). On my netbook which has Linux Mint last version and driver ALSA last version, it works only at 16b