Mercurial > audlegacy-plugins
comparison src/OSS4/OSS4.c @ 3049:9ec8a613a1d6
More OSS4 plugin changes
| author | Michal Lipski <tallica@o2.pl> |
|---|---|
| date | Sat, 18 Apr 2009 13:59:58 +0200 |
| parents | c269a0351b53 |
| children |
comparison
equal
deleted
inserted
replaced
| 3048:c269a0351b53 | 3049:9ec8a613a1d6 |
|---|---|
| 105 | 105 |
| 106 if (oss_cfg.alt_audio_device) { | 106 if (oss_cfg.alt_audio_device) { |
| 107 g_free(oss_cfg.alt_audio_device); | 107 g_free(oss_cfg.alt_audio_device); |
| 108 oss_cfg.alt_audio_device = NULL; | 108 oss_cfg.alt_audio_device = NULL; |
| 109 } | 109 } |
| 110 | |
| 111 } | 110 } |
| 112 | 111 |
| 113 static OutputPlugin oss4_op = { | 112 static OutputPlugin oss4_op = { |
| 114 .description = "OSS4 Output Plugin", | 113 .description = "OSS4 Output Plugin", |
| 115 .probe_priority = 1, | 114 .probe_priority = 1, |
