6.3.2.2. Digital TV audio close()

6.3.2.2.1. Name

Digital TV audio close()

Attention

This ioctl is deprecated

6.3.2.2.2. Synopsis

int close(int fd)

6.3.2.2.3. Arguments

int fd File descriptor returned by a previous call to open().

6.3.2.2.4. Description

This system call closes a previously opened audio device.

6.3.2.2.5. Return Value

EBADF fd is not a valid open file descriptor.