chiark / gitweb /
enumeration: move ALSA control devices to the end of the enumerated devices of each...
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Jul 2009 21:24:27 +0000 (23:24 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Jul 2009 01:10:05 +0000 (03:10 +0200)
commit3bf768245b98479a14190e1e1d32ef5fae3ddf8a
tree5cf0f2dea81d8174888451cc7c7251f7e724b465
parent2a827c959a77eb6df9539235c46c96b78a824cf9
enumeration: move ALSA control devices to the end of the enumerated devices of each card

Generally ALSA control devices should be the last ones to be processed
for ACL changes and similar operations because they can then be used as
indicators that ACL management finished for all device nodes of a
specific card.

This patch simple moves each controlC device behind all the pcmC devices
(and similar).
libudev/libudev-enumerate.c