Changed from selecting DAC0 to Master and adjusted the volume change amount from 20 to 13

This commit is contained in:
amazing-username
2017-09-24 18:51:10 -05:00
parent 58ce3d8eb9
commit 63ff22973b
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public:
void dump()
{
system("amixer -c 1 get DAC0 > audio.txt");
system("amixer -c 1 get Master > audio.txt");
}
};