Skip to content

Commit

Permalink
alsa-utils: unmute headphone jack for ES8316 codec
Browse files Browse the repository at this point in the history
  • Loading branch information
knaerzche committed Apr 19, 2021
1 parent 9a1231d commit 49d85e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/audio/alsa-utils/scripts/soundconfig
Expand Up @@ -155,6 +155,10 @@ else
# Amlogic GX HDMI and S/PDIF
mixer $card 'AIU HDMI CTRL SRC' 'I2S'
mixer $card 'AIU SPDIF SRC SEL' 'SPDIF'

# ES8316 headphone jack
mixer $card 'Right Headphone Mixer Right DAC' on
mixer $card 'Left Headphone Mixer Left DAC' on
fi

exit 0
Expand Down

0 comments on commit 49d85e7

Please sign in to comment.