Skip to content

Commit

Permalink
alsa: Mention dmix.
Browse files Browse the repository at this point in the history
  • Loading branch information
flexibeast committed Jun 19, 2020
1 parent 0e36469 commit b7a2f0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/config/media/alsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,16 @@ or specify sound card module order in `/etc/modprobe.d/alsa.conf`:
```
options snd_usb_audio index=0
```

## Dmix

The `dmix` ALSA plugin allows playing sound from multiple sources. `dmix` is
enabled by default for soundcards which do not support hardware mixing. To
enable it for digital output, edit `/etc/asound.conf`:

```
pcm.dsp {
type plug
slave.pcm "dmix"
}
```

0 comments on commit b7a2f0e

Please sign in to comment.