summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/button.c6
-rw-r--r--firmware/drivers/i2c-pp5020.c9
-rw-r--r--firmware/drivers/lcd-ipod.c9
-rw-r--r--firmware/drivers/lcd-ipodvideo.c9
-rw-r--r--firmware/drivers/pcf50605.c9
-rw-r--r--firmware/drivers/wm8975.c9
-rw-r--r--firmware/export/wm8975.h1
7 files changed, 41 insertions, 11 deletions
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index 15276a985e..983941c048 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -9,6 +9,12 @@
9 * 9 *
10 * Copyright (C) 2002 by Daniel Stenberg 10 * Copyright (C) 2002 by Daniel Stenberg
11 * 11 *
12 * iPod driver based on code from the ipodlinux project - http://ipodlinux.org
13 * Adapted for Rockbox in December 2005
14 * Original file: linux/arch/armnommu/mach-ipod/keyboard.c
15 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
16 *
17 *
12 * All files in this archive are subject to the GNU General Public License. 18 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 19 * See the file COPYING in the source tree root for full license agreement.
14 * 20 *
diff --git a/firmware/drivers/i2c-pp5020.c b/firmware/drivers/i2c-pp5020.c
index ec6bcef0cd..fccaffc571 100644
--- a/firmware/drivers/i2c-pp5020.c
+++ b/firmware/drivers/i2c-pp5020.c
@@ -7,7 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman 10 * PP5020 I2C driver
11 *
12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in November 2005
14 *
15 * Original file: linux/arch/armnommu/mach-ipod/hardware.c
16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
11 * 18 *
12 * 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.
13 * 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.
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index 8aa5130c86..154158c6ad 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -7,11 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman
11 *
12 * Rockbox driver for iPod LCDs 10 * Rockbox driver for iPod LCDs
13 * 11 *
14 * Based on code from ipodlinux - http://ipodlinux.org 12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in November 2005
14 *
15 * Original file: linux/arch/armnommu/mach-ipod/fb.c
16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
15 * 18 *
16 * 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.
17 * 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.
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index 519f185311..096e8edd71 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -7,11 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman 10 * LCD driver for iPod Video
11 *
12 * Based on code from the ipodlinux project - http://ipodlinux.org/
13 * Adapted for Rockbox in December 2005
11 * 14 *
12 * Rockbox driver for iPod Video LCDs 15 * Original file: linux/arch/armnommu/mach-ipod/fb.c
13 * 16 *
14 * Based on code from ipodlinux - http://ipodlinux.org 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
15 * 18 *
16 * 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.
17 * 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.
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 87ef9576b6..c7a8db5941 100644
--- a/firmware/drivers/pcf50605.c
+++ b/firmware/drivers/pcf50605.c
@@ -7,9 +7,14 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 by Dave Chapman 10 * Driver for pcf50605 PMU and RTC
11 * 11 *
12 * Based on code from the iPodLinux project (C) 2004-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/pcf50605.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.
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.
diff --git a/firmware/export/wm8975.h b/firmware/export/wm8975.h
index c2dcee2a2c..832500445c 100644
--- a/firmware/export/wm8975.h
+++ b/firmware/export/wm8975.h
@@ -24,6 +24,7 @@ extern void wm8975_reset(void);
24extern int wm8975_init(void); 24extern int wm8975_init(void);
25extern void wm8975_enable_output(bool enable); 25extern void wm8975_enable_output(bool enable);
26extern int wm8975_set_master_vol(int vol_l, int vol_r); 26extern int wm8975_set_master_vol(int vol_l, int vol_r);
27extern void wm8975_get_master_vol(int* vol_l, int* vol_r);
27extern int wm8975_set_mixer_vol(int channel1, int channel2); 28extern int wm8975_set_mixer_vol(int channel1, int channel2);
28extern void wm8975_set_bass(int value); 29extern void wm8975_set_bass(int value);
29extern void wm8975_set_treble(int value); 30extern void wm8975_set_treble(int value);