.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * cx18 functions for DVB support |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2008 Steven Toth <stoth@linuxtv.org> |
---|
5 | 6 | * Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net> |
---|
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 | | - * |
---|
16 | | - * GNU General Public License for more details. |
---|
17 | 7 | */ |
---|
18 | 8 | |
---|
19 | 9 | #include "cx18-version.h" |
---|
.. | .. |
---|
120 | 110 | /* |
---|
121 | 111 | * Due to |
---|
122 | 112 | * |
---|
123 | | - * 1. an absence of information on how to prgram the MT352 |
---|
124 | | - * 2. the Linux mt352 module pushing MT352 initialzation off onto us here |
---|
| 113 | + * 1. an absence of information on how to program the MT352 |
---|
| 114 | + * 2. the Linux mt352 module pushing MT352 initialization off onto us here |
---|
125 | 115 | * |
---|
126 | 116 | * We have to use an init sequence that *you* must extract from the Windows |
---|
127 | 117 | * driver (yuanrap.sys) and which we load as a firmware. |
---|
.. | .. |
---|
458 | 448 | dvb_unregister_adapter(dvb_adapter); |
---|
459 | 449 | } |
---|
460 | 450 | |
---|
461 | | -/* All the DVB attach calls go here, this function get's modified |
---|
| 451 | +/* All the DVB attach calls go here, this function gets modified |
---|
462 | 452 | * for each new card. cx18_dvb_start_feed() will also need changes. |
---|
463 | 453 | */ |
---|
464 | 454 | static int dvb_register(struct cx18_stream *stream) |
---|