1
0
Fork 0

MLK-24874-2: include: uapi: mxc_dsp: fix the UAPI_HEADER_TEST failure

Enable CONFIG_UAPI_HEADER_TEST turns out the following build issues:

HDRTEST usr/include/linux/mxc_dsp.h
In file included from <command-line>:32:0:
./usr/include/linux/mxc_dsp.h:82:2: error: C++ style comments are not allowed in ISO C90
  //UNIA_CHANNEL_MASK,
  ^
./usr/include/linux/mxc_dsp.h:82:2: error: (this will be reported only once per input file)

The fix is to use C style comment insteading of C++

Signed-off-by: Jason Liu <jason.hui.liu@nxp.com>
(cherry picked from commit 4c016b8114b3db2bba7ec579c34e248766feac6e)
zero-colors
Jason Liu 2020-10-09 11:36:27 +08:00
parent 5bb09de304
commit 215ccb3784
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ enum DSP_ParaType {
XA_DOWNMIX_STEREO,
XA_STREAM_TYPE,
XA_CHAN_MAP_TABLE,
//UNIA_CHANNEL_MASK,
/*UNIA_CHANNEL_MASK,*/
XA_TO_STEREO,
/* dedicate for mp3 dec */