SND_HDA_CODEC_WRITE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
snd_hda_codec_write - send a single command without waiting for response
SYNOPSIS
"SYNOPSIS"
int snd_hda_codec_write (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 without waiting for response.
Returns 0 if successful, or a negative error code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:50 GMT, October 09, 2005