public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [alsa-devel] [regression] 2.6.25-rc4 snd-es18xx broken on Alpha
@ 2008-03-14 23:33 Bob Tracy
  2008-04-01 18:07 ` Tyson Whitehead
  0 siblings, 1 reply; 55+ messages in thread
From: Bob Tracy @ 2008-03-14 23:33 UTC (permalink / raw)
  To: twhitehe
  Cc: Rene Herman, Bob Tracy, Michael Cree, Takashi Iwai, ALSA devel,
	linux-kernel, Ivan Kokshaysky, linux-alpha, Krzysztof Helt

rct wrote:
> Rene Herman wrote:
> > Okay, and applying the attached just makes your sound completely dead in the 
> > water?
> > (patch to remove es1888_init from a Miata build omitted)
> 
> I'll try a build with the old OSS "sb" driver, and if that works ok, we
> may be able to do away with es1888_init() on the Miata.  Tyson -- I
> think you have a Miata if I'm remembering correctly: can you confirm
> these observations?

Quick followup: OSS "sb" driver works fine without es1888_init().

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 55+ messages in thread
* Re: [regression] 2.6.25-rc4 snd-es18xx broken on Alpha
@ 2008-03-10 16:21 Bob Tracy
  2008-03-10 16:56 ` Rene Herman
  0 siblings, 1 reply; 55+ messages in thread
From: Bob Tracy @ 2008-03-10 16:21 UTC (permalink / raw)
  To: Rene Herman
  Cc: Michael Cree, Bob Tracy, Ivan Kokshaysky, linux-kernel,
	linux-alpha, ALSA devel

Rene Herman wrote:
> > Bob Tracy wrote:
> 
> >> Supposedly with the ES1888, dma1 is for capture, dma2 is for playback. 
> >> dma2 == 5 is a 16-bit channel, yes?  That could explain much...
> 
> It is, but what would it explain? You're only having playback problems, right?

dma2 is for playback, I'm having playback problems, dma2 == 5 is a
a 16-bit channel, and 16-bit DMA is an issue with the es18xx driver
(according to the comment near the top of the file).

> Can it be forced to use dma2=0 (an 8-bit channel, and the usual capture 
> channel on es18xx)? However, that might not be the issue anyway:

I'll try a few things like dma2 == dma1, and setting dma2 to an 8-bit
channel, but I think the various configuration parameters are hard-wired
on the Alpha (not PnP).

> This sounds very suspiciously like a difference with playing through the 
> native ALSA interface and the OSS emulaion. Could you and/or Bob confirm 
> that sox is using the OSS emulation and not ALSA natively?
> 
> I could very well imagine the ALSA OSS emulation being broken on Alpha. I 
> doubt any of teh developers has an Alpha. And if aplay works correctly this 
> seems very likely.

I'll see if I can verify whether it's a native ALSA vs. OSS emulation
issue.

The local version of sox (Debian 12.7.9-1) contains a library dependency
on libasound.so.2, and a "strings" on the binary yields "ALSA_0.9.0rc4"
as well as several ALSA error message strings.  However, output by
default goes to /dev/dsp (major 14, minor 3), which is definitely OSS.

-- 
------------------------------------------------------------------------
Bob Tracy          |  "I was a beta tester for dirt.  They never did
rct@frus.com       |   get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------

^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2008-04-01 21:04 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-14 23:33 [alsa-devel] [regression] 2.6.25-rc4 snd-es18xx broken on Alpha Bob Tracy
2008-04-01 18:07 ` Tyson Whitehead
2008-04-01 18:29   ` Rene Herman
2008-04-01 18:31   ` Rene Herman
2008-04-01 18:34   ` Rene Herman
2008-04-01 19:07     ` Rene Herman
2008-04-01 20:32       ` Bob Tracy
2008-04-01 20:26   ` Bob Tracy
2008-04-01 21:02     ` Michael Cree
  -- strict thread matches above, loose matches on Subject: below --
2008-03-10 16:21 Bob Tracy
2008-03-10 16:56 ` Rene Herman
2008-03-10 17:14   ` [alsa-devel] " Takashi Iwai
2008-03-10 19:29     ` Rene Herman
2008-03-10 22:22       ` Bob Tracy
2008-03-10 22:33         ` Rene Herman
2008-03-11 14:07           ` Bob Tracy
2008-03-11 15:17             ` Rene Herman
2008-03-11 18:08               ` Bob Tracy
2008-03-11 20:00                 ` Michael Cree
2008-03-11 20:34                   ` Bob Tracy
2008-03-12 14:40                   ` Bob Tracy
2008-03-12 19:34                     ` Rene Herman
2008-03-12 20:31                       ` Bob Tracy
2008-03-12 21:12                         ` Rene Herman
2008-03-13  4:24                           ` Bob Tracy
2008-03-17 22:00                             ` Rene Herman
2008-03-18  3:24                               ` Bob Tracy
2008-03-18  3:54                                 ` Michael Cree
2008-03-23 10:40                                   ` Michael Cree
2008-03-24 18:15                                     ` Rene Herman
2008-03-24 23:56                                       ` Michael Cree
2008-03-25  0:29                                         ` Rene Herman
2008-03-25  1:22                                           ` Michael Cree
2008-03-25  2:22                                             ` Rene Herman
2008-03-30  5:18                                               ` Bob Tracy
2008-03-30 10:02                                                 ` Michael Cree
2008-03-30  9:13                                               ` Michael Cree
2008-03-25  2:46                                           ` Rene Herman
2008-03-30 21:07                                           ` Bob Tracy
2008-03-30 21:11                                             ` Michael Cree
2008-03-30 21:18                                               ` Bob Tracy
2008-03-30  4:24                                       ` Bob Tracy
2008-03-30 22:09                               ` Bob Tracy
2008-03-14 13:13                           ` Bob Tracy
2008-03-15  1:18                             ` Tyson Whitehead
2008-03-17 16:26                               ` Takashi Iwai
2008-03-18 14:16                                 ` Tyson Whitehead
2008-03-29  6:42                                   ` Bob Tracy
2008-03-29 12:09                                     ` Rene Herman
2008-03-30 16:14                                       ` Ivan Kokshaysky
2008-03-30 21:17                                         ` Michael Cree
2008-03-30 20:24                                       ` Bob Tracy
2008-03-17 22:04                               ` Rene Herman
2008-03-18 13:55                                 ` Tyson Whitehead
2008-03-18 22:57                                   ` Rene Herman
2008-03-12 22:48                       ` Rafael J. Wysocki
2008-03-23  9:48                   ` Michael Cree

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox