diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-12-17 08:29:48 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2015-12-17 08:55:10 +0100 |
commit | 915d25a0c2fcff8a8bb189963f490e0894d05733 (patch) | |
tree | 918c6fcd7ac039bf7717f4f129d588d19d9a45ec /plugins/radio | |
parent | 3f13bc8ca416e6318bcbd199113a2cd69b11b2b6 (diff) |
Finalize Audio plugin
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'plugins/radio')
-rw-r--r-- | plugins/radio/radio-api.c | 1 | ||||
-rw-r--r-- | plugins/radio/radio-api.h | 3 | ||||
-rw-r--r-- | plugins/radio/radio-rtlsdr.c | 1 | ||||
-rw-r--r-- | plugins/radio/radio-rtlsdr.h | 3 |
4 files changed, 6 insertions, 2 deletions
diff --git a/plugins/radio/radio-api.c b/plugins/radio/radio-api.c index efd309c3..f065a8ad 100644 --- a/plugins/radio/radio-api.c +++ b/plugins/radio/radio-api.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/radio/radio-api.h b/plugins/radio/radio-api.h index 3645fff8..4ea41b1c 100644 --- a/plugins/radio/radio-api.h +++ b/plugins/radio/radio-api.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,4 +48,4 @@ typedef struct { unsigned char is_playing; /* radio is playing: 0(false)/1(true) */ } radioCtxHandleT; -#endif /* RADIO_API_H */
\ No newline at end of file +#endif /* RADIO_API_H */ diff --git a/plugins/radio/radio-rtlsdr.c b/plugins/radio/radio-rtlsdr.c index bf4fcea5..e90bda08 100644 --- a/plugins/radio/radio-rtlsdr.c +++ b/plugins/radio/radio-rtlsdr.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/plugins/radio/radio-rtlsdr.h b/plugins/radio/radio-rtlsdr.h index f3e2f454..74049a9b 100644 --- a/plugins/radio/radio-rtlsdr.h +++ b/plugins/radio/radio-rtlsdr.h @@ -1,5 +1,6 @@ /* * Copyright (C) 2015 "IoT.bzh" + * Author "Manuel Bachmann" * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -95,4 +96,4 @@ STATIC void _radio_stop_threads (struct dev_ctx *); static unsigned int init_dev_count = 0; static struct dev_ctx **dev_ctx = NULL; -#endif /* RADIO_RTLSDR_H */
\ No newline at end of file +#endif /* RADIO_RTLSDR_H */ |