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-sb-common-objs := sb_common.o sb_mixer.o 88c2ecf20Sopenharmony_cisnd-sb8-dsp-objs := sb8_main.o sb8_midi.o 98c2ecf20Sopenharmony_cisnd-sb16-dsp-objs := sb16_main.o 108c2ecf20Sopenharmony_cisnd-sb16-csp-objs := sb16_csp.o 118c2ecf20Sopenharmony_cisnd-sb8-objs := sb8.o 128c2ecf20Sopenharmony_cisnd-sb16-objs := sb16.o 138c2ecf20Sopenharmony_cisnd-sbawe-objs := sbawe.o emu8000.o 148c2ecf20Sopenharmony_cisnd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o 158c2ecf20Sopenharmony_cisnd-jazz16-objs := jazz16.o 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci# Toplevel Module Dependency 188c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SB_COMMON) += snd-sb-common.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SB8) += snd-sb8.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SB16) += snd-sb16.o 238c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SBAWE) += snd-sbawe.o 248c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_JAZZ16) += snd-jazz16.o 258c2ecf20Sopenharmony_ciifeq ($(CONFIG_SND_SB16_CSP),y) 268c2ecf20Sopenharmony_ci obj-$(CONFIG_SND_SB16) += snd-sb16-csp.o 278c2ecf20Sopenharmony_ci obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o 288c2ecf20Sopenharmony_ciendif 298c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_SBAWE_SEQ) += snd-emu8000-synth.o 30