162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for ALSA 462306a36Sopenharmony_ci# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 562306a36Sopenharmony_ci# 662306a36Sopenharmony_ci 762306a36Sopenharmony_cisnd-sb-common-objs := sb_common.o sb_mixer.o 862306a36Sopenharmony_cisnd-sb8-dsp-objs := sb8_main.o sb8_midi.o 962306a36Sopenharmony_cisnd-sb16-dsp-objs := sb16_main.o 1062306a36Sopenharmony_cisnd-sb16-csp-objs := sb16_csp.o 1162306a36Sopenharmony_cisnd-sb8-objs := sb8.o 1262306a36Sopenharmony_cisnd-sb16-objs := sb16.o 1362306a36Sopenharmony_cisnd-sbawe-objs := sbawe.o emu8000.o 1462306a36Sopenharmony_cisnd-emu8000-synth-objs := emu8000_synth.o emu8000_callback.o emu8000_patch.o emu8000_pcm.o 1562306a36Sopenharmony_cisnd-jazz16-objs := jazz16.o 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci# Toplevel Module Dependency 1862306a36Sopenharmony_ciobj-$(CONFIG_SND_SB_COMMON) += snd-sb-common.o 1962306a36Sopenharmony_ciobj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o 2062306a36Sopenharmony_ciobj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o 2162306a36Sopenharmony_ciobj-$(CONFIG_SND_SB8) += snd-sb8.o 2262306a36Sopenharmony_ciobj-$(CONFIG_SND_SB16) += snd-sb16.o 2362306a36Sopenharmony_ciobj-$(CONFIG_SND_SBAWE) += snd-sbawe.o 2462306a36Sopenharmony_ciobj-$(CONFIG_SND_JAZZ16) += snd-jazz16.o 2562306a36Sopenharmony_ciifeq ($(CONFIG_SND_SB16_CSP),y) 2662306a36Sopenharmony_ci obj-$(CONFIG_SND_SB16) += snd-sb16-csp.o 2762306a36Sopenharmony_ci obj-$(CONFIG_SND_SBAWE) += snd-sb16-csp.o 2862306a36Sopenharmony_ciendif 2962306a36Sopenharmony_ciobj-$(CONFIG_SND_SBAWE_SEQ) += snd-emu8000-synth.o 30