[alsa-devel] [PATCH 7/7] ASoC: S3C24XX: Remove I2Sv3 specific check

jassi brar jassisinghbrar at gmail.com
Wed Dec 9 11:48:58 CET 2009


On Wed, Dec 9, 2009 at 7:41 PM, Mark Brown
<broonie at opensource.wolfsonmicro.com> wrote:
> On Wed, Dec 09, 2009 at 01:30:01PM +0900, jassisinghbrar at gmail.com wrote:
>> From: Jassi Brar <jassi.brar at samsung.com>
>
>> Since, now the I2Sv3 driver itself figures out and provides the start
>> address of the base register, the s3c64xx specific patch can be
>> discarded in the I2Sv2 core code.
>
>> -     if (!base) {
>> -             struct resource *res = platform_get_resource(pdev,
>
> This is used by the S3C24xx IIS as well so they need converting over
> before this can be removed.  To be honest I hadn't realised that S3C64xx
> was using this at all.
Well, only s3c64xx was using this piece of code. s3c2412-i2s.c always passed
physical address of I2S base. And there is no other user of this function.
So, i think we can safely remove it.


More information about the Alsa-devel mailing list