SND_HDA_QUEUE_UNSOL_EVENT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

snd_hda_queue_unsol_event - add an unsolicited event to queue  

SYNOPSIS

"SYNOPSIS"

int snd_hda_queue_unsol_event (struct hda_bus * bus, u32 res, u32 res_ex);  

ARGUMENTS

bus
the BUS
res
unsolicited event (lower 32bit of RIRB entry)
res_ex
codec addr and flags (upper 32bit or RIRB entry)
 

DESCRIPTION

Adds the given event to the queue. The events are processed in the workqueue asynchronously. Call this function in the interrupt hanlder when RIRB receives an unsolicited event.

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