#!/bin/bash if [ -e /proc/asound/$HDSP ]; then qjackctl --preset=$HDSP else quackctl --preset=$ICH fi
Yep, thats exactly what i need. problem solved! thanks. tom.
#!/bin/bash if [ -e /proc/asound/$HDSP ]; then qjackctl --preset=$HDSP else quackctl --preset=$ICH fi
Yep, thats exactly what i need. problem solved! thanks. tom.
![]() |