We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532b991 commit 9a26e34Copy full SHA for 9a26e34
src/config/media/sndio.md
@@ -59,17 +59,3 @@ You can configure this behavior per user in `~/.alsoftrc` or system wide in
59
[general]
60
drivers = sndio
61
```
62
-
63
-### ALSA
64
65
-Applications that only have an ALSA backend can still use sndio with the
66
-`alsa-sndio` package. It contains an ALSA plugin that provides a pcm that
67
-connects to a `sndiod` server, and currently only supports playback. In order to
68
-enable the pcm, add the lines below to your [ALSA configuration
69
-file](./alsa.md#configuration):
70
71
-```
72
-pcm.!default {
73
- type sndio
74
-}
75
0 commit comments