15 Mar
2023
15 Mar
'23
6:23 p.m.
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.