Changeset 0cfdeec2e7ebf3612de07bea5c64d3e256b2b13e
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rbbee291
|
r0cfdeec
|
|
| 77 | 77 | //static int (* real_snd_seq_create_simple_port)(snd_seq_t * seq, const char * name, unsigned int caps, unsigned int type); |
| 78 | 78 | |
| 79 | | void __attribute__ ((constructor)) init(void); |
| | 79 | static void __attribute__ ((constructor)) init(void); |
| 80 | 80 | |
| 81 | 81 | /* Library constructor */ |