diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-12 22:24:52 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-11-12 22:24:52 +0530 |
commit | ead5447231a913fe5fece6eff932626b2031641e (patch) | |
tree | f5eb3c12c907b0f34ec05c358f28688edb1d6657 /man | |
parent | 706e7aeb258130a22e4f13786679603e0c3c9cf0 (diff) |
man: Correction for how sample rate switching is disabled
Setting to 0 in the parser causes daemon startup to fail.
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 49f9f22fb..c270d2bce 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -437,7 +437,8 @@ USA. or 48kHz. Switching between default and alternate values is enabled only when the sinks/sources are suspended. This option is ignored in passthrough mode where the stream rate will be used. - If set to zero, this feature is disabled.</p> + If set to the same as the default sample rate, this feature is + disabled.</p> </option> </section> |