SND_HDA_CODEC_READ
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
snd_hda_codec_read - send a command and get the response
SYNOPSIS
"SYNOPSIS"
unsigned int snd_hda_codec_read (struct hda_codec * codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int parm);
ARGUMENTS
- codec
-
the HDA codec
- nid
-
NID to send the command
- direct
-
direct flag
- verb
-
the verb to send
- parm
-
the parameter for the verb
DESCRIPTION
Send a single command and read the corresponding response.
Returns the obtained response value, or -1 for an error.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:50 GMT, October 09, 2005