diff options
Diffstat (limited to 'drivers/media/pci/cx88')
-rw-r--r-- | drivers/media/pci/cx88/cx88-alsa.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-blackbird.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-cards.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-core.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-dsp.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-dvb.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-i2c.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-input.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-mpeg.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-reg.h | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-tvaudio.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-video.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-vp3054-i2c.c | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88-vp3054-i2c.h | 11 | ||||
-rw-r--r-- | drivers/media/pci/cx88/cx88.h | 11 |
15 files changed, 15 insertions, 150 deletions
diff --git a/drivers/media/pci/cx88/cx88-alsa.c b/drivers/media/pci/cx88/cx88-alsa.c index b683cbe13dee..b4ad5d12054e 100644 --- a/drivers/media/pci/cx88/cx88-alsa.c +++ b/drivers/media/pci/cx88/cx88-alsa.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for audio capture | 3 | * Support for audio capture |
3 | * PCI function #1 of the cx2388x. | 4 | * PCI function #1 of the cx2388x. |
@@ -7,16 +8,6 @@ | |||
7 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> | 8 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> |
8 | * Based on a dummy cx88 module by Gerd Knorr <kraxel@bytesex.org> | 9 | * Based on a dummy cx88 module by Gerd Knorr <kraxel@bytesex.org> |
9 | * Based on dummy.c by Jaroslav Kysela <perex@perex.cz> | 10 | * Based on dummy.c by Jaroslav Kysela <perex@perex.cz> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | #include "cx88.h" | 13 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-blackbird.c b/drivers/media/pci/cx88/cx88-blackbird.c index 6c0bb9fe4a31..0a10c9d192f3 100644 --- a/drivers/media/pci/cx88/cx88-blackbird.c +++ b/drivers/media/pci/cx88/cx88-blackbird.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Support for a cx23416 mpeg encoder via cx2388x host port. | 3 | * Support for a cx23416 mpeg encoder via cx2388x host port. |
3 | * "blackbird" reference design. | 4 | * "blackbird" reference design. |
@@ -9,16 +10,6 @@ | |||
9 | * - video_ioctl2 conversion | 10 | * - video_ioctl2 conversion |
10 | * | 11 | * |
11 | * Includes parts from the ivtv driver <http://sourceforge.net/projects/ivtv/> | 12 | * Includes parts from the ivtv driver <http://sourceforge.net/projects/ivtv/> |
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 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | 14 | ||
24 | #include "cx88.h" | 15 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-cards.c b/drivers/media/pci/cx88/cx88-cards.c index 382af90fd4a9..3cd87626cd79 100644 --- a/drivers/media/pci/cx88/cx88-cards.c +++ b/drivers/media/pci/cx88/cx88-cards.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * device driver for Conexant 2388x based TV cards | 3 | * device driver for Conexant 2388x based TV cards |
3 | * card-specific stuff. | 4 | * card-specific stuff. |
4 | * | 5 | * |
5 | * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] | 6 | * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | #include "cx88.h" | 9 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-core.c b/drivers/media/pci/cx88/cx88-core.c index 60988e95b637..8597cb8274ab 100644 --- a/drivers/media/pci/cx88/cx88-core.c +++ b/drivers/media/pci/cx88/cx88-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * device driver for Conexant 2388x based TV cards | 3 | * device driver for Conexant 2388x based TV cards |
3 | * driver core | 4 | * driver core |
@@ -8,16 +9,6 @@ | |||
8 | * - Multituner support | 9 | * - Multituner support |
9 | * - video_ioctl2 conversion | 10 | * - video_ioctl2 conversion |
10 | * - PAL/M fixes | 11 | * - PAL/M fixes |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include "cx88.h" | 14 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-dsp.c b/drivers/media/pci/cx88/cx88-dsp.c index 105029088120..f1e1fc1cb4bd 100644 --- a/drivers/media/pci/cx88/cx88-dsp.c +++ b/drivers/media/pci/cx88/cx88-dsp.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Stereo and SAP detection for cx88 | 3 | * Stereo and SAP detection for cx88 |
3 | * | 4 | * |
4 | * Copyright (c) 2009 Marton Balint <cus@fazekas.hu> | 5 | * Copyright (c) 2009 Marton Balint <cus@fazekas.hu> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #include "cx88.h" | 8 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-dvb.c b/drivers/media/pci/cx88/cx88-dvb.c index 90b208747e0f..0292d0947cc7 100644 --- a/drivers/media/pci/cx88/cx88-dvb.c +++ b/drivers/media/pci/cx88/cx88-dvb.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * device driver for Conexant 2388x based TV cards | 3 | * device driver for Conexant 2388x based TV cards |
3 | * MPEG Transport Stream (DVB) routines | 4 | * MPEG Transport Stream (DVB) routines |
4 | * | 5 | * |
5 | * (c) 2004, 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> | 6 | * (c) 2004, 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
6 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] | 7 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include "cx88.h" | 10 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-i2c.c b/drivers/media/pci/cx88/cx88-i2c.c index 48be0b0ad680..50a9ae3fa596 100644 --- a/drivers/media/pci/cx88/cx88-i2c.c +++ b/drivers/media/pci/cx88/cx88-i2c.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * | 4 | * |
@@ -10,16 +11,6 @@ | |||
10 | * | 11 | * |
11 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> | 12 | * (c) 2005 Mauro Carvalho Chehab <mchehab@kernel.org> |
12 | * - Multituner support and i2c address binding | 13 | * - Multituner support and i2c address binding |
13 | * | ||
14 | * This program is free software; you can redistribute it and/or modify | ||
15 | * it under the terms of the GNU General Public License as published by | ||
16 | * the Free Software Foundation; either version 2 of the License, or | ||
17 | * (at your option) any later version. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, | ||
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | * GNU General Public License for more details. | ||
23 | */ | 14 | */ |
24 | 15 | ||
25 | #include "cx88.h" | 16 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-input.c b/drivers/media/pci/cx88/cx88-input.c index ca76da04b476..27f690b54e0c 100644 --- a/drivers/media/pci/cx88/cx88-input.c +++ b/drivers/media/pci/cx88/cx88-input.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Device driver for GPIO attached remote control interfaces | 4 | * Device driver for GPIO attached remote control interfaces |
@@ -6,16 +7,6 @@ | |||
6 | * Copyright (c) 2003 Pavel Machek | 7 | * Copyright (c) 2003 Pavel Machek |
7 | * Copyright (c) 2004 Gerd Knorr | 8 | * Copyright (c) 2004 Gerd Knorr |
8 | * Copyright (c) 2004, 2005 Chris Pascoe | 9 | * Copyright (c) 2004, 2005 Chris Pascoe |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | */ | 10 | */ |
20 | 11 | ||
21 | #include "cx88.h" | 12 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-mpeg.c b/drivers/media/pci/cx88/cx88-mpeg.c index 52ff00ebd4bd..a57c991b165b 100644 --- a/drivers/media/pci/cx88/cx88-mpeg.c +++ b/drivers/media/pci/cx88/cx88-mpeg.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Support for the mpeg transport stream transfers | 4 | * Support for the mpeg transport stream transfers |
@@ -6,16 +7,6 @@ | |||
6 | * (c) 2004 Jelle Foks <jelle@foks.us> | 7 | * (c) 2004 Jelle Foks <jelle@foks.us> |
7 | * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> | 8 | * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
8 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> | 9 | * (c) 2004 Gerd Knorr <kraxel@bytesex.org> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License as published by | ||
12 | * the Free Software Foundation; either version 2 of the License, or | ||
13 | * (at your option) any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, | ||
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
18 | * GNU General Public License for more details. | ||
19 | */ | 10 | */ |
20 | 11 | ||
21 | #include "cx88.h" | 12 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-reg.h b/drivers/media/pci/cx88/cx88-reg.h index f1e1dd634a72..866f85f86ba2 100644 --- a/drivers/media/pci/cx88/cx88-reg.h +++ b/drivers/media/pci/cx88/cx88-reg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * cx88x-hw.h - CX2388x register offsets | 3 | * cx88x-hw.h - CX2388x register offsets |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * 2001 Michael Eskin | 6 | * 2001 Michael Eskin |
6 | * 2002 Yurij Sysoev <yurij@naturesoft.net> | 7 | * 2002 Yurij Sysoev <yurij@naturesoft.net> |
7 | * 2003 Gerd Knorr <kraxel@bytesex.org> | 8 | * 2003 Gerd Knorr <kraxel@bytesex.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef _CX88_REG_H_ | 11 | #ifndef _CX88_REG_H_ |
diff --git a/drivers/media/pci/cx88/cx88-tvaudio.c b/drivers/media/pci/cx88/cx88-tvaudio.c index 545ad4c4d1c7..9d25d77fbf97 100644 --- a/drivers/media/pci/cx88/cx88-tvaudio.c +++ b/drivers/media/pci/cx88/cx88-tvaudio.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver | 3 | * cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver |
3 | * | 4 | * |
@@ -18,16 +19,6 @@ | |||
18 | * for Conexant ... | 19 | * for Conexant ... |
19 | * | 20 | * |
20 | * ----------------------------------------------------------------------- | 21 | * ----------------------------------------------------------------------- |
21 | * | ||
22 | * This program is free software; you can redistribute it and/or modify | ||
23 | * it under the terms of the GNU General Public License as published by | ||
24 | * the Free Software Foundation; either version 2 of the License, or | ||
25 | * (at your option) any later version. | ||
26 | * | ||
27 | * This program is distributed in the hope that it will be useful, | ||
28 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
29 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
30 | * GNU General Public License for more details. | ||
31 | */ | 22 | */ |
32 | 23 | ||
33 | #include "cx88.h" | 24 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-video.c b/drivers/media/pci/cx88/cx88-video.c index e1549d352f70..3b49ebb21b13 100644 --- a/drivers/media/pci/cx88/cx88-video.c +++ b/drivers/media/pci/cx88/cx88-video.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * device driver for Conexant 2388x based TV cards | 4 | * device driver for Conexant 2388x based TV cards |
@@ -9,16 +10,6 @@ | |||
9 | * - Multituner support | 10 | * - Multituner support |
10 | * - video_ioctl2 conversion | 11 | * - video_ioctl2 conversion |
11 | * - PAL/M fixes | 12 | * - PAL/M fixes |
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 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | 14 | ||
24 | #include "cx88.h" | 15 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-vp3054-i2c.c b/drivers/media/pci/cx88/cx88-vp3054-i2c.c index e4db636e9fad..ac7f76dc5e21 100644 --- a/drivers/media/pci/cx88/cx88-vp3054-i2c.c +++ b/drivers/media/pci/cx88/cx88-vp3054-i2c.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cx88-vp3054-i2c.c -- support for the secondary I2C bus of the | 3 | * cx88-vp3054-i2c.c -- support for the secondary I2C bus of the |
3 | * DNTV Live! DVB-T Pro (VP-3054), wired as: | 4 | * DNTV Live! DVB-T Pro (VP-3054), wired as: |
4 | * GPIO[0] -> SCL, GPIO[1] -> SDA | 5 | * GPIO[0] -> SCL, GPIO[1] -> SDA |
5 | * | 6 | * |
6 | * (c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> | 7 | * (c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include "cx88.h" | 10 | #include "cx88.h" |
diff --git a/drivers/media/pci/cx88/cx88-vp3054-i2c.h b/drivers/media/pci/cx88/cx88-vp3054-i2c.h index ec19bea8f1e2..ead3d0d631a7 100644 --- a/drivers/media/pci/cx88/cx88-vp3054-i2c.h +++ b/drivers/media/pci/cx88/cx88-vp3054-i2c.h | |||
@@ -1,19 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * cx88-vp3054-i2c.h -- support for the secondary I2C bus of the | 3 | * cx88-vp3054-i2c.h -- support for the secondary I2C bus of the |
3 | * DNTV Live! DVB-T Pro (VP-3054), wired as: | 4 | * DNTV Live! DVB-T Pro (VP-3054), wired as: |
4 | * GPIO[0] -> SCL, GPIO[1] -> SDA | 5 | * GPIO[0] -> SCL, GPIO[1] -> SDA |
5 | * | 6 | * |
6 | * (c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> | 7 | * (c) 2005 Chris Pascoe <c.pascoe@itee.uq.edu.au> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | /* ----------------------------------------------------------------------- */ | 10 | /* ----------------------------------------------------------------------- */ |
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h index 07a33f02fef4..a70a50dc3edf 100644 --- a/drivers/media/pci/cx88/cx88.h +++ b/drivers/media/pci/cx88/cx88.h | |||
@@ -1,17 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * v4l2 device driver for cx2388x based TV cards | 3 | * v4l2 device driver for cx2388x based TV cards |
3 | * | 4 | * |
4 | * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs] | 5 | * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs] |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #ifndef CX88_H | 8 | #ifndef CX88_H |