commit | b05a7d4fed7e51dca37d0a31baf1466de30b1f01 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu May 28 11:59:12 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu May 28 12:01:24 2009 +0200 |
tree | 35a9a23a6289f5c4c966d1068771ab805f123e9c | |
parent | aa2936f5fe060e95ae06685149645b234085a468 [diff] |
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>