summaryrefslogtreecommitdiff
path: root/drivers/staging/easycap/easycap_sound.h
diff options
context:
space:
mode:
authorR.M. Thomas <rmthomas@sciolus.org>2010-06-18 12:29:49 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 12:34:42 -0700
commit702422bd2d3f44e454a97ca7054edde84cc18126 (patch)
treee1a35dacb52fda0c7295e0dea63a5fd5f04e00be /drivers/staging/easycap/easycap_sound.h
parent178f16db8f24b87fc5f3d16f426ed41c397b96a9 (diff)
Staging: easycap: add easycap driver
This adds the easycap USB video adapter driver to the staging directory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/easycap/easycap_sound.h')
-rw-r--r--drivers/staging/easycap/easycap_sound.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/staging/easycap/easycap_sound.h b/drivers/staging/easycap/easycap_sound.h
new file mode 100644
index 000000000000..a6e2a9d22319
--- /dev/null
+++ b/drivers/staging/easycap/easycap_sound.h
@@ -0,0 +1,30 @@
+/*****************************************************************************
+* *
+* easycap_sound.h *
+* *
+*****************************************************************************/
+/*
+ *
+ * Copyright (C) 2010 R.M. Thomas <rmthomas@sciolus.org>
+ *
+ *
+ * This is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * The software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this software; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+*/
+/*****************************************************************************/
+extern struct easycap *peasycap;
+extern struct usb_driver easycap_usb_driver;
+extern unsigned int audio_buffer_page_many;
+extern unsigned int audio_pages_per_fragment;