From: Arnd Bergmann Date: Tue, 29 Apr 2014 11:18:35 +0000 (+0800) Subject: ASoC: omap: Amstrad E3 needs TTY support for codec X-Git-Tag: omap-for-v3.16/fixes-against-rc1~21^2~52^2~2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7a80379aa52d033d2a7c2390c8e80bd027758bf;p=pandora-kernel.git ASoC: omap: Amstrad E3 needs TTY support for codec The cx20442 codec driver used here requires the TTY layer to be enabled, or we get a link error: sound/built-in.o: In function `cx20442_codec_remove': cx20442.c:398: undefined reference to `tty_hangup' sound/built-in.o: In function `ams_delta_remove': ams-delta.c:613: undefined reference to `tty_unregister_ldisc' sound/built-in.o: In function `ams_delta_cx20442_init': ams-delta.c:559: undefined reference to `tty_register_ldisc' This adds the missing dependency in the E3 configuration, there was already one for the codec. Signed-off-by: Arnd Bergmann Signed-off-by: Xia Kaixu Signed-off-by: Mark Brown --- Reading git-diff-tree failed