Skip to content

Instantly share code, notes, and snippets.

@ford-prefect
Created November 9, 2020 16:59
Show Gist options
  • Save ford-prefect/babc182bc76a86111545d23b7e3471e5 to your computer and use it in GitHub Desktop.
Save ford-prefect/babc182bc76a86111545d23b7e3471e5 to your computer and use it in GitHub Desktop.
H3 Audio Codec
SectionVerb {
EnableSequence [
cset "name='DAC Playback Switch' on"
# set this to the 0dB point if it's not 63
cset "name='DAC Playback Volume' 63"
]
DisableSequence [
cset "name='DAC Playback Switch' on"
cset "name='DAC Playback Volume' 0"
]
Value {
TQ "HiFi"
}
}
SectionDevice."LineOut" {
Comment "Line out"
EnableSequence [
cset "name='Line Out Playback Switch' on"
]
DisableSequence [
cset "name='Line Out Playback Switch' off"
]
Value {
PlaybackPriority 100
PlaybackMixerElem "Line Out"
PlaybackMasterElem "DAC"
PlaybackSwitch "Line Out Playback Switch"
PlaybackVolume "Line Out Playback Volume"
PlaybackPCM "hw:${CardId}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment