ALSA: hda - Always sync writes in single_cmd mode
authorTakashi Iwai <tiwai@suse.de>
Thu, 28 May 2009 09:59:12 +0000 (11:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 28 May 2009 10:01:24 +0000 (12:01 +0200)
commitb05a7d4fed7e51dca37d0a31baf1466de30b1f01
tree35a9a23a6289f5c4c966d1068771ab805f123e9c
parentaa2936f5fe060e95ae06685149645b234085a468
ALSA: hda - Always sync writes in single_cmd mode

In the single_cmd mode, the hardware cannot store the multiple replies
like on RIRB, thus each verb has to sync and wait for the response no
matter whether the return value is needed or not.  Otherwise it may
result in a wrong return value from the previous verb.

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