diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-07 20:31:04 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-07 20:31:04 +0100 |
commit | 66c15af1113de0e864c5286ea255142b2cd53aca (patch) | |
tree | 6f3b3424ddea373d569bf140c2730804a4252df4 /hw/hw.h | |
parent | e1fd164e62c2dfbd08d0d4699a723cace40d0e8c (diff) | |
download | radiola-66c15af1113de0e864c5286ea255142b2cd53aca.tar.gz radiola-66c15af1113de0e864c5286ea255142b2cd53aca.zip |
Added interface for sdr. To manage audio, sdr devices
Diffstat (limited to 'hw/hw.h')
-rw-r--r-- | hw/hw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ //#include <r820t.h> #include <rtl-sdr.h> + + uint32_t hw_get_device_count(void); const char* hw_get_device_name(uint32_t index); int hw_get_device_usb_strings(uint32_t index, |