commit | 8174086167d43d0fd7b21928074145ae1d15bbab | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue May 26 15:22:00 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 26 15:22:00 2009 +0200 |
tree | 130e12023bdca3468f1e12514ef0ae2d51483f01 | |
parent | 20e91c575088337cb94f2ed48380efc305dcb81d [diff] |
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>