Interrupt in Streaming minidriver.....

Hi Guys ,

I am new guy to this group. I just introduce myself .i am working in
the driver field past 6 months .
Now i am working in the streaming minidriver…I have implement the
minidriver to ksproxy through microsoft provided streamclass.

I have initialized the device.

SRB_INITIALIZATION_DEVICE…

now i can access the device area (SDRAM and DSP registers) through my
minidriver.the communication has been provided by the PCI bus.

and i gave the call back function like strminiinterrupt and etc in
HW_INITIALIZTION_DATA.

Now i can’t get the interrupt when i give the interrupt from the device.

Please give any idea to hookup the strminiinterrupt…

Thanks in advance.