mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
d8f69971d8
commit
35e420357b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue