powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / audio-set-attributes.rst
blobf0c6153ca80f99bbc47e78bf9d5639e7330cfac4
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _AUDIO_SET_ATTRIBUTES:
5 ====================
6 AUDIO_SET_ATTRIBUTES
7 ====================
9 Name
10 ----
12 AUDIO_SET_ATTRIBUTES
14 .. attention:: This ioctl is deprecated
17 Synopsis
18 --------
20 .. c:function:: int ioctl(fd, AUDIO_SET_ATTRIBUTES, struct audio_attributes *attr )
21     :name: AUDIO_SET_ATTRIBUTES
23 Arguments
24 ---------
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
31     -
33        -  int fd
35        -  File descriptor returned by a previous call to open().
37     -
39        -  audio_attributes_t attr
41        -  audio attributes according to section ??
44 Description
45 -----------
47 This ioctl is intended for DVD playback and allows you to set certain
48 information about the audio stream.
51 Return Value
52 ------------
54 On success 0 is returned, on error -1 and the ``errno`` variable is set
55 appropriately. The generic error codes are described at the
56 :ref:`Generic Error Codes <gen-errors>` chapter.
58 .. flat-table::
59     :header-rows:  0
60     :stub-columns: 0
63     -  .. row 1
65        -  ``EINVAL``
67        -  attr is not a valid or supported attribute setting.