audio-fclose.rst 735 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _audio_fclose:
  3. ========================
  4. Digital TV audio close()
  5. ========================
  6. Name
  7. ----
  8. Digital TV audio close()
  9. .. attention:: This ioctl is deprecated
  10. Synopsis
  11. --------
  12. .. c:function:: int close(int fd)
  13. :name: dvb-audio-close
  14. Arguments
  15. ---------
  16. .. flat-table::
  17. :header-rows: 0
  18. :stub-columns: 0
  19. - .. row 1
  20. - int fd
  21. - File descriptor returned by a previous call to open().
  22. Description
  23. -----------
  24. This system call closes a previously opened audio device.
  25. Return Value
  26. ------------
  27. .. flat-table::
  28. :header-rows: 0
  29. :stub-columns: 0
  30. - .. row 1
  31. - ``EBADF``
  32. - fd is not a valid open file descriptor.