commit | 873608dc6b5da7a2571419bfa10e0d088d39cee0 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed Oct 10 15:35:01 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 10 12:11:47 2018 +0200 |
tree | b0f7ec34dc4186fa69a91f15fb9782b41f0826b5 | |
parent | 5b14ec25a79bf60fc9a663fe579a500b6ac9d8ab [diff] |
ALSA: bebob/fireworks: simplify handling of local device entry table In drivers of ALSA firewire stack, bebob and fireworks drivers have local device entry table. At present, critical section to operate the table is from the beginning/end of 'do_registration' call. This can be more narrow and simplify codes. This commit applies small refactoring for the above purpose. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>