From: Shivam Garg Date: Tue, 5 Sep 2017 12:03:58 +0000 (+0900) Subject: Some coding rule corrections and incorporating reviews X-Git-Tag: 1.1_Public_Release~188^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d2f415ef2e63b3b004103fe798df4d3ef69c8106;p=rtos%2Ftinyara.git Some coding rule corrections and incorporating reviews --- diff --git a/os/drivers/audio/alc5658.c b/os/drivers/audio/alc5658.c index edbc82a..d5cbda5 100644 --- a/os/drivers/audio/alc5658.c +++ b/os/drivers/audio/alc5658.c @@ -95,10 +95,10 @@ * 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