summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88
diff options
context:
space:
mode:
authorMichael Krufky2007-12-17 14:54:06 +0100
committerMauro Carvalho Chehab2008-01-25 22:03:50 +0100
commit35e420357bd835d43c76d3ab5e35694be0b56f95 (patch)
tree0898406d898e66e0b509094b4978febf6ff39b97 /drivers/media/video/cx88
parentV4L/DVB (6836): Fix CodingStyle troubles caused by the previous cx88 commits (diff)
downloadkernel-qcow2-linux-35e420357bd835d43c76d3ab5e35694be0b56f95.tar.gz
kernel-qcow2-linux-35e420357bd835d43c76d3ab5e35694be0b56f95.tar.xz
kernel-qcow2-linux-35e420357bd835d43c76d3ab5e35694be0b56f95.zip
V4L/DVB (6837): Convert cx88_input.audioroute to a bitfield
Prevent us from wasting some extra bytes of memory Thanks to Trent Piepho, for pointing this out. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88')
-rw-r--r--drivers/media/video/cx88/cx88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index a10f94de0d31..0cd2946a2789 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -228,7 +228,7 @@ struct cx88_input {
enum cx88_itype type;
u32 gpio0, gpio1, gpio2, gpio3;
unsigned int vmux:2;
- unsigned int audioroute;
+ unsigned int audioroute:2;
};
struct cx88_board {