Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1.. -*- coding: utf-8; mode: rst -*-
2
3.. _audio_fclose:
4
5========================
6Digital TV audio close()
7========================
8
9Name
10----
11
12Digital TV audio close()
13
14.. attention:: This ioctl is deprecated
15
16Synopsis
17--------
18
19.. c:function:: int close(int fd)
20 :name: dvb-audio-close
21
22
23Arguments
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
38Description
39-----------
40
41This system call closes a previously opened audio device.
42
43
44Return 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.