summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorSteven Toth <stoth@kernellabs.com>2011-10-10 14:09:56 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-10-14 20:18:50 (GMT)
commit8304be888c55b501b93907177e683db62d4000c0 (patch)
treed4e2cc0357cfe4e939967cb7087348982aaa1315 /drivers/media
parent2ccdd9a59b3a1ff3bd1be6390c4b1989a008e61c (diff)
downloadlinux-fsl-qoriq-8304be888c55b501b93907177e683db62d4000c0.tar.xz
[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')
-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 670281a..2978e97 100644
--- 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;
};