Some coding rule corrections and incorporating reviews
authorShivam Garg <garg.shivam@samsung.com>
Tue, 5 Sep 2017 12:03:58 +0000 (21:03 +0900)
committerShivam Garg <garg.shivam@samsung.com>
Mon, 18 Sep 2017 14:03:31 +0000 (23:03 +0900)
os/drivers/audio/alc5658.c

index edbc82a..d5cbda5 100644 (file)
  * Pre-processor Definitions
  ****************************************************************************/
 
-#define ALC5658_DEFAULT_SAMPRATE       48000
-#define ALC5658_DEFAULT_NCHANNELS      2
-#define ALC5658_DEFAULT_BPSAMP                 16
-#define FAIL   0xFFFF
+#define ALC5658_DEFAULT_SAMPRATE       48000
+#define ALC5658_DEFAULT_NCHANNELS      2
+#define ALC5658_DEFAULT_BPSAMP         16
+#define FAIL                           0xFFFF
 
 /****************************************************************************
  * Private Function Prototypes