projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ccdd9a
)
[media] cx23885: Allow the audio mux config to be specified on a per input basis
author
Steven Toth
<stoth@kernellabs.com>
Mon, 10 Oct 2011 14:09:56 +0000
(11:09 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Fri, 14 Oct 2011 20:18:50 +0000
(17:18 -0300)
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/cx23885.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx23885/cx23885.h
b/drivers/media/video/cx23885/cx23885.h
index 670281af3361d05216e4417b4fe9b7f7bf78079b..2978e97ee039fc9c201070af39dc90a2dda5e55d 100644
(file)
--- a/
drivers/media/video/cx23885/cx23885.h
+++ b/
drivers/media/video/cx23885/cx23885.h
@@
-192,6
+192,7
@@
struct cx23885_buffer {
struct cx23885_input {
enum cx23885_itype type;
unsigned int vmux;
+ unsigned int amux;
u32 gpio0, gpio1, gpio2, gpio3;
};