Skip to content

Commit

Permalink
tg5040: remove nonexistent amixer control
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Inman committed Jan 18, 2025
1 parent 3d4b369 commit bcf7845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspace/tg5040/libmsettings/msettings.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void InitSettings(void) {

system("amixer sset 'Headphone' 0"); // 100%
system("amixer sset 'digital volume' 0"); // 100%
system("amixer sset 'Soft Volume Master' 255"); // 100%
system("amixer sset 'DAC Swap' Off"); // Fix L/R channels
// volume is set with 'digital volume'

Expand Down

0 comments on commit bcf7845

Please sign in to comment.