Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003     Audio/video-routing-related ivtv functions.
0004     Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
0005     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
0006 
0007  */
0008 
0009 #ifndef IVTV_ROUTING_H
0010 #define IVTV_ROUTING_H
0011 
0012 void ivtv_audio_set_io(struct ivtv *itv);
0013 void ivtv_video_set_io(struct ivtv *itv);
0014 
0015 #endif