Skip to content

Instantly share code, notes, and snippets.

@bkram
Last active March 17, 2024 09:20
Show Gist options
  • Save bkram/2873f0780cb5fdc8960378daed23df84 to your computer and use it in GitHub Desktop.
Save bkram/2873f0780cb5fdc8960378daed23df84 to your computer and use it in GitHub Desktop.
pcm.hifiberry {
type softvol
slave {
pcm {
type plug
slave {
pcm "hw:0"
format unchanged
channels unchanged
rate unchanged
}
}
}
control.name "Master"
control.card 0
}
pcm.hifiberry {
type softvol
slave {
pcm {
type plug
slave {
pcm "hw:0"
format unchanged
channels unchanged
rate unchanged
}
}
}
control.name "Master"
control.card 0
}
pcm.!default {
type plug
slave.pcm "hifiberry"
}
@bkram
Copy link
Author

bkram commented Mar 15, 2024

Then use newly defined hifiberry output device:

speaker-test -D hifiberry -c 2

and see new 'Master' control in mixer:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment