Changeset 0cfdeec2e7ebf3612de07bea5c64d3e256b2b13e for alsapid/lib.c
- Timestamp:
- 12/01/10 02:56:00 (2 years ago)
- 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
- Files:
-
- 1 modified
-
alsapid/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alsapid/lib.c
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 */
