Alsa-Devel Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: emu10k1: add Audigy 5/Rx
@ 2015-03-28 18:20 Michael Gernoth
  2015-04-05 19:10 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Gernoth @ 2015-03-28 18:20 UTC (permalink / raw
  To: alsa-devel

The Audigy 5/Rx is essentially an Audigy 4 behind a PLX PCIe-
bridge with an additional TOSLINK output.

Signed-off-by: Michael Gernoth <michael@gernoth.net>
---
 sound/pci/emu10k1/emu10k1_main.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index b4458a6..8e510e9 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1325,6 +1325,22 @@ static int snd_emu10k1_dev_free(struct snd_device *device)
 }
 
 static struct snd_emu_chip_details emu_chip_details[] = {
+	/* Audigy 5/Rx SB1550 */
+	/* Tested by michael@gernoth.net 28 Mar 2015 */
+	/* DSP: CA10300-IAT LF
+	 * DAC: Cirrus Logic CS4382-KQZ
+	 * ADC: Philips 1361T
+	 * AC97: Sigmatel STAC9750
+	 * CA0151: None
+	 */
+	{.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102,
+	 .driver = "Audigy2", .name = "SB Audigy 5/Rx [SB1550]",
+	 .id = "Audigy2",
+	 .emu10k2_chip = 1,
+	 .ca0108_chip = 1,
+	 .spk71 = 1,
+	 .adc_1361t = 1,  /* 24 bit capture instead of 16bit */
+	 .ac97_chip = 1} ,
 	/* Audigy4 (Not PRO) SB0610 */
 	/* Tested by James@superbug.co.uk 4th April 2006 */
 	/* A_IOCFG bits
-- 
2.1.4

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

* Re: [PATCH] ALSA: emu10k1: add Audigy 5/Rx
  2015-03-28 18:20 [PATCH] ALSA: emu10k1: add Audigy 5/Rx Michael Gernoth
@ 2015-04-05 19:10 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-04-05 19:10 UTC (permalink / raw
  To: Michael Gernoth; +Cc: alsa-devel

At Sat, 28 Mar 2015 19:20:35 +0100,
Michael Gernoth wrote:
> 
> The Audigy 5/Rx is essentially an Audigy 4 behind a PLX PCIe-
> bridge with an additional TOSLINK output.
> 
> Signed-off-by: Michael Gernoth <michael@gernoth.net>

Applied, thanks.


Takashi


> ---
>  sound/pci/emu10k1/emu10k1_main.c | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
> index b4458a6..8e510e9 100644
> --- a/sound/pci/emu10k1/emu10k1_main.c
> +++ b/sound/pci/emu10k1/emu10k1_main.c
> @@ -1325,6 +1325,22 @@ static int snd_emu10k1_dev_free(struct snd_device *device)
>  }
>  
>  static struct snd_emu_chip_details emu_chip_details[] = {
> +	/* Audigy 5/Rx SB1550 */
> +	/* Tested by michael@gernoth.net 28 Mar 2015 */
> +	/* DSP: CA10300-IAT LF
> +	 * DAC: Cirrus Logic CS4382-KQZ
> +	 * ADC: Philips 1361T
> +	 * AC97: Sigmatel STAC9750
> +	 * CA0151: None
> +	 */
> +	{.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102,
> +	 .driver = "Audigy2", .name = "SB Audigy 5/Rx [SB1550]",
> +	 .id = "Audigy2",
> +	 .emu10k2_chip = 1,
> +	 .ca0108_chip = 1,
> +	 .spk71 = 1,
> +	 .adc_1361t = 1,  /* 24 bit capture instead of 16bit */
> +	 .ac97_chip = 1} ,
>  	/* Audigy4 (Not PRO) SB0610 */
>  	/* Tested by James@superbug.co.uk 4th April 2006 */
>  	/* A_IOCFG bits
> -- 
> 2.1.4
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2015-04-05 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28 18:20 [PATCH] ALSA: emu10k1: add Audigy 5/Rx Michael Gernoth
2015-04-05 19:10 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).