14 Feb
2014
14 Feb
'14
1 p.m.
At Wed, 12 Feb 2014 12:20:10 +0100, Takashi Iwai wrote:
The third batch is a more intensive change; now struct device for card-object is embedded in snd_card struct. This makes the presence of the device object presistent, which can be later referred by other devices at the object creation time.
Also, along with this change, the refcounting of the card object was changed just to use the standard device refcount. This needs to move the destructor into the device release callback.
This patch series have been merged to for-next branch now, too.
Takashi