On 02/05/2013 10:42 AM, Ralf Mardorf wrote:
On Tue, 2013-02-05 at 10:37 -0500, Dave Phillips
wrote:
I've found a simple metric. Just open a
Sweetwater catalog to the pages
for computer audio interfaces and count the ones with Linux support.
How do you
ensure that an audio device _really_ is supported?
Hi Ralf,
Well, since I don't really know what you really mean by "really"
supported, I'll hazard my own method:
if (device != FIREWIRE_DEVICE)
check (ALSA && 4Front)
print status
else
check FFADO
print status
endif
Wrt USB: The snd-usb-audio module is an ALSA module, but class
compliance makes things a little more difficult. My method wrt USB
compatibility is to ask Clemens. :)
Best,
dp