summaryrefslogtreecommitdiff
path: root/firmware/drivers/wm8975.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/wm8975.c')
-rw-r--r--firmware/drivers/wm8975.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/drivers/wm8975.c b/firmware/drivers/wm8975.c
index 18a81fb6ba..802bcfa72b 100644
--- a/firmware/drivers/wm8975.c
+++ b/firmware/drivers/wm8975.c
@@ -7,9 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman 10 * Driver for WM8975 audio codec
11 * 11 *
12 * Based on code from the iPodLinux project (C) 2003-2005 Bernard Leach 12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in December 2005
14 *
15 * Original file: linux/arch/armnommu/mach-ipod/audio.c
16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
13 * 18 *
14 * All files in this archive are subject to the GNU General Public License. 19 * All files in this archive are subject to the GNU General Public License.
15 * See the file COPYING in the source tree root for full license agreement. 20 * See the file COPYING in the source tree root for full license agreement.