[media] cx23885: Allow the audio mux config to be specified on a per input basis
authorSteven Toth <stoth@kernellabs.com>
Mon, 10 Oct 2011 14:09:56 +0000 (11:09 -0300)
committerMauro 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

index 670281a..2978e97 100644 (file)
@@ -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;
 };