* [PATCH] emu10k1: add chip details for E-mu 1010 PCIe card
@ 2012-10-17 14:47 Maxim Kachur
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Kachur @ 2012-10-17 14:47 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1219 bytes --]
emu10k1_main.c: Add chip details for E-mu 1010 PCIe card. It has the same
chip as found in E-mu 1010b but it uses different PCI id.
Signed-off-by: Maxim Kachur <mcdebugger@duganet.ru>
---
sound/pci/emu10k1/emu10k1_main.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/sound/pci/emu10k1/emu10k1_main.c
b/sound/pci/emu10k1/emu10k1_main.c
index bed4485..c21adb6 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1416,6 +1416,15 @@ static struct snd_emu_chip_details
emu_chip_details[] = {
.ca0108_chip = 1,
.spk71 = 1,
.emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 new revision */
+ /* Tested by Maxim Kachur <mcdebugger@duganet.ru> 17th Oct 2012. */
+ /* This is MAEM8986, 0202 is MAEM8980 */
+ {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102,
+ .driver = "Audigy2", .name = "E-mu 1010 PCIe [MAEM8986]",
+ .id = "EMU1010",
+ .emu10k2_chip = 1,
+ .ca0108_chip = 1,
+ .spk71 = 1,
+ .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 PCIe */
/* Tested by James@superbug.co.uk 8th July 2005. */
/* This is MAEM8810, 0202 is MAEM8820 */
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
--
1.7.8.6
[-- Attachment #2: Attached Message Part --]
[-- Type: text/plain, Size: 0 bytes --]
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] emu10k1: add chip details for E-mu 1010 PCIe card
@ 2012-10-17 14:52 Maxim Kachur
2012-10-17 16:19 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Maxim Kachur @ 2012-10-17 14:52 UTC (permalink / raw)
To: alsa-devel
emu10k1_main.c: Add chip details for E-mu 1010 PCIe card. It has the same
chip as found in E-mu 1010b but it uses different PCI id.
Signed-off-by: Maxim Kachur <mcdebugger@duganet.ru>
---
sound/pci/emu10k1/emu10k1_main.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/sound/pci/emu10k1/emu10k1_main.c
b/sound/pci/emu10k1/emu10k1_main.c
index bed4485..c21adb6 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1416,6 +1416,15 @@ static struct snd_emu_chip_details
emu_chip_details[] = {
.ca0108_chip = 1,
.spk71 = 1,
.emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 new revision */
+ /* Tested by Maxim Kachur <mcdebugger@duganet.ru> 17th Oct 2012. */
+ /* This is MAEM8986, 0202 is MAEM8980 */
+ {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102,
+ .driver = "Audigy2", .name = "E-mu 1010 PCIe [MAEM8986]",
+ .id = "EMU1010",
+ .emu10k2_chip = 1,
+ .ca0108_chip = 1,
+ .spk71 = 1,
+ .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 PCIe */
/* Tested by James@superbug.co.uk 8th July 2005. */
/* This is MAEM8810, 0202 is MAEM8820 */
{.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
--
1.7.8.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] emu10k1: add chip details for E-mu 1010 PCIe card
2012-10-17 14:52 Maxim Kachur
@ 2012-10-17 16:19 ` Takashi Iwai
2012-10-17 17:46 ` Maxim Kachur
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2012-10-17 16:19 UTC (permalink / raw)
To: Maxim Kachur; +Cc: alsa-devel
At Wed, 17 Oct 2012 18:52:05 +0400,
Maxim Kachur wrote:
>
> emu10k1_main.c: Add chip details for E-mu 1010 PCIe card. It has the same
> chip as found in E-mu 1010b but it uses different PCI id.
>
> Signed-off-by: Maxim Kachur <mcdebugger@duganet.ru>
Thanks, applied.
Takashi
> ---
> sound/pci/emu10k1/emu10k1_main.c | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/emu10k1/emu10k1_main.c
> b/sound/pci/emu10k1/emu10k1_main.c
> index bed4485..c21adb6 100644
> --- a/sound/pci/emu10k1/emu10k1_main.c
> +++ b/sound/pci/emu10k1/emu10k1_main.c
> @@ -1416,6 +1416,15 @@ static struct snd_emu_chip_details
> emu_chip_details[] = {
> .ca0108_chip = 1,
> .spk71 = 1,
> .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 new revision */
> + /* Tested by Maxim Kachur <mcdebugger@duganet.ru> 17th Oct 2012. */
> + /* This is MAEM8986, 0202 is MAEM8980 */
> + {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40071102,
> + .driver = "Audigy2", .name = "E-mu 1010 PCIe [MAEM8986]",
> + .id = "EMU1010",
> + .emu10k2_chip = 1,
> + .ca0108_chip = 1,
> + .spk71 = 1,
> + .emu_model = EMU_MODEL_EMU1010B}, /* EMU 1010 PCIe */
> /* Tested by James@superbug.co.uk 8th July 2005. */
> /* This is MAEM8810, 0202 is MAEM8820 */
> {.vendor = 0x1102, .device = 0x0004, .subsystem = 0x40011102,
> --
> 1.7.8.6
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] emu10k1: add chip details for E-mu 1010 PCIe card
2012-10-17 16:19 ` Takashi Iwai
@ 2012-10-17 17:46 ` Maxim Kachur
0 siblings, 0 replies; 4+ messages in thread
From: Maxim Kachur @ 2012-10-17 17:46 UTC (permalink / raw)
To: alsa-devel
On 17.10.2012 20:19, Takashi Iwai wrote:
> At Wed, 17 Oct 2012 18:52:05 +0400,
> Maxim Kachur wrote:
>> emu10k1_main.c: Add chip details for E-mu 1010 PCIe card. It has the same
>> chip as found in E-mu 1010b but it uses different PCI id.
>>
>> Signed-off-by: Maxim Kachur<mcdebugger@duganet.ru>
> Thanks, applied.
>
>
> Takashi
>
Thank you! I hope it will reduce headache for some users not so familiar
with kernel patching when using this type of cards.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-17 17:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 14:47 [PATCH] emu10k1: add chip details for E-mu 1010 PCIe card Maxim Kachur
-- strict thread matches above, loose matches on Subject: below --
2012-10-17 14:52 Maxim Kachur
2012-10-17 16:19 ` Takashi Iwai
2012-10-17 17:46 ` Maxim Kachur
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.