File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,17 @@ config SND_AMD_ASOC_REMBRANDT
57
57
Say Y if you want to enable AUDIO on Rembrandt
58
58
If unsure select "N".
59
59
60
+ config SND_AMD_ASOC_ACP63
61
+ tristate "AMD ACP ASOC ACP6.3 Support"
62
+ select SND_SOC_AMD_ACP_PCM
63
+ select SND_SOC_AMD_ACP_I2S
64
+ select SND_SOC_AMD_ACP_PDM
65
+ depends on X86 && PCI
66
+ help
67
+ This option enables Acp6.3 I2S support on AMD platform.
68
+ Say Y if you want to enable AUDIO on ACP6.3
69
+ If unsure select "N".
70
+
60
71
config SND_SOC_AMD_MACH_COMMON
61
72
tristate
62
73
depends on X86 && PCI && I2C
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ snd-acp-pci-objs := acp-pci.o
14
14
# platform specific driver
15
15
snd-acp-renoir-objs := acp-renoir.o
16
16
snd-acp-rembrandt-objs := acp-rembrandt.o
17
+ snd-acp63-objs := acp63.o
17
18
18
19
# machine specific driver
19
20
snd-acp-mach-objs := acp-mach-common.o
@@ -28,6 +29,7 @@ obj-$(CONFIG_SND_SOC_AMD_ACP_PCI) += snd-acp-pci.o
28
29
29
30
obj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o
30
31
obj-$(CONFIG_SND_AMD_ASOC_REMBRANDT) += snd-acp-rembrandt.o
32
+ obj-$(CONFIG_SND_AMD_ASOC_ACP63) += snd-acp63.o
31
33
32
34
obj-$(CONFIG_SND_SOC_AMD_MACH_COMMON) += snd-acp-mach.o
33
35
obj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
You can’t perform that action at this time.
0 commit comments