|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * experimental driver for simple i2c audio chips.
|
|
|
+ * Driver for simple i2c audio chips.
|
|
|
*
|
|
|
* Copyright (c) 2000 Gerd Knorr
|
|
|
* based on code by:
|
|
@@ -7,6 +7,10 @@
|
|
|
* Steve VanDeBogart (vandebo@uclink.berkeley.edu)
|
|
|
* Greg Alexander (galexand@acm.org)
|
|
|
*
|
|
|
+ * Copyright(c) 2005-2008 Mauro Carvalho Chehab
|
|
|
+ * - Some cleanups, code fixes, etc
|
|
|
+ * - Convert it to V4L2 API
|
|
|
+ *
|
|
|
* This code is placed under the terms of the GNU General Public License
|
|
|
*
|
|
|
* OPTIONS:
|