18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for ALSA 48c2ecf20Sopenharmony_ci# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 58c2ecf20Sopenharmony_ci# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cisnd-dummy-objs := dummy.o 88c2ecf20Sopenharmony_cisnd-aloop-objs := aloop.o 98c2ecf20Sopenharmony_cisnd-mtpav-objs := mtpav.o 108c2ecf20Sopenharmony_cisnd-mts64-objs := mts64.o 118c2ecf20Sopenharmony_cisnd-portman2x4-objs := portman2x4.o 128c2ecf20Sopenharmony_cisnd-serial-u16550-objs := serial-u16550.o 138c2ecf20Sopenharmony_cisnd-virmidi-objs := virmidi.o 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci# Toplevel Module Dependency 168c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_DUMMY) += snd-dummy.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_ALOOP) += snd-aloop.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_VIRMIDI) += snd-virmidi.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MTPAV) += snd-mtpav.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_MTS64) += snd-mts64.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_PORTMAN2X4) += snd-portman2x4.o 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ciobj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/ 25