All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: Thomas Zehetbauer <thomasz@hostmaster.org>,
	alsa-devel <alsa-devel@lists.sourceforge.net>,
	ALSA user list <alsa-user@lists.sourceforge.net>
Subject: Re: Re: [Alsa-user] ALSA / emu10k1 / SPDIF / surround?
Date: Mon, 29 Aug 2005 12:26:07 -0400	[thread overview]
Message-ID: <1125332767.4598.39.camel@mindpipe> (raw)
In-Reply-To: <s5hwtm43fay.wl%tiwai@suse.de>

On Mon, 2005-08-29 at 17:59 +0200, Takashi Iwai wrote:
> At Mon, 29 Aug 2005 11:53:47 -0400,
> Lee Revell wrote:
> > 
> > On Mon, 2005-08-29 at 17:52 +0200, Takashi Iwai wrote:
> > > At Mon, 29 Aug 2005 11:44:50 -0400,
> > > Lee Revell wrote:
> > > > 
> > > > On Mon, 2005-08-29 at 17:38 +0200, Takashi Iwai wrote:
> > > > > But ac97 chip is never initialized if ac97_chip == 0.
> > > > 
> > > > Right, but the user tried my patch to set ac97_chip to 1 for that model,
> > > > and is still getting a "Wave" and a "PCM" control.  Is this the expected
> > > > behavior?
> > > 
> > > Yes.  As mentioned in the last mail, "Wave" -> "PCM" is done only on
> > > audigy, not on sb live.
> > 
> > So then what is the ddifference between the Wave and PCM controls?
> > Don't they do the same thing?
> 
> Wave = emu10k1 DSP digital volume
> PCM = ac97 PCM analog volume
> 
> IIRC, Wave is renamed to PCM on audigy because audigy doesn't use ac97
> PCM control.

OK, thanks for clarifying.  So maybe the distortion problem here is just
an app that's sending a clipped signal.

Please apply my patch from earlier in the thread, here it is again for
convenience.

Summary: Add identification for Live 5.1 [SB0220]

Signed-Off-By: Lee Revell <rlrevell@joe-job.com>

Index: alsa-kernel/pci/emu10k1/emu10k1_main.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/emu10k1/emu10k1_main.c,v
retrieving revision 1.66
diff -u -r1.66 emu10k1_main.c
--- alsa-kernel/pci/emu10k1/emu10k1_main.c      26 Aug 2005 16:26:40
-0000      1.66
+++ alsa-kernel/pci/emu10k1/emu10k1_main.c      27 Aug 2005 22:58:59
-0000
@@ -741,6 +741,13 @@
         .emu10k1_chip = 1,
         .ac97_chip = 1,
         .sblive51 = 1} ,
+       /* Tested by Thomas Zehetbauer 27th Aug 2005 */
+       {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80651102,
+        .driver = "EMU10K1", .name = "SB Live 5.1 [SB0220]", 
+        .id = "Live",
+        .emu10k1_chip = 1,
+        .ac97_chip = 1,
+        .sblive51 = 1} ,
        {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x80641102,
         .driver = "EMU10K1", .name = "SB Live 5.1", 
         .id = "Live",



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf

  reply	other threads:[~2005-08-29 16:26 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1124755115.5763.3.camel@hostmaster.org>
     [not found] ` <1125166820.22285.68.camel@hostmaster.org>
     [not found]   ` <1125168446.25011.68.camel@mindpipe>
     [not found]     ` <1125173150.22285.103.camel@hostmaster.org>
     [not found]       ` <1125174445.25011.76.camel@mindpipe>
     [not found]         ` <1125177706.22285.144.camel@hostmaster.org>
2005-08-27 21:39           ` ALSA / emu10k1 / SPDIF / surround? Lee Revell
2005-08-27 21:49             ` [Alsa-devel] " Lee Revell
2005-08-27 22:27             ` Thomas Zehetbauer
2005-08-27 23:00               ` [Alsa-user] " Lee Revell
2005-08-28  2:18                 ` Thomas Zehetbauer
2005-08-28  2:25                   ` Lee Revell
2005-08-28  2:28                   ` Lee Revell
2005-08-29  9:16                     ` [Alsa-devel] " Takashi Iwai
2005-08-29 14:31                       ` Re: [Alsa-user] " Lee Revell
2005-08-29 15:38                         ` [Alsa-devel] " Takashi Iwai
2005-08-29 15:44                           ` Re: [Alsa-user] " Lee Revell
2005-08-29 15:52                             ` Takashi Iwai
2005-08-29 15:53                               ` [Alsa-devel] " Lee Revell
2005-08-29 15:59                                 ` Takashi Iwai
2005-08-29 16:26                                   ` Lee Revell [this message]
2005-08-29 16:32                                     ` Re: [Alsa-user] " Lee Revell
2005-08-29 16:46                                     ` Takashi Iwai
2005-08-30  9:53                                     ` Clemens Ladisch
2005-08-30 17:59                                       ` [Alsa-devel] " Lee Revell
2005-08-31  7:54                                         ` Clemens Ladisch
2005-08-31 16:58                                           ` Re: [Alsa-user] " Lee Revell
2005-08-29 19:04                         ` [Alsa-devel] " Thomas Zehetbauer
2005-08-29 19:55                           ` Lee Revell
2005-08-29 23:05                             ` Re: [Alsa-user] " Thomas Zehetbauer
2005-08-29 23:08                               ` Lee Revell
2005-08-30  9:08                                 ` [Alsa-devel] " Takashi Iwai
     [not found]                                   ` <4314295D.1020003@slackercentral.com>
2005-08-30  9:45                                     ` Re: [Alsa-user] " Takashi Iwai
2005-08-31  0:01                                   ` [Alsa-devel] " Thomas Zehetbauer
2005-08-31  0:04                                 ` Re: [Alsa-user] " Thomas Zehetbauer
2005-08-31  0:23                                   ` [Alsa-devel] " Lee Revell
2005-08-31  0:26                                   ` Lee Revell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1125332767.4598.39.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=alsa-user@lists.sourceforge.net \
    --cc=thomasz@hostmaster.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.