1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for ALSA 4 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> 5 # 6 7 snd-mixer-oss-y := mixer_oss.o 8 9 snd-pcm-oss-y := pcm_oss.o 10 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \ 11 io.o copy.o linear.o mulaw.o route.o rate.o 12 13 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o 14 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.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.