Changeset 0cfdeec2e7ebf3612de07bea5c64d3e256b2b13e

Show
Ignore:
Timestamp:
12/01/10 02:56:00 (2 years ago)
Author:
Nedko Arnaudov <nedko@…>
Children:
8ac048d601e83a6e2b356a3342ddb1cba33b4ebc
Parents:
e8f9b6b02ee1b13c36af920f47f12b3c129cd498
git-author:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-12-01T02:55:36Z+0200
git-committer:
Nedko Arnaudov <nedko@arnaudov.name> / 2010-12-01T02:56:00Z+0200
Message:

alsapid: hide the init function. Fixes #122

hexter.so has an init function with same name as the one in alsapid.so
so the hexter one was not being called and the descriptor pointer
that is returned was NULL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alsapid/lib.c

    rbbee291 r0cfdeec  
    7777//static int (* real_snd_seq_create_simple_port)(snd_seq_t * seq, const char * name, unsigned int caps, unsigned int type); 
    7878 
    79 void __attribute__ ((constructor)) init(void); 
     79static void __attribute__ ((constructor)) init(void); 
    8080 
    8181/* Library constructor */