ALSA: hda - Allow concurrent RIRB access in single_cmd mode
commit8174086167d43d0fd7b21928074145ae1d15bbab
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2009 13:22:00 +0000 (26 15:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 May 2009 13:22:00 +0000 (26 15:22 +0200)
tree130e12023bdca3468f1e12514ef0ae2d51483f01
parent20e91c575088337cb94f2ed48380efc305dcb81d
ALSA: hda - Allow concurrent RIRB access in single_cmd mode

In the single_cmd mode, the current driver code doesn't do any update
for RIRB just for any safety reason.  But, actually the RIRB and
single_cmd mode don't conflict.  Unsolicited events can be delivered
even while using the single_cmd mode.

This patch allows the handling of unsolicited events with single_cmd
mode, just always checking RIRB independent from single_cmd flag.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c