All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Zubaj <pzad@pobox.sk>
To: alsa-devel@alsa-project.org
Subject: Re: [PATCH] Audigy SB0090 identification
Date: Thu, 31 Mar 2005 22:23:49 +0200	[thread overview]
Message-ID: <424C5C55.8000506@pobox.sk> (raw)

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

Please, forget previous patch - it was not good. This one is ok.

Description : This add identification of Audigy 1 model SB0090 and fixes 
problems with ac97 codec (mic not working).

Signed-off: Peter Zubaj <pzad@pobox.sk>

------------------------------------

I think Audigy 1 doesn't have spdif bug (this si why there is no 
.spdif_bug initialization). For me looks like this card identification 
will break AC3 pasthrough for all audigy 1 (I am not sure).  AFAIK all 
audigy cards have ac97 except Audigy 2 Platinium EX and Audigy 2 
Notebook (this is not supported).

One question: All subsystem ids are 0xXXXX1102 except for Audigy 1 ES, 
is this good ?

Peter Zubaj

[-- Attachment #2: audigy_sb0090.diff --]
[-- Type: text/x-patch, Size: 1342 bytes --]

diff -u o/emu10k1_main.c n/emu10k1_main.c
--- o/emu10k1_main.c	2005-03-31 20:05:47.000000000 +0200
+++ n/emu10k1_main.c	2005-03-31 22:05:52.000000000 +0200
@@ -619,12 +619,14 @@
 	 .id = "Audigy2",
 	 .emu10k2_chip = 1,
 	 .ca0108_chip = 1,
-	 .spk71 = 1} ,
+	 .spk71 = 1,
+	 .ac97_chip = 1} ,
 	{.vendor = 0x1102, .device = 0x0008, 
 	 .driver = "Audigy2", .name = "Audigy 2 Value [Unknown]", 
 	 .id = "Audigy2",
 	 .emu10k2_chip = 1,
-	 .ca0108_chip = 1} ,
+	 .ca0108_chip = 1,
+	 .ac97_chip = 1} ,
 	{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x20071102,
 	 .driver = "Audigy2", .name = "Audigy 4 PRO [SB0380]", 
 	 .id = "Audigy2",
@@ -682,13 +684,21 @@
 	 .id = "Audigy",
 	 .emu10k2_chip = 1,
 	 .ca0102_chip = 1,
-	 .spdif_bug = 1} ,
+	 .spdif_bug = 1,
+	 .ac97_chip = 1} ,
+	{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x00531102,
+	 .driver = "Audigy", .name = "Audigy 1 [SB0090]", 
+	 .id = "Audigy",
+	 .emu10k2_chip = 1,
+	 .ca0102_chip = 1,
+	 .ac97_chip = 1} ,
 	{.vendor = 0x1102, .device = 0x0004,
 	 .driver = "Audigy", .name = "Audigy 1 or 2 [Unknown]", 
 	 .id = "Audigy",
 	 .emu10k2_chip = 1,
 	 .ca0102_chip = 1,
-	 .spdif_bug = 1} ,
+	 .spdif_bug = 1,
+	 .ac97_chip = 1} ,
 	{.vendor = 0x1102, .device = 0x0002, .subsystem = 0x40011102,
 	 .driver = "EMU10K1", .name = "E-mu APS [4001]", 
 	 .id = "APS",

             reply	other threads:[~2005-03-31 20:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31 20:23 Peter Zubaj [this message]
2005-04-01 10:27 ` Re: [PATCH] Audigy SB0090 identification Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2005-03-31 19:07 Peter Zubaj

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=424C5C55.8000506@pobox.sk \
    --to=pzad@pobox.sk \
    --cc=alsa-devel@alsa-project.org \
    /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.