commit | 408d0244421c1e76e9910b10d4f82f086b9751b3 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Tue Apr 21 12:19:27 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Wed Apr 29 11:59:20 2020 +0200 |
tree | a9cc43e61315ea0527a9229d2d7423a20170bf30 | |
parent | c4ed27cfed45c16c2dd16c9fa3b883e306177e40 [diff] |
media: rc: no need for decoder state if decoder not enabled One struct ir_raw_event_ctrl is allocated per raw IR device; reduce the amount allocated if not all decoders are enabled. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>