commit | d3ef9cb93aec59eb1d90d01ae0642fd517c25381 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Fri Oct 09 08:10:26 2015 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Oct 09 09:57:05 2015 +0200 |
tree | ab00c5e5d1c4ce2b0b12a2614e229d78b806aff6 | |
parent | 585d7cba5e1fcd8703a120042f35695165986b9b [diff] |
ALSA: firewire-lib: add a restriction for a transaction at once Currently, when waiting for a response, callers can start another transaction by scheduling another work. This is not good for error processing of transaction, especially the first response is too late. This commit serialize request/response transactions, by adding one boolean member to represent idling state. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>