[PATCH 05/12] ASoC: amd: add ACP5x PCM platform driver

Pierre-Louis Bossart pierre-louis.bossart at linux.intel.com
Wed Jul 7 18:17:22 CEST 2021


> +static int acp5x_audio_remove(struct platform_device *pdev)
> +{
> +	return 0;
> +}

can this be removed here and...
> +
> +static struct platform_driver acp5x_dma_driver = {
> +	.probe = acp5x_audio_probe,
> +	.remove = acp5x_audio_remove,

... here?

> +	.driver = {
> +		.name = "acp5x_i2s_dma",
> +	},
> +};


More information about the Alsa-devel mailing list