diff options
author | David Härdeman <david@hardeman.nu> | 2010-04-15 17:46:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:44 -0400 |
commit | 3fe29c897272b18e18663832c43942c3936dffe6 (patch) | |
tree | dbc47c805c37fc78e5cad3c07f5f0793acd1881b /drivers/media/IR/ir-core-priv.h | |
parent | bf670f641d478fa5a2dd60ed41bab3156cc780c0 (diff) |
V4L/DVB: ir-core: Add Sony support to ir-core
This patch adds a Sony12/15/20 decoder to ir-core.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/ir-core-priv.h')
-rw-r--r-- | drivers/media/IR/ir-core-priv.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/IR/ir-core-priv.h b/drivers/media/IR/ir-core-priv.h index 464e392f24c..9a5e65a471a 100644 --- a/drivers/media/IR/ir-core-priv.h +++ b/drivers/media/IR/ir-core-priv.h | |||
@@ -116,4 +116,11 @@ void ir_raw_init(void); | |||
116 | #define load_jvc_decode() 0 | 116 | #define load_jvc_decode() 0 |
117 | #endif | 117 | #endif |
118 | 118 | ||
119 | /* from ir-sony-decoder.c */ | ||
120 | #ifdef CONFIG_IR_SONY_DECODER_MODULE | ||
121 | #define load_sony_decode() request_module("ir-sony-decoder") | ||
122 | #else | ||
123 | #define load_sony_decode() 0 | ||
124 | #endif | ||
125 | |||
119 | #endif /* _IR_RAW_EVENT */ | 126 | #endif /* _IR_RAW_EVENT */ |