[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3718065c-e6c1-e25d-5eb2-0d978d56bf3d@amd.com>
Date: Thu, 8 Jul 2021 19:01:26 +0530
From: "Mukunda,Vijendar" <vijendar.mukunda@....com>
To: Pierre-Louis Bossart <pierre-louis.bossart@...ux.intel.com>,
broonie@...nel.org, alsa-devel@...a-project.org
Cc: Sunil-kumar.Dommati@....com, Liam Girdwood <lgirdwood@...il.com>,
open list <linux-kernel@...r.kernel.org>,
Takashi Iwai <tiwai@...e.com>, Alexander.Deucher@....com
Subject: Re: [PATCH 05/12] ASoC: amd: add ACP5x PCM platform driver
On 7/7/21 9:47 PM, Pierre-Louis Bossart wrote:
>
>> +static int acp5x_audio_remove(struct platform_device *pdev)
>> +{
>> + return 0;
>> +}
>
> can this be removed here and...
will remove it.
>> +
>> +static struct platform_driver acp5x_dma_driver = {
>> + .probe = acp5x_audio_probe,
>> + .remove = acp5x_audio_remove,
>
> ... here?
>
will fix it and post the new version.
>> + .driver = {
>> + .name = "acp5x_i2s_dma",
>> + },
>> +};
Powered by blists - more mailing lists