]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl: fix fsl_spdif.c build errors
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 5 Nov 2016 23:16:32 +0000 (16:16 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 9 Nov 2016 14:44:43 +0000 (14:44 +0000)
commite0b2484972ec5e7d0bf0b152f2f12112b13bcdb5
treee7a90f61649cebe5ab1c42515b1975b80b74ee24
parent9505a072e73ce124ad74dd59f8c6c8de95bd5562
ASoC: fsl: fix fsl_spdif.c build errors

Fix build errors in sound/soc/fsl/fsl_spdif.c by selecting BITREVERSE.
Fixes these build errors:

sound/built-in.o: In function `spdif_write_channel_status':
fsl_spdif.c:(.text+0xbe39d): undefined reference to `byte_rev_table'
fsl_spdif.c:(.text+0xbe3a8): undefined reference to `byte_rev_table'
fsl_spdif.c:(.text+0xbe3be): undefined reference to `byte_rev_table'
fsl_spdif.c:(.text+0xbe3d8): undefined reference to `byte_rev_table'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/Kconfig