* [PATCH] snd-miro include fix
@ 2006-04-23 16:01 Martin Langer
2006-04-24 12:52 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Martin Langer @ 2006-04-23 16:01 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1: Type: text/plain, Size: 145 bytes --]
snd-miro isn't based on opti92x-ad1848.c. This patch fixes it by
changing an include line.
Signed-off-by: Martin Langer <martin-langer@gmx.de>
[-- Attachment #2: miro.diff --]
[-- Type: text/plain, Size: 368 bytes --]
--- ../alsa-driver-1.0.11/isa/opti9xx/miro.c Sun Apr 23 19:33:21 2006
+++ isa/opti9xx/miro.c Sun Apr 23 19:44:20 2006
@@ -1,6 +1,6 @@
#include <linux/version.h>
-#include "../../alsa-kernel/isa/opti9xx/opti92x-ad1848.c"
+#include "../../alsa-kernel/isa/opti9xx/miro.c"
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#ifndef __isapnp_now__
#include "miro.isapnp"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] snd-miro include fix
2006-04-23 16:01 [PATCH] snd-miro include fix Martin Langer
@ 2006-04-24 12:52 ` Takashi Iwai
2006-05-01 14:03 ` Martin Langer
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2006-04-24 12:52 UTC (permalink / raw)
To: Martin Langer; +Cc: alsa-devel
At Sun, 23 Apr 2006 18:01:29 +0200,
Martin Langer wrote:
>
> snd-miro isn't based on opti92x-ad1848.c. This patch fixes it by
> changing an include line.
>
> Signed-off-by: Martin Langer <martin-langer@gmx.de>
D'oh. Fixed on Hg repo.
Thanks.
Takashi
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] snd-miro include fix
2006-04-24 12:52 ` Takashi Iwai
@ 2006-05-01 14:03 ` Martin Langer
2006-05-02 10:50 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Martin Langer @ 2006-05-01 14:03 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Mon, Apr 24, 2006 at 02:52:37PM +0200, Takashi Iwai wrote:
> At Sun, 23 Apr 2006 18:01:29 +0200,
> Martin Langer wrote:
> >
> > snd-miro isn't based on opti92x-ad1848.c. This patch fixes it by
> > changing an include line.
> >
> > Signed-off-by: Martin Langer <martin-langer@gmx.de>
>
> D'oh. Fixed on Hg repo.
Really?
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] snd-miro include fix
2006-05-01 14:03 ` Martin Langer
@ 2006-05-02 10:50 ` Takashi Iwai
2006-05-02 11:15 ` Martin Langer
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2006-05-02 10:50 UTC (permalink / raw)
To: Martin Langer; +Cc: alsa-devel
At Mon, 1 May 2006 16:03:53 +0200,
Martin Langer wrote:
>
> On Mon, Apr 24, 2006 at 02:52:37PM +0200, Takashi Iwai wrote:
> > At Sun, 23 Apr 2006 18:01:29 +0200,
> > Martin Langer wrote:
> > >
> > > snd-miro isn't based on opti92x-ad1848.c. This patch fixes it by
> > > changing an include line.
> > >
> > > Signed-off-by: Martin Langer <martin-langer@gmx.de>
> >
> > D'oh. Fixed on Hg repo.
>
> Really?
Really.
Takashi
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] snd-miro include fix
2006-05-02 10:50 ` Takashi Iwai
@ 2006-05-02 11:15 ` Martin Langer
0 siblings, 0 replies; 5+ messages in thread
From: Martin Langer @ 2006-05-02 11:15 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
On Tue, May 02, 2006 at 12:50:01PM +0200, Takashi Iwai wrote:
> At Mon, 1 May 2006 16:03:53 +0200,
> Martin Langer wrote:
> >
> > On Mon, Apr 24, 2006 at 02:52:37PM +0200, Takashi Iwai wrote:
> > > At Sun, 23 Apr 2006 18:01:29 +0200,
> > > Martin Langer wrote:
> > > >
> > > > snd-miro isn't based on opti92x-ad1848.c. This patch fixes it by
> > > > changing an include line.
> > > >
> > > > Signed-off-by: Martin Langer <martin-langer@gmx.de>
> > >
> > > D'oh. Fixed on Hg repo.
> >
> > Really?
>
> Really.
After switching to hg.alsa-project.org it's available for me, too.
It looks like hg-mirror.alsa-project.org is out of date here.
Martin
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-02 11:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-23 16:01 [PATCH] snd-miro include fix Martin Langer
2006-04-24 12:52 ` Takashi Iwai
2006-05-01 14:03 ` Martin Langer
2006-05-02 10:50 ` Takashi Iwai
2006-05-02 11:15 ` Martin Langer
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.