diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-07 19:36:19 +0100 |
commit | e1fd164e62c2dfbd08d0d4699a723cace40d0e8c (patch) | |
tree | 2e845ca8f7512e53cec1cc636578f000ffbd00e6 /test/get_audo_list.c | |
parent | 21c34937937f27a89290f4377b4ff1801079e6ec (diff) | |
download | radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.tar.gz radiola-e1fd164e62c2dfbd08d0d4699a723cace40d0e8c.zip |
Primitive audio device detection added
Diffstat (limited to 'test/get_audo_list.c')
-rw-r--r-- | test/get_audo_list.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/get_audo_list.c b/test/get_audo_list.c new file mode 100644 index 0000000..65a6193 --- /dev/null +++ b/test/get_audo_list.c @@ -0,0 +1,11 @@ +#include <stdio.h> +#include <stdlib.h> + +#include "hw/aud.h" + +int main() +{ + audio_get_devices(); + + return 0; +}
\ No newline at end of file |