Skip to content

Commit

Permalink
Fix digital audio crackling when playing music on non Kodi based setups.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggimon committed Jun 3, 2016
1 parent b4f3545 commit b97852a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/audio/alsa-utils/scripts/soundconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ else
card=`echo $1 | sed 's/[^0-9]*//g'`

# set common mixer params
mixer $card Master 100%
mixer $card Master 0db
mixer $card Front 100%
mixer $card PCM 100%
mixer $card PCM 0db
mixer $card Synth 100%

# mute CD, since using digital audio instead
Expand Down

0 comments on commit b97852a

Please sign in to comment.