Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[sfrench/cifs-2.6.git] / Documentation / media / uapi / dvb / audio-fclose.rst
1 .. -*- coding: utf-8; mode: rst -*-
2
3 .. _audio_fclose:
4
5 ========================
6 Digital TV audio close()
7 ========================
8
9 Name
10 ----
11
12 Digital TV audio close()
13
14 .. attention:: This ioctl is deprecated
15
16 Synopsis
17 --------
18
19 .. c:function:: int close(int fd)
20     :name: dvb-audio-close
21
22
23 Arguments
24 ---------
25
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
29
30
31     -  .. row 1
32
33        -  int fd
34
35        -  File descriptor returned by a previous call to open().
36
37
38 Description
39 -----------
40
41 This system call closes a previously opened audio device.
42
43
44 Return Value
45 ------------
46
47 .. flat-table::
48     :header-rows:  0
49     :stub-columns: 0
50
51
52     -  .. row 1
53
54        -  ``EBADF``
55
56        -  fd is not a valid open file descriptor.