commit | 71695aff9fe036857596965635e2607cf561a230 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Sat Sep 23 14:44:18 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Dec 14 10:35:18 2017 -0500 |
tree | d92dd7d09aedee87d6ad93f47b6f56dd29364514 | |
parent | 95bc71e199e50487054adfd8222c5105deddbbd9 [diff] |
media: lirc: use kfifo rather than lirc_buffer for raw IR Since the only mode lirc devices can handle is raw IR, handle this in a plain kfifo. Remove lirc_buffer since this is no longer needed. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>