ChangeSet 1.2181.25.50, 2005/03/24 11:58:40+01:00, [EMAIL PROTECTED]

        [ALSA] cs4281 - fix typos in the case gameport is disabled
        
        CS4281 driver
        This patch fixes the wrong names of the dummy gameport functions
        used when CONFIG_GAMEPORT isn't set.
        
        Signed-off-by: Clemens Ladisch <[EMAIL PROTECTED]>



 cs4281.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/sound/pci/cs4281.c b/sound/pci/cs4281.c
--- a/sound/pci/cs4281.c        2005-03-30 16:20:56 -08:00
+++ b/sound/pci/cs4281.c        2005-03-30 16:20:56 -08:00
@@ -1331,8 +1331,8 @@
        }
 }
 #else
-static inline int snd_cs4281_gameport(cs4281_t *chip) { return -ENOSYS; }
-static inline void snd_cs4281_gameport_free(cs4281_t *chip) { }
+static inline int snd_cs4281_create_gameport(cs4281_t *chip) { return -ENOSYS; 
}
+static inline void snd_cs4281_free_gameport(cs4281_t *chip) { }
 #endif /* CONFIG_GAMEPORT || (MODULE && CONFIG_GAMEPORT_MODULE) */
 
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to