![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for ALSA 0004 # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> 0005 # 0006 0007 snd-mixer-oss-objs := mixer_oss.o 0008 0009 snd-pcm-oss-y := pcm_oss.o 0010 snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \ 0011 io.o copy.o linear.o mulaw.o route.o rate.o 0012 0013 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o 0014 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |