Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / media / uapi / dvb / audio-fclose.rst
blob58d351a3af4b0d2ef28906c661bf4a0c1f3f0837
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _audio_fclose:
5 ========================
6 Digital TV audio close()
7 ========================
9 Name
10 ----
12 Digital TV 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.