[media] DocBook/audio.xml: synchronize attribute changes

Some attributes suffered some changes since DVBv1. Sync them with the
current API header files.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab
2011-06-08 10:55:57 -03:00
parent 4cde378b3b
commit 34452432d1
2 changed files with 36 additions and 33 deletions

View File

@@ -57,6 +57,8 @@ following values.
AUDIO_STEREO, AUDIO_STEREO,
AUDIO_MONO_LEFT, AUDIO_MONO_LEFT,
AUDIO_MONO_RIGHT, AUDIO_MONO_RIGHT,
AUDIO_MONO,
AUDIO_STEREO_SWAPPED
} audio_channel_select_t; } audio_channel_select_t;
</programlisting> </programlisting>
@@ -74,6 +76,7 @@ states of the playback operation.
audio_stream_source_t stream_source; audio_stream_source_t stream_source;
audio_channel_select_t channel_select; audio_channel_select_t channel_select;
boolean bypass_mode; boolean bypass_mode;
audio_mixer_t mixer_state;
} audio_status_t; } audio_status_t;
</programlisting> </programlisting>