Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8304be88 authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab
Browse files

[media] cx23885: Allow the audio mux config to be specified on a per input basis

parent 2ccdd9a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
};