summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio')
-rw-r--r--firmware/drivers/audio/as3514.c6
-rw-r--r--firmware/drivers/audio/mas35xx.c6
-rw-r--r--firmware/drivers/audio/tlv320.c6
-rw-r--r--firmware/drivers/audio/tsc2100.c6
-rw-r--r--firmware/drivers/audio/uda1380.c6
-rw-r--r--firmware/drivers/audio/wm8721.c6
-rw-r--r--firmware/drivers/audio/wm8731.c6
-rw-r--r--firmware/drivers/audio/wm8751.c6
-rw-r--r--firmware/drivers/audio/wm8758.c6
-rw-r--r--firmware/drivers/audio/wm8975.c6
-rw-r--r--firmware/drivers/audio/wm8978.c6
-rw-r--r--firmware/drivers/audio/wm8985.c6
12 files changed, 48 insertions, 24 deletions
diff --git a/firmware/drivers/audio/as3514.c b/firmware/drivers/audio/as3514.c
index 01dc23b963..97117e48c3 100644
--- a/firmware/drivers/audio/as3514.c
+++ b/firmware/drivers/audio/as3514.c
@@ -12,8 +12,10 @@
12 * Copyright (c) 2007 Daniel Ankers 12 * Copyright (c) 2007 Daniel Ankers
13 * Copyright (c) 2007 Christian Gmeiner 13 * Copyright (c) 2007 Christian Gmeiner
14 * 14 *
15 * All files in this archive are subject to the GNU General Public License. 15 * This program is free software; you can redistribute it and/or
16 * See the file COPYING in the source tree root for full license agreement. 16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version 2
18 * of the License, or (at your option) any later version.
17 * 19 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied. 21 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/mas35xx.c b/firmware/drivers/audio/mas35xx.c
index 9d80ac93d1..d1efe4b2e6 100644
--- a/firmware/drivers/audio/mas35xx.c
+++ b/firmware/drivers/audio/mas35xx.c
@@ -12,8 +12,10 @@
12 * 12 *
13 * Copyright (c) 2007 by Christian Gmeiner 13 * Copyright (c) 2007 by Christian Gmeiner
14 * 14 *
15 * All files in this archive are subject to the GNU General Public License. 15 * This program is free software; you can redistribute it and/or
16 * See the file COPYING in the source tree root for full license agreement. 16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version 2
18 * of the License, or (at your option) any later version.
17 * 19 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied. 21 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/tlv320.c b/firmware/drivers/audio/tlv320.c
index d3669a2cfd..b2c5be8e61 100644
--- a/firmware/drivers/audio/tlv320.c
+++ b/firmware/drivers/audio/tlv320.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Christian Gmeiner 10 * Copyright (C) 2005 by Christian Gmeiner
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/tsc2100.c b/firmware/drivers/audio/tsc2100.c
index dfa24cf848..038f3ed178 100644
--- a/firmware/drivers/audio/tsc2100.c
+++ b/firmware/drivers/audio/tsc2100.c
@@ -11,8 +11,10 @@
11 * 11 *
12 * Copyright (c) 2008 Jonathan Gordon 12 * Copyright (c) 2008 Jonathan Gordon
13 * 13 *
14 * All files in this archive are subject to the GNU General Public License. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
16 * 18 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/uda1380.c b/firmware/drivers/audio/uda1380.c
index a344a248b3..e76b08a429 100644
--- a/firmware/drivers/audio/uda1380.c
+++ b/firmware/drivers/audio/uda1380.c
@@ -9,8 +9,10 @@
9 * 9 *
10 * Copyright (C) 2005 by Andy Young 10 * Copyright (C) 2005 by Andy Young
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * This program is free software; you can redistribute it and/or
13 * See the file COPYING in the source tree root for full license agreement. 13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
14 * 16 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied. 18 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8721.c b/firmware/drivers/audio/wm8721.c
index 1090b70b07..60c4e66c76 100644
--- a/firmware/drivers/audio/wm8721.c
+++ b/firmware/drivers/audio/wm8721.c
@@ -16,8 +16,10 @@
16 * 16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
18 * 18 *
19 * All files in this archive are subject to the GNU General Public License. 19 * This program is free software; you can redistribute it and/or
20 * See the file COPYING in the source tree root for full license agreement. 20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
21 * 23 *
22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * KIND, either express or implied. 25 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8731.c b/firmware/drivers/audio/wm8731.c
index a4f35743bd..b9de5d4cf0 100644
--- a/firmware/drivers/audio/wm8731.c
+++ b/firmware/drivers/audio/wm8731.c
@@ -16,8 +16,10 @@
16 * 16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
18 * 18 *
19 * All files in this archive are subject to the GNU General Public License. 19 * This program is free software; you can redistribute it and/or
20 * See the file COPYING in the source tree root for full license agreement. 20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
21 * 23 *
22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * KIND, either express or implied. 25 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8751.c b/firmware/drivers/audio/wm8751.c
index 831f16ab17..7145fe4ea4 100644
--- a/firmware/drivers/audio/wm8751.c
+++ b/firmware/drivers/audio/wm8751.c
@@ -16,8 +16,10 @@
16 * 16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
18 * 18 *
19 * All files in this archive are subject to the GNU General Public License. 19 * This program is free software; you can redistribute it and/or
20 * See the file COPYING in the source tree root for full license agreement. 20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
21 * 23 *
22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * KIND, either express or implied. 25 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8758.c b/firmware/drivers/audio/wm8758.c
index b380530e39..7918d03274 100644
--- a/firmware/drivers/audio/wm8758.c
+++ b/firmware/drivers/audio/wm8758.c
@@ -16,8 +16,10 @@
16 * 16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
18 * 18 *
19 * All files in this archive are subject to the GNU General Public License. 19 * This program is free software; you can redistribute it and/or
20 * See the file COPYING in the source tree root for full license agreement. 20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
21 * 23 *
22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * KIND, either express or implied. 25 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8975.c b/firmware/drivers/audio/wm8975.c
index c207895a97..13cfab75ba 100644
--- a/firmware/drivers/audio/wm8975.c
+++ b/firmware/drivers/audio/wm8975.c
@@ -16,8 +16,10 @@
16 * 16 *
17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org) 17 * Copyright (c) 2003-2005 Bernard Leach (leachbj@bouncycastle.org)
18 * 18 *
19 * All files in this archive are subject to the GNU General Public License. 19 * This program is free software; you can redistribute it and/or
20 * See the file COPYING in the source tree root for full license agreement. 20 * modify it under the terms of the GNU General Public License
21 * as published by the Free Software Foundation; either version 2
22 * of the License, or (at your option) any later version.
21 * 23 *
22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 24 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * KIND, either express or implied. 25 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8978.c b/firmware/drivers/audio/wm8978.c
index f32b9db67f..e24770299b 100644
--- a/firmware/drivers/audio/wm8978.c
+++ b/firmware/drivers/audio/wm8978.c
@@ -11,8 +11,10 @@
11 * 11 *
12 * Driver for WM8978 audio codec 12 * Driver for WM8978 audio codec
13 * 13 *
14 * All files in this archive are subject to the GNU General Public License. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
16 * 18 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * KIND, either express or implied.
diff --git a/firmware/drivers/audio/wm8985.c b/firmware/drivers/audio/wm8985.c
index 411bd97c59..9d80f9e374 100644
--- a/firmware/drivers/audio/wm8985.c
+++ b/firmware/drivers/audio/wm8985.c
@@ -7,8 +7,10 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * All files in this archive are subject to the GNU General Public License. 10 * This program is free software; you can redistribute it and/or
11 * See the file COPYING in the source tree root for full license agreement. 11 * modify it under the terms of the GNU General Public License
12 * as published by the Free Software Foundation; either version 2
13 * of the License, or (at your option) any later version.
12 * 14 *
13 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
14 * KIND, either express or implied. 16 * KIND, either express or implied.