diff options
Diffstat (limited to 'sound/pci/hda/hda_controller.c')
-rw-r--r-- | sound/pci/hda/hda_controller.c | 13 |
1 files changed, 1 insertions, 12 deletions
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> |