162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for ALSA Echoaudio soundcard drivers 462306a36Sopenharmony_ci# Copyright (c) 2003 by Giuliano Pochini <pochini@shiny.it> 562306a36Sopenharmony_ci# 662306a36Sopenharmony_ci 762306a36Sopenharmony_cisnd-darla20-objs := darla20.o 862306a36Sopenharmony_cisnd-gina20-objs := gina20.o 962306a36Sopenharmony_cisnd-layla20-objs := layla20.o 1062306a36Sopenharmony_cisnd-darla24-objs := darla24.o 1162306a36Sopenharmony_cisnd-gina24-objs := gina24.o 1262306a36Sopenharmony_cisnd-layla24-objs := layla24.o 1362306a36Sopenharmony_cisnd-mona-objs := mona.o 1462306a36Sopenharmony_cisnd-mia-objs := mia.o 1562306a36Sopenharmony_cisnd-echo3g-objs := echo3g.o 1662306a36Sopenharmony_cisnd-indigo-objs := indigo.o 1762306a36Sopenharmony_cisnd-indigoio-objs := indigoio.o 1862306a36Sopenharmony_cisnd-indigodj-objs := indigodj.o 1962306a36Sopenharmony_cisnd-indigoiox-objs := indigoiox.o 2062306a36Sopenharmony_cisnd-indigodjx-objs := indigodjx.o 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciobj-$(CONFIG_SND_DARLA20) += snd-darla20.o 2362306a36Sopenharmony_ciobj-$(CONFIG_SND_GINA20) += snd-gina20.o 2462306a36Sopenharmony_ciobj-$(CONFIG_SND_LAYLA20) += snd-layla20.o 2562306a36Sopenharmony_ciobj-$(CONFIG_SND_DARLA24) += snd-darla24.o 2662306a36Sopenharmony_ciobj-$(CONFIG_SND_GINA24) += snd-gina24.o 2762306a36Sopenharmony_ciobj-$(CONFIG_SND_LAYLA24) += snd-layla24.o 2862306a36Sopenharmony_ciobj-$(CONFIG_SND_MONA) += snd-mona.o 2962306a36Sopenharmony_ciobj-$(CONFIG_SND_MIA) += snd-mia.o 3062306a36Sopenharmony_ciobj-$(CONFIG_SND_ECHO3G) += snd-echo3g.o 3162306a36Sopenharmony_ciobj-$(CONFIG_SND_INDIGO) += snd-indigo.o 3262306a36Sopenharmony_ciobj-$(CONFIG_SND_INDIGOIO) += snd-indigoio.o 3362306a36Sopenharmony_ciobj-$(CONFIG_SND_INDIGODJ) += snd-indigodj.o 3462306a36Sopenharmony_ciobj-$(CONFIG_SND_INDIGOIOX) += snd-indigoiox.o 3562306a36Sopenharmony_ciobj-$(CONFIG_SND_INDIGODJX) += snd-indigodjx.o 36