Use default alsa device to use HDMI devices automatic

This commit is contained in:
Iwan Timmer
2014-05-25 12:22:27 +02:00
parent b2bf6519bc
commit b59f74a96a

View File

@@ -169,7 +169,7 @@ public class Limelight implements NvConnectionListener {
boolean fake = false;
boolean tests = true;
String mapping = null;
String audio = "hw:0,0";
String audio = "default";
Level debug = Level.SEVERE;
for (int i = 0; i < args.length - 1; i++) {