diff options
Diffstat (limited to 'drivers/media/pci/cx18/cx18-audio.h')
-rw-r--r-- | drivers/media/pci/cx18/cx18-audio.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/pci/cx18/cx18-audio.h b/drivers/media/pci/cx18/cx18-audio.h new file mode 100644 index 0000000000..36ce333ab0 --- /dev/null +++ b/drivers/media/pci/cx18/cx18-audio.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * cx18 audio-related functions + * + * Derived from ivtv-audio.c + * + * Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl> + */ + +int cx18_audio_set_io(struct cx18 *cx); |