Skip to content

Commit

Permalink
Merge pull request #408 from plexinc/alsa-util-0db-fix
Browse files Browse the repository at this point in the history
Fix digital audio crackling when playing music on non Kodi based setups.
  • Loading branch information
lrusak committed Jun 10, 2016
2 parents d03b16e + b97852a commit ec2a5d2
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 ec2a5d2

Please sign in to comment.