Re: [Alsa-user] Help with RME alsa driver

2015-02-13 Thread Takashi Iwai
At Fri, 13 Feb 2015 15:56:18 +0100, Tino Mettler wrote: > > On Tue, 2015-02-10 at 11:43 +0100, Adrian Knoth wrote: > > > How about the following patch? (untested, but since we already know what > > we're aiming for, this is just a matter of how to implement the > > constraint): > > > > From cf48

Re: [Alsa-user] Help with RME alsa driver

2015-02-13 Thread Tino Mettler
On Tue, 2015-02-10 at 11:43 +0100, Adrian Knoth wrote: > How about the following patch? (untested, but since we already know what > we're aiming for, this is just a matter of how to implement the > constraint): > > From cf4853f0796f28bf8bcad4d1ba9a8ee80217a6ad Mon Sep 17 00:00:00 2001 > From: Adr

Re: [Alsa-user] Help with RME alsa driver

2015-02-10 Thread Tino Mettler
On Tue, 2015-02-10 at 12:09 +0100, Tino Mettler wrote: > On Tue, 2015-02-10 at 11:48 +0100, Takashi Iwai wrote: > > > Let me know whether the patch really works for you guys. > > Hi, > > I noticed the patch and will try to test it this week. Currently I use > the patch with fixed period of 2 and

Re: [Alsa-user] Help with RME alsa driver

2015-02-10 Thread Tino Mettler
On Tue, 2015-02-10 at 11:48 +0100, Takashi Iwai wrote: > Let me know whether the patch really works for you guys. Hi, I noticed the patch and will try to test it this week. Currently I use the patch with fixed period of 2 and it works fine. Regards, Tino -

Re: [Alsa-user] Help with RME alsa driver

2015-02-10 Thread Takashi Iwai
At Tue, 10 Feb 2015 11:43:54 +0100, Adrian Knoth wrote: > > On Mon, Feb 09, 2015 at 03:26:00PM +0100, Takashi Iwai wrote: > > > > > > > What if with --buffer-size=256 or --buffer-size=192, i.e. align > > > > > > buffer > > > > > > size and period size? > > > > > Only 128 works for me. > > > > Th

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
On 10/02/2015 1:17 AM, Tino Mettler wrote: > On Mon, 2015-02-09 at 15:14 +0100, Takashi Iwai wrote: >> At Mon, 9 Feb 2015 15:06:14 +0100, >> Tino Mettler wrote: >>> On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: What if with --buffer-size=256 or --buffer-size=192, i.e. align buffer >>>

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Takashi Iwai
At Mon, 9 Feb 2015 15:17:23 +0100, Tino Mettler wrote: > > On Mon, 2015-02-09 at 15:14 +0100, Takashi Iwai wrote: > > At Mon, 9 Feb 2015 15:06:14 +0100, > > Tino Mettler wrote: > > > > > > On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: > > > > > What if with --buffer-size=256 or --buffer

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Tino Mettler
On Mon, 2015-02-09 at 15:14 +0100, Takashi Iwai wrote: > At Mon, 9 Feb 2015 15:06:14 +0100, > Tino Mettler wrote: > > > > On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: > > > What if with --buffer-size=256 or --buffer-size=192, i.e. align buffer > > > size and period size? > > > > Only 1

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Takashi Iwai
At Mon, 9 Feb 2015 15:06:14 +0100, Tino Mettler wrote: > > On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: > > At Tue, 10 Feb 2015 00:16:36 +1100, > > Bruce wrote: > > > > > > Ok. Huge progress. > > > Works for me too ! > > > > > > To get the 96k playback working too, I used : > > > aplay

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
On 10/02/2015 1:06 AM, Tino Mettler wrote: > On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: >> At Tue, 10 Feb 2015 00:16:36 +1100, >> Bruce wrote: >>> Ok. Huge progress. >>> Works for me too ! >>> >>> To get the 96k playback working too, I used : >>> aplay --buffer-size=128 >>> Then it soun

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Tino Mettler
On Mon, 2015-02-09 at 14:51 +0100, Takashi Iwai wrote: > At Tue, 10 Feb 2015 00:16:36 +1100, > Bruce wrote: > > > > Ok. Huge progress. > > Works for me too ! > > > > To get the 96k playback working too, I used : > > aplay --buffer-size=128 > > Then it sounds perfect. > > (Also -B 1250 works) > >

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Takashi Iwai
At Tue, 10 Feb 2015 00:16:36 +1100, Bruce wrote: > > Ok. Huge progress. > Works for me too ! > > To get the 96k playback working too, I used : > aplay --buffer-size=128 > Then it sounds perfect. > (Also -B 1250 works) What if with --buffer-size=256 or --buffer-size=192, i.e. align buffer size an

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Bruce
Ok. Huge progress. Works for me too ! To get the 96k playback working too, I used : aplay --buffer-size=128 Then it sounds perfect. (Also -B 1250 works) The weird channel mapping stuff continues in hdspmixer, so this is an unrelated problem. I suspect my C code will be unaffected. In my code I s

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Tino Mettler
On Mon, 2015-02-09 at 09:18 +0100, Takashi Iwai wrote: > At Mon, 09 Feb 2015 16:28:23 +1100, > Bruce wrote: > > > > Hi Adrian, > > > > OK. I have made some progress ! > > I now have good sound using *jackd*. I have managed to get this working > > at both single and double speed. > > There are so

Re: [Alsa-user] Help with RME alsa driver

2015-02-09 Thread Takashi Iwai
At Mon, 09 Feb 2015 16:28:23 +1100, Bruce wrote: > > Hi Adrian, > > OK. I have made some progress ! > I now have good sound using *jackd*. I have managed to get this working > at both single and double speed. > There are some weirdnesses I can't explain (below), however. > > Where does this lea

Re: [Alsa-user] Help with RME alsa driver

2015-02-08 Thread Bruce
Hi Adrian, OK. I have made some progress ! I now have good sound using *jackd*. I have managed to get this working at both single and double speed. There are some weirdnesses I can't explain (below), however. Where does this leave us wrt alsa vanilla alsa playpack ? On 8/02/2015 8:14 AM, Adri

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Bruce
On 7/02/2015 3:31 AM, Adrian Knoth wrote: And we really need that jackd test to sort out userspace. ;) I attempted this today. Aologies in advance, having never dealt wth jackd before I'm a complete novice here. Installed jackd packages, and VLC (a typical jack client ?). *jackd -dalsa* com

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Takashi Iwai
At Fri, 6 Feb 2015 16:35:25 +0100, Tino Mettler wrote: > > On Thu, 2015-02-05 at 17:01 +0100, Mettler, Tino (ALC NetworX GmbH) > wrote: > > > Am 05.02.2015 um 15:42 schrieb Takashi Iwai : > > > > > > Larger rewrites of the hdspm code started since 1.0.24. Especially > > > lots of intrusive chang

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Tino Mettler
On Thu, 2015-02-05 at 17:01 +0100, Mettler, Tino (ALC NetworX GmbH) wrote: > > Am 05.02.2015 um 15:42 schrieb Takashi Iwai : > > > > Larger rewrites of the hdspm code started since 1.0.24. Especially > > lots of intrusive changes have been made between 1.0.24 and 1.0.25. > > So, my wild guess is

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Ralf Mardorf
On Fri, 06 Feb 2015 14:54:28 +0100, Takashi Iwai wrote: >I'm confused... Does openSUSE 11.2 work or not? My apologies, I don't use this RME card. The RME card I'm using wasn't supported and even not sold that time. I just wanted to hint at the typo ;). Bruce didn't reply to the list. I guess it'

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Takashi Iwai
At Fri, 6 Feb 2015 14:34:06 +0100, Ralf Mardorf wrote: > > On Fri, 06 Feb 2015 23:11:54 +1100, Bruce wrote: > >Suse 11 with kernel 11.3.22 and alsa 1.0.18 doesn't work for me. > ^^ that's a typo, Suse 11.3 yes, kernel 11.3 no :) > > [rocketmouse@archlinux ~]$ ls -hAl /mnt/sus

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Ralf Mardorf
On Fri, 06 Feb 2015 23:11:54 +1100, Bruce wrote: >Suse 11 with kernel 11.3.22 and alsa 1.0.18 doesn't work for me. ^^ that's a typo, Suse 11.3 yes, kernel 11.3 no :) [rocketmouse@archlinux ~]$ ls -hAl /mnt/suse11.2/boot/vmlinuz-* -rw-r--r-- 1 root root 4.0M Oct 27 2009 /mnt/su

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Bruce
On 6/02/2015 5:45 PM, Takashi Iwai wrote: > working and non-working kernel versions. >> Yes, Problem 1/ was tested on the same physical hardware with different >> hard drives with different kernels. >> System that works (Suse 10) with alsa 1.0.15 is 2.6.16.46-0.12-smp and >> 2.6.16.60-0.85.1-smp

