commit | e14432a5b7302c1f5c6c094de176ae111697bbab | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Tue Apr 21 09:58:15 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Aug 11 07:32:58 2015 -0300 |
tree | 9e706487ac0369486ab34e01b14d4c1d8a0f010e | |
parent | 54ab48ed5db69212b9b6abc88d21cbbd5c16e7c3 [diff] |
[media] tda10071: protect firmware command exec with mutex There should be clearly some lock in order to make sure firmware command in execution is not disturbed by another command. It has worked as callbacks are serialized somehow pretty well and command execution happens usually without any delays. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>