source: roaraudio/libroarpulse/libroarpulse.c @ 475:c5c9b2f8b848

Last change on this file since 475:c5c9b2f8b848 was 409:b0e358b145d9, checked in by phi, 16 years ago

added roar_codec_pulse2roar() always returning ROAR_CODEC_DEFAULT

File size: 135 bytes
Line 
1//libroarpulse.c:
2
3#include <libroarpulse/libroarpulse.h>
4
5int roar_codec_pulse2roar (int codec) {
6 return ROAR_CODEC_DEFAULT;
7}
8
9//ll
Note: See TracBrowser for help on using the repository browser.