On Tue, Jan 22, 2019 at 02:39:10PM +0800, Shunli Wang wrote:
add the mt6358 codec driver.
Signed-off-by: Shunli Wang shunli.wang@mediatek.com
sound/soc/codecs/Kconfig | 7 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/mt6358.c | 2336 +++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/mt6358.h | 2314 ++++++++++++++++++++++++++++++++++++++++++++
This looks fine but it breaks the build for me:
Applying patch #10781741 using 'git am -3 -s' Description: [3/6] ASoC: mediatek: mt6358: add codec driver Applying: ASoC: mediatek: mt6358: add codec driver scripts/kconfig/conf --oldconfig Kconfig sound/soc/codecs/Kconfig:1348: syntax error sound/soc/codecs/Kconfig:1347:warning: ignoring unsupported character '.' sound/soc/codecs/Kconfig:1347: unknown statement "external" make[1]: *** [scripts/kconfig/Makefile:69: oldconfig] Error 1
It's the indentation of the help text. I've fixed it up but please take care!