[PATCH RFC 4/7] ASoC: samsung: i2s: Do not use platform_data for DMA parameters
Arnd Bergmann
arnd at arndb.de
Fri Nov 4 16:29:18 PDT 2016
On Friday 04 November 2016, Sylwester Nawrocki wrote:
> - ret = samsung_asoc_dma_platform_register(&pdev->dev, pri_dai->filter,
> + ret = samsung_asoc_dma_platform_register(&pdev->dev, NULL,
> NULL, NULL);
If we remove the filter argument from every caller here, maybe we should also
change the prototype to not expect those three NULL arguments any more.
Arnd
More information about the linux-arm-kernel
mailing list