[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>
This commit is contained in:
parent
2ccdd9a59b
commit
8304be888c
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue