On Wed, 15 Mar 2023 18:23:23 +0100, Mark Brown wrote:
On Wed, Mar 15, 2023 at 04:04:52PM +0100, Uwe Kleine-König wrote:
Hello,
this series adapts the platform drivers below sound/ to use the .remove_new() callback. Compared to the traditional .remove() callback .remove_new() returns no value. This is a good thing because the driver core doesn't (and cannot) cope for errors during remove. The only effect of a non-zero return value in .remove() is that the driver core emits a warning. The device is removed anyhow and an early return from .remove() usually yields a resource leak.
ALSA and ASoC patches generally get applied to separate trees so it's probably better to send them separately unless there's dependencies.
Judging from the small portion of non-ASoC patches in the series and also from the nature of the changes, it's fine to pick up all patches in your tree.
thanks,
Takashi