drm/etnaviv: Implement mmap as GEM object function
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / dvb / audio-fclose.rst
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
2 .. c:namespace:: DTV.audio
3
4 .. _audio_fclose:
5
6 ========================
7 Digital TV audio close()
8 ========================
9
10 Name
11 ----
12
13 Digital TV audio close()
14
15 .. attention:: This ioctl is deprecated
16
17 Synopsis
18 --------
19
20 .. c:function:: int close(int fd)
21
22 Arguments
23 ---------
24
25 .. flat-table::
26     :header-rows:  0
27     :stub-columns: 0
28
29     -  .. row 1
30
31        -  int fd
32
33        -  File descriptor returned by a previous call to open().
34
35 Description
36 -----------
37
38 This system call closes a previously opened audio device.
39
40 Return Value
41 ------------
42
43 .. flat-table::
44     :header-rows:  0
45     :stub-columns: 0
46
47     -  .. row 1
48
49        -  ``EBADF``
50
51        -  fd is not a valid open file descriptor.