From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian.Austin@cirrus.com (Austin, Brian) Date: Thu, 1 May 2014 01:54:00 +0000 Subject: [alsa-devel] [PATCH 01/15] ASoC: CS42L51 and WM8962 codecs depend on INPUT In-Reply-To: <20140501013103.GK3245@sirena.org.uk> References: <1398770316-19715-1-git-send-email-kaixu.xia@linaro.org> <1398770316-19715-2-git-send-email-kaixu.xia@linaro.org> , <20140501013103.GK3245@sirena.org.uk> Message-ID: <13D36045-EE68-418B-983B-2704C52391E3@cirrus.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > On Apr 30, 2014, at 20:31, "Mark Brown" wrote: > >> On Tue, Apr 29, 2014 at 09:31:30PM -0500, Brian Austin wrote: >> >> I assume you mean the CS42L52 instead of the L51. INPUT is used for a BEEP >> Generator but when I disable CONFIG_INPUT I do not get an error. Is there >> any information available on what the error is? > > I suspect it's ASoC built in and INPUT build as a module. Ok, I'll try that next. Doesn't IS_ENABLED cover that?