cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

audio-fclose.rst (754B)


      1.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
      2.. c:namespace:: DTV.audio
      3
      4.. _audio_fclose:
      5
      6========================
      7Digital TV audio close()
      8========================
      9
     10Name
     11----
     12
     13Digital TV audio close()
     14
     15.. attention:: This ioctl is deprecated
     16
     17Synopsis
     18--------
     19
     20.. c:function:: int close(int fd)
     21
     22Arguments
     23---------
     24
     25.. flat-table::
     26    :header-rows:  0
     27    :stub-columns: 0
     28
     29    -  .. row 1
     30
     31       -  int fd
     32
     33       -  File descriptor returned by a previous call to open().
     34
     35Description
     36-----------
     37
     38This system call closes a previously opened audio device.
     39
     40Return Value
     41------------
     42
     43.. flat-table::
     44    :header-rows:  0
     45    :stub-columns: 0
     46
     47    -  .. row 1
     48
     49       -  ``EBADF``
     50
     51       -  fd is not a valid open file descriptor.