* SB Live 5.1 Digital OEM [SB0220, (c) 2003]
@ 2005-11-16 21:26 TAMAS Gergely
2005-11-16 20:58 ` James Courtier-Dutton
0 siblings, 1 reply; 7+ messages in thread
From: TAMAS Gergely @ 2005-11-16 21:26 UTC (permalink / raw)
To: alsa-devel
Hi!
I've got an 'SB Live 5.1 Digital OEM' card, model number 'SB0220',
(c) 2003.
PCM playing and MIDI (i tested only these) works fine, but alsamixer and
/proc/asound/cards shows 'unknown' as card type (on kernel 2.6.14,
included alsa drivers).
If it doesn't do any harm, maybe the following patch could be included.
--- >>> --- >>> --- >>> ---
--- emu10k1/emu10k1_main.c~ 2005-11-16 22:08:32.218141000 +0100
+++ emu10k1/emu10k1_main.c 2005-11-16 22:20:24.575285000 +0100
@@ -748,6 +748,12 @@
.emu10k1_chip = 1,
.ac97_chip = 1,
.sblive51 = 1} ,
+ {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
+ .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",
--- <<< --- <<< --- <<< ---
Thanks in advance,
Gergely
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: SB Live 5.1 Digital OEM [SB0220, (c) 2003]
2005-11-16 21:26 SB Live 5.1 Digital OEM [SB0220, (c) 2003] TAMAS Gergely
@ 2005-11-16 20:58 ` James Courtier-Dutton
2005-12-06 11:29 ` Takashi Iwai
0 siblings, 1 reply; 7+ messages in thread
From: James Courtier-Dutton @ 2005-11-16 20:58 UTC (permalink / raw)
To: TAMAS Gergely; +Cc: alsa-devel
TAMAS Gergely wrote:
> Hi!
>
> I've got an 'SB Live 5.1 Digital OEM' card, model number 'SB0220',
> (c) 2003.
>
> PCM playing and MIDI (i tested only these) works fine, but alsamixer and
> /proc/asound/cards shows 'unknown' as card type (on kernel 2.6.14,
> included alsa drivers).
>
> If it doesn't do any harm, maybe the following patch could be included.
>
> --- >>> --- >>> --- >>> ---
> --- emu10k1/emu10k1_main.c~ 2005-11-16 22:08:32.218141000 +0100
> +++ emu10k1/emu10k1_main.c 2005-11-16 22:20:24.575285000 +0100
> @@ -748,6 +748,12 @@
> .emu10k1_chip = 1,
> .ac97_chip = 1,
> .sblive51 = 1} ,
> + {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
> + .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",
> --- <<< --- <<< --- <<< ---
>
> Thanks in advance,
> Gergely
>
Can you please add a signed off line:
Signed-off-by: yourname <emailaddres>
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: SB Live 5.1 Digital OEM [SB0220, (c) 2003]
2005-11-16 20:58 ` James Courtier-Dutton
@ 2005-12-06 11:29 ` Takashi Iwai
2005-12-06 11:48 ` James Courtier-Dutton
0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2005-12-06 11:29 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: TAMAS Gergely, alsa-devel
At Wed, 16 Nov 2005 20:58:50 +0000,
James Courtier-Dutton wrote:
>
> TAMAS Gergely wrote:
> > Hi!
> >
> > I've got an 'SB Live 5.1 Digital OEM' card, model number 'SB0220',
> > (c) 2003.
> >
> > PCM playing and MIDI (i tested only these) works fine, but alsamixer and
> > /proc/asound/cards shows 'unknown' as card type (on kernel 2.6.14,
> > included alsa drivers).
> >
> > If it doesn't do any harm, maybe the following patch could be included.
> >
> > --- >>> --- >>> --- >>> ---
> > --- emu10k1/emu10k1_main.c~ 2005-11-16 22:08:32.218141000 +0100
> > +++ emu10k1/emu10k1_main.c 2005-11-16 22:20:24.575285000 +0100
> > @@ -748,6 +748,12 @@
> > .emu10k1_chip = 1,
> > .ac97_chip = 1,
> > .sblive51 = 1} ,
> > + {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
> > + .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",
> > --- <<< --- <<< --- <<< ---
> >
> > Thanks in advance,
> > Gergely
> >
>
> Can you please add a signed off line:
> Signed-off-by: yourname <emailaddres>
What about this patch now? We can merge it without the credit,
though...
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: SB Live 5.1 Digital OEM [SB0220, (c) 2003]
2005-12-06 11:29 ` Takashi Iwai
@ 2005-12-06 11:48 ` James Courtier-Dutton
2005-12-06 11:51 ` James Courtier-Dutton
0 siblings, 1 reply; 7+ messages in thread
From: James Courtier-Dutton @ 2005-12-06 11:48 UTC (permalink / raw)
To: Takashi Iwai; +Cc: James Courtier-Dutton, TAMAS Gergely, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 1787 bytes --]
On 06/12/05, Takashi Iwai <tiwai@suse.de> wrote:
>
> At Wed, 16 Nov 2005 20:58:50 +0000,
> James Courtier-Dutton wrote:
> >
> > TAMAS Gergely wrote:
> > > Hi!
> > >
> > > I've got an 'SB Live 5.1 Digital OEM' card, model number 'SB0220',
> > > (c) 2003.
> > >
> > > PCM playing and MIDI (i tested only these) works fine, but alsamixer
> and
> > > /proc/asound/cards shows 'unknown' as card type (on kernel 2.6.14,
> > > included alsa drivers).
> > >
> > > If it doesn't do any harm, maybe the following patch could be
> included.
> > >
> > > --- >>> --- >>> --- >>> ---
> > > --- emu10k1/emu10k1_main.c~ 2005-11-16 22:08:32.218141000 +0100
> > > +++ emu10k1/emu10k1_main.c 2005-11-16 22:20:24.575285000 +0100
> > > @@ -748,6 +748,12 @@
> > > .emu10k1_chip = 1,
> > > .ac97_chip = 1,
> > > .sblive51 = 1} ,
> > > + {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
> > > + .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",
> > > --- <<< --- <<< --- <<< ---
> > >
> > > Thanks in advance,
> > > Gergely
> > >
> >
> > Can you please add a signed off line:
> > Signed-off-by: yourname <emailaddres>
>
> What about this patch now? We can merge it without the credit,
> though...
>
>
> Takashi
Takashi,
If you want to merge it, please add a comment line above it with something
like:
/* Tested at 6-12-2005 by Gergely Tamas <dice@mfa.kfki.hu> */
That way, I can keep trace of which options have been tested, and which have
not.
[-- Attachment #2: Type: text/html, Size: 2969 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: SB Live 5.1 Digital OEM [SB0220, (c) 2003]
2005-12-06 11:48 ` James Courtier-Dutton
@ 2005-12-06 11:51 ` James Courtier-Dutton
2005-12-06 13:37 ` TAMAS Gergely
0 siblings, 1 reply; 7+ messages in thread
From: James Courtier-Dutton @ 2005-12-06 11:51 UTC (permalink / raw)
To: Takashi Iwai; +Cc: James Courtier-Dutton, TAMAS Gergely, alsa-devel
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
On 06/12/05, James Courtier-Dutton <james.dutton@gmail.com> wrote:
>
> On 06/12/05, Takashi Iwai <tiwai@suse.de> wrote:
> >
> >
> > What about this patch now? We can merge it without the credit,
> > though...
> >
> >
> > Takashi
>
>
>
> Takashi,
>
> If you want to merge it, please add a comment line above it with something
> like:
> /* Tested at 6-12-2005 by Gergely Tamas <dice@mfa.kfki.hu> */
>
> That way, I can keep trace of which options have been tested, and which
> have not.
>
I think we should delay the patch.
That email address just bounces everything sent to it. We cannot put
bouncing email addresses in the kernel source.
[-- Attachment #2: Type: text/html, Size: 1582 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: SB Live 5.1 Digital OEM [SB0220, (c) 2003]
2005-12-06 11:51 ` James Courtier-Dutton
@ 2005-12-06 13:37 ` TAMAS Gergely
0 siblings, 0 replies; 7+ messages in thread
From: TAMAS Gergely @ 2005-12-06 13:37 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: Takashi Iwai, James Courtier-Dutton, alsa-devel
Hi!
> I think we should delay the patch.
> That email address just bounces everything sent to it. We cannot put
> bouncing email addresses in the kernel source.
Sorry, i just saw this mail on the list. The address should be ok.
I sent a signed version to the list just a few hours after the initial
message (after recieved your request).
The message id was :
Message-ID: <20051117053114.GA1927@felix.mfa.kfki.hu>
Gergely
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread
* SB Live 5.1 Digital OEM [SB0220, (c) 2003]
@ 2005-11-17 5:31 TAMAS Gergely
0 siblings, 0 replies; 7+ messages in thread
From: TAMAS Gergely @ 2005-11-17 5:31 UTC (permalink / raw)
To: alsa-devel
Hi!
I've got an 'SB Live 5.1 Digital OEM' card, model number 'SB0220',
(c) 2003.
PCM playing and MIDI (i tested only these) works fine, but alsamixer and
/proc/asound/cards shows 'unknown' as card type (on kernel 2.6.14,
included alsa drivers).
If it doesn't do any harm, maybe the following patch could be
included...
Thanks,
Gergely
Signed-off-by: Gergely Tamas <dice@mfa.kfki.hu>
--- emu10k1/emu10k1_main.c~ 2005-11-16 22:08:32.218141000 +0100
+++ emu10k1/emu10k1_main.c 2005-11-16 22:20:24.575285000 +0100
@@ -748,6 +748,12 @@
.emu10k1_chip = 1,
.ac97_chip = 1,
.sblive51 = 1} ,
+ {.vendor = 0x1102, .device = 0x0002, .subsystem = 0x100a1102,
+ .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",
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Training Course. Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-12-06 13:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 21:26 SB Live 5.1 Digital OEM [SB0220, (c) 2003] TAMAS Gergely
2005-11-16 20:58 ` James Courtier-Dutton
2005-12-06 11:29 ` Takashi Iwai
2005-12-06 11:48 ` James Courtier-Dutton
2005-12-06 11:51 ` James Courtier-Dutton
2005-12-06 13:37 ` TAMAS Gergely
-- strict thread matches above, loose matches on Subject: below --
2005-11-17 5:31 TAMAS Gergely
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.