From 1e17d5b1cc8614fc4316d5b4c2668b6848ce67d4 Mon Sep 17 00:00:00 2001
From: Yue Wang <Wang-Yue@users.noreply.github.com>
Date: Sun, 18 Sep 2016 23:51:14 -0700
Subject: [PATCH] Update doc for new core audio plugin features.

---
 doc/user.xml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/doc/user.xml b/doc/user.xml
index f23fa70b7..c86458f32 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -3167,6 +3167,28 @@ buffer_size: 16384</programlisting>
                   "Audio Devices" window of "Audio MIDI Setup".
                 </entry>
               </row>
+              <row>
+                <entry>
+                  <varname>hog_device</varname>
+                  <parameter>yes|no</parameter>
+                </entry>
+                <entry>
+                  Hog the device. This means that it takes exclusive control of the audio
+                  output device it is playing through, and no other program can access it.
+                </entry>
+              </row>
+              <row>
+                <entry>
+                  <varname>sync_sample_rate</varname>
+                  <parameter>yes|no</parameter>
+                </entry>
+                <entry>
+                  Synchronize the sample rate. It will try to set the output device sample
+                  rate to the corresponding sample rate of the file playing. If the output
+                  device does not support the sample rate the track has, it will try to 
+                  select the best possible for each file.
+                </entry>
+              </row>
               <row>
                 <entry>
                   <varname>channel_map</varname>