Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
                        Basic Flow for Sound Devices
  ****************************************************************************/
 
-
-/*
- * Component Destructor
- */
-static void snd_tm6000_dev_free(struct snd_card *card)
-{
-}
-
-
 /*
  * Alsa Constructor - Component probe
  */
 
-static int tm6000_audio_init(struct tm6000_core *dev, int idx)
+int tm6000_audio_init(struct tm6000_core *dev, int idx)
 {
        struct snd_card         *card;
        struct snd_tm6000_card  *chip;
        snd_card_free(card);
        return rc;
 }
+EXPORT_SYMBOL_GPL(tm6000_audio_init);
 
 
                              struct poll_table_struct *wait);
 int tm6000_queue_init(struct tm6000_core *dev);
 
+/* In tm6000-alsa.c */
+int tm6000_audio_init(struct tm6000_core *dev, int idx);
+
+
 /* Debug stuff */
 
 extern int tm6000_debug;