1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for ALSA 2 # Makefile for ALSA 4 # Copyright (c) 2003 by Jaroslav Kysela <perex@ !! 3 # Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz> 5 # 4 # 6 5 7 snd-ak4114-y := ak4114.o !! 6 snd-ak4xxx-adda-objs := ak4xxx-adda.o 8 snd-ak4117-y := ak4117.o << 9 snd-ak4113-y := ak4113.o << 10 snd-ak4xxx-adda-y := ak4xxx-adda.o << 11 snd-pt2258-y := pt2258.o << 12 7 13 # Module Dependency 8 # Module Dependency 14 obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o << 15 obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o 9 obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o 16 obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd- !! 10 obj-$(CONFIG_SND_ICE1724) += snd-ak4xxx-adda.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.