Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « raven « amd « soc « sound - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62c22b6ed95a293ab6f60a0e0e602dbe5683480f (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0+
# Raven Ridge platform Support
snd-pci-acp3x-objs	:= pci-acp3x.o
snd-acp3x-pcm-dma-objs	:= acp3x-pcm-dma.o
snd-acp3x-i2s-objs	:= acp3x-i2s.o
obj-$(CONFIG_SND_SOC_AMD_ACP3x)	 += snd-pci-acp3x.o
obj-$(CONFIG_SND_SOC_AMD_ACP3x)	 += snd-acp3x-pcm-dma.o
obj-$(CONFIG_SND_SOC_AMD_ACP3x)	 += snd-acp3x-i2s.o