Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.20 12 lines 302 B view raw
1# 2# Makefile for ALSA 3# Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz> 4# 5 6snd-mixer-oss-objs := mixer_oss.o 7 8snd-pcm-oss-objs := pcm_oss.o pcm_plugin.o \ 9 io.o copy.o linear.o mulaw.o route.o rate.o 10 11obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o 12obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o