Browse Source

[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>
Steven Toth 14 years ago
parent
commit
8304be888c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/cx23885/cx23885.h

+ 1 - 0
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;
 };