diff options
| author | Piotr Pawlow <pp@siedziba.pl> | 2014-03-14 01:04:56 +0100 |
|---|---|---|
| committer | Piotr Pawlow <pp@siedziba.pl> | 2014-03-14 01:04:56 +0100 |
| commit | 56acbfafc18f8716959ee7e0abe3bbfeb8f81056 (patch) | |
| tree | 0742b76656458489507348f6877479dd4d430f8e /src/lingot-config.c | |
| parent | 9bc63f42d03ef071132142c2462b03b992b95f3b (diff) | |
- add portaudio
Diffstat (limited to 'src/lingot-config.c')
| -rw-r--r-- | src/lingot-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lingot-config.c b/src/lingot-config.c index e0a1343..48213da 100644 --- a/src/lingot-config.c +++ b/src/lingot-config.c @@ -57,7 +57,7 @@ const char* audio_system_t_to_str(audio_system_t audio_system) { // converts a string to an audio_system_t audio_system_t str_to_audio_system_t(char* audio_system) { audio_system_t result = -1; - const char* values[] = { "OSS", "ALSA", "JACK", NULL }; + const char* values[] = { "OSS", "ALSA", "JACK", "PORTAUDIO", NULL }; int i; for (i = 0; values[i] != NULL; i++) { if (!strcmp(audio_system, values[i])) { |
