commit | aa2936f5fe060e95ae06685149645b234085a468 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue May 26 16:07:57 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Tue May 26 17:23:46 2009 +0200 |
tree | c5f25beb1e9be3fc4560446992c7a021362b9c30 | |
parent | 8174086167d43d0fd7b21928074145ae1d15bbab [diff] |
ALSA: hda - Support sync after writing a verb This patch adds a debug mode to make the codec communication synchronous. Define SND_HDA_SUPPORT_SYNC_WRITE in hda_codec.c, and the call of snd_hda_codec_write*() will become synchronous, i.e. wait for the reply from the codec at each time issuing a verb. Signed-off-by: Takashi Iwai <tiwai@suse.de>