diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/fm801.c | 12 | ||||
-rw-r--r-- | sound/pci/hda/hda_controller.c | 13 | ||||
-rw-r--r-- | sound/pci/hda/hda_controller.h | 11 |
3 files changed, 3 insertions, 33 deletions
diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c index 1317f3183eb1..3ef7d507eb9b 100644 --- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c | |||
@@ -1,17 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * The driver for the ForteMedia FM801 based soundcards | 3 | * The driver for the ForteMedia FM801 based soundcards |
3 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> | 4 | * Copyright (c) by Jaroslav Kysela <perex@perex.cz> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | */ | 5 | */ |
16 | 6 | ||
17 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
diff --git a/sound/pci/hda/hda_controller.c b/sound/pci/hda/hda_controller.c index 532e081f8b8a..232a1926758a 100644 --- a/sound/pci/hda/hda_controller.c +++ b/sound/pci/hda/hda_controller.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * | 3 | * |
3 | * Implementation of primary alsa driver code base for Intel HD Audio. | 4 | * Implementation of primary alsa driver code base for Intel HD Audio. |
@@ -6,18 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> | 8 | * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> |
8 | * PeiSen Hou <pshou@realtek.com.tw> | 9 | * PeiSen Hou <pshou@realtek.com.tw> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License as published by the Free | ||
12 | * Software Foundation; either version 2 of the License, or (at your option) | ||
13 | * any later version. | ||
14 | * | ||
15 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
18 | * more details. | ||
19 | * | ||
20 | * | ||
21 | */ | 10 | */ |
22 | 11 | ||
23 | #include <linux/clocksource.h> | 12 | #include <linux/clocksource.h> |
diff --git a/sound/pci/hda/hda_controller.h b/sound/pci/hda/hda_controller.h index 7185ed574b41..3aa5c957ffbf 100644 --- a/sound/pci/hda/hda_controller.h +++ b/sound/pci/hda/hda_controller.h | |||
@@ -1,15 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Common functionality for the alsa driver code base for HD Audio. | 3 | * Common functionality for the alsa driver code base for HD Audio. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify it | ||
5 | * under the terms of the GNU General Public License as published by the Free | ||
6 | * Software Foundation; either version 2 of the License, or (at your option) | ||
7 | * any later version. | ||
8 | * | ||
9 | * This program is distributed in the hope that it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
12 | * more details. | ||
13 | */ | 4 | */ |
14 | 5 | ||
15 | #ifndef __SOUND_HDA_CONTROLLER_H | 6 | #ifndef __SOUND_HDA_CONTROLLER_H |