Changed from selecting DAC0 to Master and adjusted the volume change amount from 20 to 13
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ void IncreaseVolume::newVolume()
|
||||
}
|
||||
void IncreaseVolume::updateVolume()
|
||||
{
|
||||
std::string command = "amixer -c 1 set DAC0 ";
|
||||
std::string command = "amixer -c 1 set Master ";
|
||||
command.append(std::to_string(volume));
|
||||
system(command.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user