From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars@metafoo.de (Lars-Peter Clausen) Date: Tue, 03 Dec 2013 12:55:42 +0100 Subject: [alsa-devel] [PATCH 1/2] ASoC: ux500_pcm: Differentiate between pdata and DT initialisation In-Reply-To: <1386066427-6862-1-git-send-email-lee.jones@linaro.org> References: <1386066427-6862-1-git-send-email-lee.jones@linaro.org> Message-ID: <529DC6BE.3080607@metafoo.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/03/2013 11:27 AM, Lee Jones wrote: > If booting with full DT support (i.e. DMA too, the last piece of the > puzzle), then we don't need to use the compatible_request_channel call > back or require some of the historical bumph which probably isn't > required by a platform data start-up now either. This will also be > ripped out in upcoming commits. > > Cc: alsa-devel at alsa-project.org > Acked-by: Linus Walleij > Signed-off-by: Lee Jones Strictly speaking you do not need the second config, but well considering that this will all hopefully be removed soon anyway it should be fine. Reviewed-by: Lars-Peter Clausen