/* ------------------------------------------------------------------ */
-/* static int video_mux(struct cx8800_dev *dev, unsigned int input) */
-static int video_mux(struct cx88_core *core, unsigned int input)
+int cx88_video_mux(struct cx88_core *core, unsigned int input)
{
/* struct cx88_core *core = dev->core; */
}
return 0;
}
+EXPORT_SYMBOL(cx88_video_mux);
/* ------------------------------------------------------------------ */
mutex_lock(&core->lock);
cx88_newstation(core);
- video_mux(core,i);
+ cx88_video_mux(core,i);
mutex_unlock(&core->lock);
return 0;
}
mutex_lock(&core->lock);
cx88_set_tvnorm(core,cx88_tvnorms);
init_controls(core);
- video_mux(core,0);
+ cx88_video_mux(core,0);
mutex_unlock(&core->lock);
/* start tvaudio thread */