diff options
author | Mark Brown <broonie@kernel.org> | 2019-06-26 07:39:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-26 07:39:34 -0400 |
commit | 53c8b29abe42e5601cfa0ea5962532f0cfdec8a0 (patch) | |
tree | cad53f42ce7a03c39a984bcdbcc42cd47f1af6f9 /sound/soc/amd | |
parent | e3303268f9cfa4eb7c2217df471417d4327109fd (diff) | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
Merge tag 'v5.2-rc6' into asoc-5.3
Linux 5.2-rc6
Diffstat (limited to 'sound/soc/amd')
-rw-r--r-- | sound/soc/amd/Kconfig | 1 | ||||
-rw-r--r-- | sound/soc/amd/Makefile | 1 | ||||
-rw-r--r-- | sound/soc/amd/acp-pcm-dma.c | 10 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 33ebec990c2f..9ca9214cb7fb 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_AMD_ACP | 2 | config SND_SOC_AMD_ACP |
2 | tristate "AMD Audio Coprocessor support" | 3 | tristate "AMD Audio Coprocessor support" |
3 | help | 4 | help |
diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile index 8e1c571c3161..c4ddc6adb6f0 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | acp_audio_dma-objs := acp-pcm-dma.o | 2 | acp_audio_dma-objs := acp-pcm-dma.o |
2 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o | 3 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o |
3 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o | 4 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o |
diff --git a/sound/soc/amd/acp-pcm-dma.c b/sound/soc/amd/acp-pcm-dma.c index 2391c7f1dd2d..d26653f81416 100644 --- a/sound/soc/amd/acp-pcm-dma.c +++ b/sound/soc/amd/acp-pcm-dma.c | |||
@@ -1,16 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * AMD ALSA SoC PCM Driver for ACP 2.x | 3 | * AMD ALSA SoC PCM Driver for ACP 2.x |
3 | * | 4 | * |
4 | * Copyright 2014-2015 Advanced Micro Devices, Inc. | 5 | * Copyright 2014-2015 Advanced Micro Devices, Inc. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #include <linux/module.h> | 8 | #include <linux/module.h> |