Fixed compilation error due to misspelled MILLI_TO_NANO define
authorKishore SN <kishore.sn@samsung.com>
Tue, 5 Sep 2017 11:32:24 +0000 (17:02 +0530)
committerShivam Garg <garg.shivam@samsung.com>
Mon, 18 Sep 2017 14:03:31 +0000 (23:03 +0900)
framework/src/tinyalsa/tinyalsa.c

index 63efcdf..5fb839d 100644 (file)
@@ -67,7 +67,7 @@
 #include <tinyara/audio/audio.h>
 #include <tinyalsa/tinyalsa.h>
 
-#define MILLI_TO_NAMO  1000000
+#define MILLI_TO_NANO  1000000
 
 #ifndef CONFIG_AUDIO_NUM_BUFFERS
 #define CONFIG_AUDIO_NUM_BUFFERS  2