#
# Makefile for ALSA
# Copyright (c) 1999 by Jaroslav Kysela <perex@suse.cz>
#
O_TARGET := _ioctl32.o
list-multi := snd-ioctl32.o
snd-ioctl32-objs := ioctl32.o pcm32.o rawmidi32.o timer32.o hwdep32.o
obj-$(CONFIG_SND_BIT32_EMUL) += snd-ioctl32.o
include $(TOPDIR)/Rules.make
snd-ioctl32.o: $(snd-ioctl32-objs)
$(LD) $(LD_RFLAG) -r -o $@ $(snd-ioctl32-objs)
-
Jaroslav Kysela authored
Hello, this recent ALSA patch includes: - added initial version of Config.help files - moved /proc/asound/sndstat to /proc/asound/oss/sndstat - moved /proc/asound/oss-devices to /proc/asound/oss/devices - snd-rtctimer updates (blocking of RTC driver change) - added ioctl conversion code for 32-bit applications running on 64-bit kernels - fixed dependencies in makefiles - wavefront driver cleanups (removed LOOPS_PER_SEC) - created Documentation/sound/alsa directory Jaroslav
bbf5aea1