All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Embed card device into struct snd_card
@ 2014-02-12 11:20 Takashi Iwai
  2014-02-12 11:20 ` [PATCH 1/3] ALSA: " Takashi Iwai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takashi Iwai @ 2014-02-12 11:20 UTC (permalink / raw)
  To: alsa-devel

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.

Onre more batch will follow.

Takashi

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-14 12:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-12 11:20 [PATCH RFC 0/3] Embed card device into struct snd_card Takashi Iwai
2014-02-12 11:20 ` [PATCH 1/3] ALSA: " Takashi Iwai
2014-02-12 11:20 ` [PATCH 2/3] ALSA: Use static groups for id and number card sysfs attr files Takashi Iwai
2014-02-12 11:20 ` [PATCH 3/3] ALSA: Use standard device refcount for card accounting Takashi Iwai
2014-02-14 12:00 ` [PATCH RFC 0/3] Embed card device into struct snd_card Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.