* [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version
@ 2011-06-11 23:48 Florian Zeitz
2011-06-12 16:47 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Florian Zeitz @ 2011-06-11 23:48 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai
This patch adds the necessary details to support the PCIe version of
E-MU's 0404 card. I have tested this for some time now and it appears to
be working fine.
>From comparing the PCBs it seems the PCIe version just added a PCIe
chipset and left all other components pretty much in place.
For anyone intrigued to take a look at the PCB there are pictures I took
at <http://babelmonkeys.de/~florob/E-MU%200404/>.
This modification was made on top of Takashi Iwai's fix/misc branch.
Regards,
Florian Zeitz
---
sound/pci/emu10k1/emu10k1_main.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/sound/pci/emu10k1/emu10k1_main.c
b/sound/pci/emu10k1/emu10k1_main.c
index 5e619a8..15f0161 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1440,6 +1440,14 @@ static struct snd_emu_chip_details
emu_chip_details[] = {
.ca0102_chip = 1,
.spk71 = 1,
.emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */
+ /* EMU0404 PCIe */
+ {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40051102,
+ .driver = "Audigy2", .name = "E-mu 0404 PCIe [MAEM8984]",
+ .id = "EMU0404",
+ .emu10k2_chip = 1,
+ .ca0108_chip = 1,
+ .spk71 = 1,
+ .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 PCIe ver_03 */
/* Note that all E-mu cards require kernel 2.6 or newer. */
{.vendor = 0x1102, .device = 0x0008,
.driver = "Audigy2", .name = "SB Audigy 2 Value [Unknown]",
--
1.7.5.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version
2011-06-11 23:48 [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version Florian Zeitz
@ 2011-06-12 16:47 ` Takashi Iwai
2011-06-12 17:23 ` Florian Zeitz
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2011-06-12 16:47 UTC (permalink / raw)
To: Florian Zeitz; +Cc: alsa-devel
At Sun, 12 Jun 2011 01:48:44 +0200,
Florian Zeitz wrote:
>
> This patch adds the necessary details to support the PCIe version of
> E-MU's 0404 card. I have tested this for some time now and it appears to
> be working fine.
>
> >From comparing the PCBs it seems the PCIe version just added a PCIe
> chipset and left all other components pretty much in place.
> For anyone intrigued to take a look at the PCB there are pictures I took
> at <http://babelmonkeys.de/~florob/E-MU%200404/>.
>
> This modification was made on top of Takashi Iwai's fix/misc branch.
Could you give your sign-off for merging to the upstream?
Other than that, the patch looks good.
thanks,
Takashi
>
> Regards,
> Florian Zeitz
>
> ---
> sound/pci/emu10k1/emu10k1_main.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/sound/pci/emu10k1/emu10k1_main.c
> b/sound/pci/emu10k1/emu10k1_main.c
> index 5e619a8..15f0161 100644
> --- a/sound/pci/emu10k1/emu10k1_main.c
> +++ b/sound/pci/emu10k1/emu10k1_main.c
> @@ -1440,6 +1440,14 @@ static struct snd_emu_chip_details
> emu_chip_details[] = {
> .ca0102_chip = 1,
> .spk71 = 1,
> .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */
> + /* EMU0404 PCIe */
> + {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40051102,
> + .driver = "Audigy2", .name = "E-mu 0404 PCIe [MAEM8984]",
> + .id = "EMU0404",
> + .emu10k2_chip = 1,
> + .ca0108_chip = 1,
> + .spk71 = 1,
> + .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 PCIe ver_03 */
> /* Note that all E-mu cards require kernel 2.6 or newer. */
> {.vendor = 0x1102, .device = 0x0008,
> .driver = "Audigy2", .name = "SB Audigy 2 Value [Unknown]",
> --
> 1.7.5.4
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version
2011-06-12 16:47 ` Takashi Iwai
@ 2011-06-12 17:23 ` Florian Zeitz
2011-06-12 19:24 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Florian Zeitz @ 2011-06-12 17:23 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 870 bytes --]
On 12.06.2011 18:47, Takashi Iwai wrote:
> At Sun, 12 Jun 2011 01:48:44 +0200,
> Florian Zeitz wrote:
>>
>> This patch adds the necessary details to support the PCIe version of
>> E-MU's 0404 card. I have tested this for some time now and it appears to
>> be working fine.
>>
>> >From comparing the PCBs it seems the PCIe version just added a PCIe
>> chipset and left all other components pretty much in place.
>> For anyone intrigued to take a look at the PCB there are pictures I took
>> at <http://babelmonkeys.de/~florob/E-MU%200404/>.
>>
>> This modification was made on top of Takashi Iwai's fix/misc branch.
>
> Could you give your sign-off for merging to the upstream?
> Other than that, the patch looks good.
>
Sure, and sorry, this is my first time submitting a patch this way.
Attached with added Sign-off, I hope that's okay.
>
> thanks,
>
> Takashi
>
[-- Attachment #2: 0001-ALSA-emu10k1-Add-details-for-E-mu-0404-PCIe-version.patch --]
[-- Type: text/plain, Size: 1548 bytes --]
>From 5cbac4e5bc4b2fe6c3896723efed9bfcdc89fbdf Mon Sep 17 00:00:00 2001
From: Florian Zeitz <florob@babelmonkeys.de>
Date: Sun, 12 Jun 2011 01:15:42 +0200
Subject: [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version
This patch adds the necessary details to support the PCIe version of
E-MU's 0404 card.
>From comparing the PCBs it seems the PCIe version just added a PCIe
chipset and left all other components pretty much in place.
For anyone intrigued to take a look at the PCB there are pictures I took
at <http://babelmonkeys.de/~florob/E-MU%200404/>.
Signed-off-by: Florian Zeitz <florob@babelmonkeys.de>
---
sound/pci/emu10k1/emu10k1_main.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index 5e619a8..15f0161 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -1440,6 +1440,14 @@ static struct snd_emu_chip_details emu_chip_details[] = {
.ca0102_chip = 1,
.spk71 = 1,
.emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 */
+ /* EMU0404 PCIe */
+ {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x40051102,
+ .driver = "Audigy2", .name = "E-mu 0404 PCIe [MAEM8984]",
+ .id = "EMU0404",
+ .emu10k2_chip = 1,
+ .ca0108_chip = 1,
+ .spk71 = 1,
+ .emu_model = EMU_MODEL_EMU0404}, /* EMU 0404 PCIe ver_03 */
/* Note that all E-mu cards require kernel 2.6 or newer. */
{.vendor = 0x1102, .device = 0x0008,
.driver = "Audigy2", .name = "SB Audigy 2 Value [Unknown]",
--
1.7.5.4
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version
2011-06-12 17:23 ` Florian Zeitz
@ 2011-06-12 19:24 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2011-06-12 19:24 UTC (permalink / raw)
To: Florian Zeitz; +Cc: alsa-devel
At Sun, 12 Jun 2011 19:23:27 +0200,
Florian Zeitz wrote:
>
> On 12.06.2011 18:47, Takashi Iwai wrote:
> > At Sun, 12 Jun 2011 01:48:44 +0200,
> > Florian Zeitz wrote:
> >>
> >> This patch adds the necessary details to support the PCIe version of
> >> E-MU's 0404 card. I have tested this for some time now and it appears to
> >> be working fine.
> >>
> >> >From comparing the PCBs it seems the PCIe version just added a PCIe
> >> chipset and left all other components pretty much in place.
> >> For anyone intrigued to take a look at the PCB there are pictures I took
> >> at <http://babelmonkeys.de/~florob/E-MU%200404/>.
> >>
> >> This modification was made on top of Takashi Iwai's fix/misc branch.
> >
> > Could you give your sign-off for merging to the upstream?
> > Other than that, the patch looks good.
> >
> Sure, and sorry, this is my first time submitting a patch this way.
>
> Attached with added Sign-off, I hope that's okay.
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-06-12 19:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11 23:48 [PATCH] [ALSA] emu10k1: Add details for E-mu 0404 PCIe version Florian Zeitz
2011-06-12 16:47 ` Takashi Iwai
2011-06-12 17:23 ` Florian Zeitz
2011-06-12 19:24 ` Takashi Iwai
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.