From cfbbdf8c5759be21e5562e39a3d6278d37c7393f Mon Sep 17 00:00:00 2001 From: Stan Seibert <volsung@xiph.org> Date: Sun, 31 Aug 2003 15:29:33 +0000 Subject: [PATCH] List possible driver names. Fixes Debian bug #197333. git-svn-id: http://svn.xiph.org/trunk/ao@5262 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libao.conf.5 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libao.conf.5 b/libao.conf.5 index fa178c2..f23c3fa 100644 --- a/libao.conf.5 +++ b/libao.conf.5 @@ -45,7 +45,11 @@ They will probably be interpreted as part of the option value. Valid option keys are: .RS .IP default_driver -The short name of the driver libao should use by default. +The short name of the driver libao should use by default. Valid values +include (not all are available on every platform): oss, esd, arts, alsa, +alsa09, nas, irix, and sun. Note that "sun" is used on many BSD +systems as well as Solaris. The "alsa" driver is for the 0.5.x ALSA API, +whereas the "alsa09" driver is for the 0.9.x API. .RE .SH EXAMPLE -- GitLab