powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / audio-fclose.rst
blob4df24c8d74ed3e153ee90ebba7352757634d5d5c
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _audio_fclose:
5 =================
6 DVB audio close()
7 =================
9 Name
10 ----
12 DVB audio close()
14 .. attention:: This ioctl is deprecated
16 Synopsis
17 --------
19 .. c:function:: int close(int fd)
20     :name: dvb-audio-close
23 Arguments
24 ---------
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
31     -  .. row 1
33        -  int fd
35        -  File descriptor returned by a previous call to open().
38 Description
39 -----------
41 This system call closes a previously opened audio device.
44 Return Value
45 ------------
47 .. flat-table::
48     :header-rows:  0
49     :stub-columns: 0
52     -  .. row 1
54        -  ``EBADF``
56        -  fd is not a valid open file descriptor.