Re: [Alsa-user] Help with RME alsa driver

2015-02-06 Thread Tino Mettler
On Fri, 2015-02-06 at 12:03 +0100, Adrian Knoth wrote: > I'm lost. Can we get a fresh proper test case? > >- current kernel (your 3.18.x is fine) >- up-to-date distro (your Arch should be good) >- running with jackd I didn't use jack, but this test setup: - Debian unstable with Kern

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Jason Long
Hello Folks. I'm tired to Install Sound driver and after BIOS upgrade, My linux can't detect sound card.Please see below link to know the details of my problem : http://www.pastebin.ca/2905010 Thanks. -- Dive into the

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Fri, 06 Feb 2015 17:27:58 +1100, Bruce wrote: > > >> Hi Tino, > >> > >> That's interesting. Great to see some confirmation at last and that I'm > >> not suffering some sort of weird 3 year long delusion :) > > Well, it would have been better to be reported at the right time at > > the right pla

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
Hi Tino, That's interesting. Great to see some confirmation at last and that I'm not suffering some sort of weird 3 year long delusion :) Well, it would have been better to be reported at the right time at the right place. alsa-users ML isn't always the best place for reporting regressions. Pl

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Fri, 06 Feb 2015 02:01:02 +1100, Bruce wrote: > > On 6/02/2015 1:29 AM, Tino Mettler wrote: > > On Thu, 2015-02-05 at 14:56 +0100, Takashi Iwai wrote: > > > >> looking at the code diff between 1.0.15 and 1.0.18, there is no > >> significant changes in hdspm.c, and most of them are just typo fix

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Thu, 5 Feb 2015 16:01:16 +, Mettler, Tino (ALC NetworX GmbH) wrote: > > > Am 05.02.2015 um 15:42 schrieb Takashi Iwai : > > > > Larger rewrites of the hdspm code started since 1.0.24. Especially > > lots of intrusive changes have been made between 1.0.24 and 1.0.25. > > So, my wild guess

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Mettler, Tino (ALC NetworX GmbH)
> Am 05.02.2015 um 15:42 schrieb Takashi Iwai : > > Larger rewrites of the hdspm code started since 1.0.24. Especially > lots of intrusive changes have been made between 1.0.24 and 1.0.25. > So, my wild guess is that it started broken in 1.0.25 release. Hi, I tried Debian 7 which uses 1.0.24 and

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
On 6/02/2015 1:29 AM, Tino Mettler wrote: On Thu, 2015-02-05 at 14:56 +0100, Takashi Iwai wrote: looking at the code diff between 1.0.15 and 1.0.18, there is no significant changes in hdspm.c, and most of them are just typo fixes and core-side API cleanup that is irrelevant with HDSPM functiona

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Thu, 5 Feb 2015 15:29:07 +0100, Tino Mettler wrote: > > On Thu, 2015-02-05 at 14:56 +0100, Takashi Iwai wrote: > > > looking at the code diff between 1.0.15 and 1.0.18, there is no > > significant changes in hdspm.c, and most of them are just typo fixes > > and core-side API cleanup that is ir

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Tino Mettler
On Thu, 2015-02-05 at 14:56 +0100, Takashi Iwai wrote: > looking at the code diff between 1.0.15 and 1.0.18, there is no > significant changes in hdspm.c, and most of them are just typo fixes > and core-side API cleanup that is irrelevant with HDSPM > functionality. Hi, as Bruce seems to have th

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Fri, 6 Feb 2015 00:39:29 +1100, Bruce wrote: > > Hi Takashi, > > I know it doesn't work with 1.0.18. > > I haven't tried 1.0.16 or 1.0.17. I'm not sure exactly at what stage the > kernel hooks changed, and that meant a change of test distribution. > Others kept telling me the driver definitel

Re: [Alsa-user] Help with RME alsa driver

2015-02-05 Thread Takashi Iwai
At Thu, 05 Feb 2015 20:53:44 +1100, Bruce wrote: > > Hi, > > Is there anyone willing to spend *some time* helping me out with a > long-term problem I've been having with an RME eMADI setup ? > > The problem appears to be non-trivial and will require knowledge of RME > cards, and the alsa drive

[Alsa-user] Help with RME alsa driver

2015-02-05 Thread Bruce
Hi, Is there anyone willing to spend *some time* helping me out with a long-term problem I've been having with an RME eMADI setup ? The problem appears to be non-trivial and will require knowledge of RME cards, and the alsa drivers for it. Willing to pay the right person for their efforts. I'