aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 10:09:56 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 16:18:50 -0400
commit8304be888c55b501b93907177e683db62d4000c0 (patch)
treed4e2cc0357cfe4e939967cb7087348982aaa1315 /drivers/media/video/cx23885
parent2ccdd9a59b3a1ff3bd1be6390c4b1989a008e61c (diff)
[media] cx23885: Allow the audio mux config to be specified on a per input basis
Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r--drivers/media/video/cx23885/cx23885.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885.h b/drivers/media/video/cx23885/cx23885.h
index 670281af3361..2978e97ee039 100644
--- a/drivers/media/video/cx23885/cx23885.h
+++ b/drivers/media/video/cx23885/cx23885.h
@@ -192,6 +192,7 @@ struct cx23885_buffer {
192struct cx23885_input { 192struct cx23885_input {
193 enum cx23885_itype type; 193 enum cx23885_itype type;
194 unsigned int vmux; 194 unsigned int vmux;
195 unsigned int amux;
195 u32 gpio0, gpio1, gpio2, gpio3; 196 u32 gpio0, gpio1, gpio2, gpio3;
196}; 197};
197 198