Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
0002 .. c:namespace:: DTV.audio
0003 
0004 .. _audio_fclose:
0005 
0006 ========================
0007 Digital TV audio close()
0008 ========================
0009 
0010 Name
0011 ----
0012 
0013 Digital TV audio close()
0014 
0015 .. attention:: This ioctl is deprecated
0016 
0017 Synopsis
0018 --------
0019 
0020 .. c:function:: int close(int fd)
0021 
0022 Arguments
0023 ---------
0024 
0025 .. flat-table::
0026     :header-rows:  0
0027     :stub-columns: 0
0028 
0029     -  .. row 1
0030 
0031        -  int fd
0032 
0033        -  File descriptor returned by a previous call to open().
0034 
0035 Description
0036 -----------
0037 
0038 This system call closes a previously opened audio device.
0039 
0040 Return Value
0041 ------------
0042 
0043 .. flat-table::
0044     :header-rows:  0
0045     :stub-columns: 0
0046 
0047     -  .. row 1
0048 
0049        -  ``EBADF``
0050 
0051        -  fd is not a valid open file descriptor.