All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.