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