From: Takashi Iwai Date: Tue, 26 May 2009 13:22:00 +0000 (+0200) Subject: ALSA: hda - Allow concurrent RIRB access in single_cmd mode X-Git-Tag: v2.6.31-rc1~363^2~20^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8174086167d43d0fd7b21928074145ae1d15bbab;p=pandora-kernel.git 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 --- Reading git-diff-tree failed