commit | 8a400b999678996af6ca9434376b2260ec2ea9eb | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed May 22 23:17:05 2019 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Thu May 23 12:19:40 2019 +0200 |
tree | 30dbef54f153064593d5d42f51d7eec80c5c5252 | |
parent | 6f3c07d03c6bc84d2da6ce0e24e9a1feece42c47 [diff] |
ALSA: firewire-lib: compute pointer to payload buffer in context handler The value of pointer to payload buffer is computed in each packet handler, however the pointer can be decided before call of packet handler. This commit adds an argument for the pointer to the packet handler to reduce codes to compute for the pointer. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>