Fix some trivial spacing issues noted in review of PR.
This commit is contained in:
parent
716c7c9bee
commit
eeff429939
@ -33,9 +33,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* audioutils Audio Utility
|
||||
*
|
||||
*/
|
||||
/* audioutils Audio Utility */
|
||||
|
||||
#ifndef __ARCH_ARM_INCLUDE_CXD56XX_CXD56_AUDIO_H
|
||||
#define __ARCH_ARM_INCLUDE_CXD56XX_CXD56_AUDIO_H
|
||||
@ -943,6 +941,7 @@ uint32_t cxd56_audio_get_micmap(void);
|
||||
*
|
||||
* Setup tone generator
|
||||
*/
|
||||
|
||||
bool board_audio_tone_generator(bool en, int16_t vol, uint16_t freq);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -112,6 +112,7 @@ static bool check_pin_i2s_mode(uint32_t pin)
|
||||
* Power on/off the audio device on the board.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
bool board_audio_power_control(bool en)
|
||||
{
|
||||
if (en)
|
||||
|
@ -73,7 +73,6 @@ extern "C"
|
||||
|
||||
bool board_audio_power_control(bool en);
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* Name: board_aca_power_control
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user