lkml.org 
[lkml]   [1999]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] 2.2.14pre2 radio-miro fix
Just a little fix to compile radio-miropcm20.c with CONFIG_ACI_MIXER as
module.

--- drivers/sound/lowlevel/miroaci.h.orig Fri Oct 29 12:14:09 1999
+++ drivers/sound/lowlevel/miroaci.h Fri Oct 29 12:17:44 1999
@@ -1,4 +1,4 @@
-#ifdef CONFIG_ACI_MIXER
+#if defined (CONFIG_ACI_MIXER) || defined (CONFIG_ACI_MIXER_MODULE)
extern int aci_implied_cmd(unsigned char opcode);
extern int aci_write_cmd(unsigned char opcode, unsigned char parameter);
extern int aci_write_cmd_d(unsigned char opcode, unsigned char parameter, unsigned char parameter2);
- Marcelo


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.025 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site