mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 10:49:33 +07:00
[media] au0828: no need to sleep at the IR code
This sleep was doing some debouncing on the original driver. This is not needed on Linux, because the RC core and the input layer already takes care of it. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
2871f352c6
commit
f5885f4097
@ -135,8 +135,6 @@ static int au0828_get_key_au8522(struct au0828_rc *ir)
|
||||
/* Disable IR */
|
||||
au8522_rc_clear(ir, 0xe0, 1 << 4);
|
||||
|
||||
usleep_range(45000, 46000);
|
||||
|
||||
/* Enable IR */
|
||||
au8522_rc_set(ir, 0xe0, 1 << 4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user