comparison src/OSS/OSS.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents c1e1c894fa0b
children 4c937c5a03d2
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
47 oss_tell 47 oss_tell
48 }; 48 };
49 49
50 OutputPlugin *oss_oplist[] = { &oss_op, NULL }; 50 OutputPlugin *oss_oplist[] = { &oss_op, NULL };
51 51
52 DECLARE_PLUGIN(OSS, NULL, NULL, NULL, oss_oplist, NULL, NULL, NULL); 52 DECLARE_PLUGIN(OSS, NULL, NULL, NULL, oss_oplist, NULL, NULL, NULL, NULL);
53 53
54 void oss_cleanup(void) 54 void oss_cleanup(void)
55 { 55 {
56 if (oss_cfg.alt_audio_device) { 56 if (oss_cfg.alt_audio_device) {
57 free(oss_cfg.alt_audio_device); 57 free(oss_cfg.alt_audio_device);