Summary: | Make Kmix scan only present soundcards | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | Christoph Burger-Scheidlin <mail> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 2.6 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Burger-Scheidlin
2006-03-14 23:26:03 UTC
It is NOT possible with other backends, as there are no "iterators" or find-like methods in OSS, Solaris, AIX, and so on. There is no way of finding out where to scan, because there can be "holes" in the soundcard lists (like there exists card 0, 1, 3). So I cannot do that. Also the snd_card_next() library call is not preperly documented by ALSA, so I'll rather stay away from that. |