Linux 4.8.3
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / ca-fclose.rst
blob16d7a1e76193b94bc7059f427dd0edd6b8bcef7c
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _ca_fclose:
5 ==============
6 DVB CA close()
7 ==============
9 Name
10 ----
12 DVB CA close()
15 Synopsis
16 --------
18 .. cpp:function:: int  close(int fd)
21 Arguments
22 ---------
24 .. flat-table::
25     :header-rows:  0
26     :stub-columns: 0
29     -  .. row 1
31        -  int fd
33        -  File descriptor returned by a previous call to open().
36 Description
37 -----------
39 This system call closes a previously opened audio device.
42 Return Value
43 ------------
45 .. flat-table::
46     :header-rows:  0
47     :stub-columns: 0
50     -  .. row 1
52        -  ``EBADF``
54        -  fd is not a valid open file descriptor.