plugorgau / eventstreamr-station

EventStreamr Station Manager
2 stars 1 forks source link

ALSA no longer searchs for the ID before connecting #45

Closed techman83 closed 9 years ago

techman83 commented 9 years ago

You can't guarantee it'll be the same hardware id, we need to go find it when building the command.

I used this previously $self->{devices} = $devices->all(); $did = $self->{devices}{$type}{$id}{alsa};

We'll be able to add this to the alsa command pretty trivially.