diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-09-25 03:44:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-26 16:53:21 -0400 |
commit | 6a3ca5f551a99281e50cc974ab48329c1261f88b (patch) | |
tree | 257a234fe3a07949c0739a25227282c2854b5d60 /drivers/media | |
parent | 617ade61ea88a370c89960918eddfa10c41316f5 (diff) |
[media] tvaudio: add back lost tda9875 copyright
When the separate tda9875 driver was merged into tvaudio the copyright
line of the tda9875 driver was dropped inadvertently. Add it back.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/i2c/tvaudio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/i2c/tvaudio.c b/drivers/media/i2c/tvaudio.c index 321b3153df87..b123e561b0ca 100644 --- a/drivers/media/i2c/tvaudio.c +++ b/drivers/media/i2c/tvaudio.c | |||
@@ -7,6 +7,10 @@ | |||
7 | * Steve VanDeBogart (vandebo@uclink.berkeley.edu) | 7 | * Steve VanDeBogart (vandebo@uclink.berkeley.edu) |
8 | * Greg Alexander (galexand@acm.org) | 8 | * Greg Alexander (galexand@acm.org) |
9 | * | 9 | * |
10 | * For the TDA9875 part: | ||
11 | * Copyright (c) 2000 Guillaume Delvit based on Gerd Knorr source | ||
12 | * and Eric Sandeen | ||
13 | * | ||
10 | * Copyright(c) 2005-2008 Mauro Carvalho Chehab | 14 | * Copyright(c) 2005-2008 Mauro Carvalho Chehab |
11 | * - Some cleanups, code fixes, etc | 15 | * - Some cleanups, code fixes, etc |
12 | * - Convert it to V4L2 API | 16 | * - Convert it to V4L2 API |