summaryrefslogtreecommitdiff
path: root/sound/drivers/mpu401/Makefile
AgeCommit message (Collapse)Author
2024-05-08ALSA: drivers: Use *-y instead of *-objs in MakefileTakashi Iwai
*-objs suffix is reserved rather for (user-space) host programs while usually *-y suffix is used for kernel drivers (although *-objs works for that purpose for now). Let's correct the old usages of *-objs in Makefiles. Signed-off-by: Takashi Iwai <tiwai@suse.de> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Jaroslav Kysela <perex@perex.cz> Link: https://lore.kernel.org/r/20240507135513.14919-7-tiwai@suse.de
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2004-03-04ALSA CVS update - Jaroslav Kysela <perex@suse.cz>Jaroslav Kysela
Generic drivers,MPU401 UART,OPL3,OPL4,ISA,PCI drivers More Kconfig and Makefile cleanups following Russell's direction: - added SND_MP401_UART tristate - added SND_OPL3_LIB tristate - added SND_OPL4_LIB tristate
2003-06-06ALSA updateJaroslav Kysela
- added AZT3328 driver - added Terratec Aureon support to ICE1724 driver - fixed possible PCI posting problems - ENS1370, ENS1371, FM801, ICE1712, ICE1724, VIA82xx - AC'97 code - added new IDs - fixed typo in S/PDIF code - C-Media related fixes - USB driver - added nrpacks module option - added hack for AudioTrak Optoplay - removed OLD_USB stuff
2003-05-21ALSA update 0.9.3cJaroslav Kysela
- added sscape driver - documentation updates - removed proc dynamic device directory - fixed deadlock in PCM midlevel - more PnP code cleanups - ICE1712/1724 driver - cleanups - usbaudio driver - added preliminary support for streams II/III - more quirk update for extigy - intel8x0 driver - nforce fixes - sb8 driver - full duplex MIDI UART code for DSP 2.xx+
2003-05-08ALSA update 0.9.3aJaroslav Kysela
- PCM - recoded link group locking - MPU401 - replaced RX_LOOP and TX_LOOP bits with atomic_t variables - ICE17xx - moved ak4xxx routines to separate module (snd-ak4xxx-adda) - CS8427 - fixed initialization, added Q-subcode control - AC97 - added more patches for Wolfson codecs - CMIPCI - added 24-bit sample support for S/PDIF - maestro3 - fixes - via82xx - workaround for Award BIOS, dxs_support module parameter - ymfpci - fixed initialization - intel8x0 - code cleanups, recoded inialization of pcm streams - sa11xx-uda1341 - removed debug code and other cleanups - irqreturn_t cleanups
2003-03-23[PATCH] missing config bits for PC9800 audioAlan Cox
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
One of the goals of the whole new modversions implementation: export-objs is gone for good!
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst
Makefiles no longer need to include Rules.make, which is currently an empty file. This patch removes it from the remaining Makefiles, and removes the empty Rules.make file.
2002-10-01[PATCH] ALSA update [8/12] - 2002/09/06Jaroslav Kysela
- VIA686 and VIA8233 driver merge to VIA82xx - ioctl32 fixes - fixed OOPS in snd_pcm_sgbuf_delete (not initialized) - I2C - call hw_stop() before returning at the error pointer - AC'97 codec - added more AC97 IDs by Laszlo Melis - CS46xx - mutex initialization fix - ENS1371 - added one more card to S/PDIF capabilities - intel8x0 - fixed secondary and third codec indexes - PPC Keywest - initialize MCS in loop until it succeeds - PPC Tumbler - the initial support for snapper (TAS3004) on some tibook - USB Audio - mixer fixes
2002-09-29[PATCH] ALSA update [7/10] - 2002/07/24Jaroslav Kysela
- renamed snd-dt0197h to snd-dt019x - added support for DT0196, DT0197h and ALS007 to snd-dt019x - searial-u16550 - added support for generic adapter type - pcm.c - fixed the initialization of runtime->status - removed unnecessary check of n_register callback - timer.c - fixed kmod behaviour - Opti92x/93x fixes by Michael Corlett - fixed compilation of YMFPCI driver (PPC)
2002-06-19[PATCH] ALSA updateJaroslav Kysela
this ALSA update contains - fixed dependencies for OSS Sequencer emulation code - fixed wrong verbose printk output - fixed possible oops in OSS PCM emulation code (silence) - added snd_timer_del() function - added integer64 support to control interface - AC'97 - cleanups for Cirrus Logic codecs (S/PDIF) - added PCM device for SB AWE synthesizer - added RME Hammerfall DSP Audio driver by Paul Davis - renamed rme9652_mem.o module to hammerfall_mem.o - device naming cleanups in snd-intel8x0 - RME32 driver updates - VIA8233 driver updates for VIA8233A - CS4281 code updated to support dual codecs - Korg1212 driver update (debugging) - YMFPCI - changed support for rear channel - improved PPC drivers - AWACS, KEYWEST, TUMBLER
2002-05-24kbuild: Clean up sound/*/MakefileKai Germaschewski
2002-05-23kbuild: Assorted small cleanupsKai Germaschewski
o Standardize building math-emu.o for arch/alpha o Remove old boilerplate code / redundant comments o Remove unnecessary obj-m := $(sort $(obj-m)) in ALSA
2002-04-28[PATCH] ALSA PATCH against ChangeSet 1.567Jaroslav Kysela
Hello, this ALSA patch contains: - fixed sound_core.c - devfs names - added ARM driver for H3x00 iPaq handhelds from Compaq - added RME Digi32 driver - increased number of RawMidi devices per card to 8 - removed unimplemented IPC definitions from asequencer.h - compilation fixes for snd_printk/snd_printd - added snd_midi_event_no_status() function to seq_midi_event.c - used in OSS emulation code to follow OSS/Lite behaviour - fixed snd_pcm_playback_silence() function (possible memory leak) - fixed endless loop in snd_pcm_playback_drain() - OSS applications using mmap() should end correctly now - fixed autoloading of sequencer clients (oops) - fixed virmidi code (emu10k1) - improved OPL4 chip detection - fixed deadlock in sound/i2c.h - improved cs8427 chip support (proper initialization) - improved CMI8330 detection - improved S/PDIF detection in ENS1371 driver - fixed possible NULL pointer dereference in FM801 driver - added ICH4 to intel8x0 driver - fixed port names allocation in intel8x0 driver - fixed rate detection in intel8x0 driver - AC97 code - better initialization for wolfson codecs - improved CS4205 support (special S/PDIF handling) - emu10k1/audigy updates Jaroslav
2002-04-22Remove list-multi in sound/*/MakefileKai Germaschewski
2002-03-06[PATCH] ALSA patch for 2.5.6pre2Jaroslav Kysela
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
2002-02-12[PATCH] ALSA patch for 2.5.4Jaroslav Kysela
Integrate ALSA into v2.5.4 Jaroslav