diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-06-15 15:29:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-16 06:41:38 -0400 |
commit | 42f32c559131921f3bb014e0ac2107345f14887c (patch) | |
tree | c0f83b8312ddf76a3ba2107b66701a5c64f0b056 | |
parent | 53a93d58fbcfca5c40ff58f8ced421293bfcbc2a (diff) |
ASoC: AD1836: clean up comment headers
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/ad1836.c | 19 | ||||
-rw-r--r-- | sound/soc/codecs/ad1836.h | 17 |
2 files changed, 9 insertions, 27 deletions
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c index e3a9493e3ced..ff8e73850ed5 100644 --- a/sound/soc/codecs/ad1836.c +++ b/sound/soc/codecs/ad1836.c | |||
@@ -1,19 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * File: sound/soc/codecs/ad1836.c | 2 | * Audio Codec driver supporting: |
3 | * Author: Barry Song <Barry.Song@analog.com> | 3 | * AD1835A, AD1836, AD1837A, AD1838A, AD1839A |
4 | * | ||
5 | * Created: Aug 04 2009 | ||
6 | * Description: Driver for AD1836 sound chip | ||
7 | * | ||
8 | * Modified: | ||
9 | * Copyright 2009 Analog Devices Inc. | ||
10 | * | 4 | * |
11 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | 5 | * Copyright 2009-2011 Analog Devices Inc. |
12 | * | 6 | * |
13 | * This program is free software; you can redistribute it and/or modify | 7 | * Licensed under the GPL-2 or later. |
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/init.h> | 10 | #include <linux/init.h> |
diff --git a/sound/soc/codecs/ad1836.h b/sound/soc/codecs/ad1836.h index f13402fe7333..18d5f2f62d92 100644 --- a/sound/soc/codecs/ad1836.h +++ b/sound/soc/codecs/ad1836.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | * File: sound/soc/codecs/ad1836.h | 2 | * Audio Codec driver supporting: |
3 | * Based on: | 3 | * AD1835A, AD1836, AD1837A, AD1838A, AD1839A |
4 | * Author: Barry Song <Barry.Song@analog.com> | ||
5 | * | 4 | * |
6 | * Created: Aug 04, 2009 | 5 | * Copyright 2009-2011 Analog Devices Inc. |
7 | * Description: definitions for AD1836 registers | ||
8 | * | 6 | * |
9 | * Modified: | 7 | * Licensed under the GPL-2 or later. |
10 | * | ||
11 | * Bugs: Enter bugs at http://blackfin.uclinux.org/ | ||
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #ifndef __AD1836_H__ | 10 | #ifndef __AD1836_H__ |