Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34452432 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4cde378b
Loading
Loading
Loading
Loading
+35 −32
Original line number Original line Diff line number Diff line
@@ -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>


+1 −1

File changed.

Contains only whitespace changes.