diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-04-25 18:22:23 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-04-25 18:22:23 +0000 |
commit | bee795f2c1a9c51b36061e1ae4f34f07af00eb26 (patch) | |
tree | 9337a43c74bf2584599af376ac1fde74c20509c1 /doc | |
parent | 51ec5b154211c733ea102860bfe09f417c0bf9fe (diff) | |
download | mpd-bee795f2c1a9c51b36061e1ae4f34f07af00eb26.tar.gz mpd-bee795f2c1a9c51b36061e1ae4f34f07af00eb26.tar.xz mpd-bee795f2c1a9c51b36061e1ae4f34f07af00eb26.zip |
mpd.conf.5 claimed the default alsa device was "hw:0,0", but it's actually
"default".
git-svn-id: https://svn.musicpd.org/mpd/trunk@5943 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpd.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index 3a7dc515a..aa5fb525b 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -261,7 +261,7 @@ whatever audio format is passed to the audio output. .SH OPTIONAL ALSA OUTPUT PARAMETERS .TP .B device <dev> -This specifies the device to use for audio output. The default is "hw:0,0". +This specifies the device to use for audio output. The default is "default". .TP .B use_mmap <yes or no> Setting this allows you to use memory-mapped I/O. Certain hardware setups may |