aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2005-03-28[PATCH] ppc32: dmasound compilation fixperchrh@pvv.org1-3/+6
2005-03-15[PATCH] PA-RISC Harmony updateMatthew Wilcox1-3/+3
2005-03-13[PATCH] gus_wave.c - vfree() checking cleanupsDomen Puncer1-2/+1
2005-03-13[PATCH] remove the unused OSS maestro_tables.hAdrian Bunk1-333/+0
2005-03-13[PATCH] wavefront: reduce stack usageRandy Dunlap1-21/+35
2005-03-13[PATCH] OSS sb_card.c: no need to include mca.hAdrian Bunk1-3/+0
2005-03-13[PATCH] sound/oss/soundcard.c: remove an unused variableAdrian Bunk1-1/+1
2005-03-13[PATCH] verify_area cleanup : soundJesper Juhl6-13/+13
2005-03-13[PATCH] MODULE_DEVICE_TABLE fixesThierry Vignaud1-0/+1
2005-03-11Merge suse.cz:/home/perex/bk/linux-sound/linux-soundJaroslav Kysela4-150/+276
2005-03-11Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5Jaroslav Kysela145-3498/+13133
2005-03-11[ALSA] AC97 wm9713 supportJaroslav Kysela4-150/+276
2005-03-10[ALSA] Fix ALC260 inputJaroslav Kysela1-1/+4
2005-03-10[ALSA] Fix pops and clicks at beginning/end of playbackJaroslav Kysela1-22/+41
2005-03-10[ALSA] fix forgotten release of semaphore in error pathJaroslav Kysela1-2/+2
2005-03-10[ALSA] remove duplicate field initializationJaroslav Kysela1-1/+0
2005-03-10[ALSA] replace wrong spin_trylock_irqsave with spin_lock_irqsaveJaroslav Kysela1-1/+1
2005-03-10[ALSA] Add PCI ids for ICH6/7Jaroslav Kysela1-0/+12
2005-03-10[ALSA] Add AD1986 supportJaroslav Kysela1-0/+1
2005-03-10[ALSA] Disable DRA for ALI5455Jaroslav Kysela1-1/+2
2005-03-10[ALSA] Restore the default value after rate detectionJaroslav Kysela1-0/+6
2005-03-10[ALSA] replace spdif frequency control with iec958 controlJaroslav Kysela1-45/+62
2005-03-10[ALSA] Fix sample rates of Revo 7.1Jaroslav Kysela3-0/+21
2005-03-10[ALSA] Fix auto-probing of widget treeJaroslav Kysela1-0/+11
2005-03-10[ALSA] Fix stereo mutes on Surround volume controlJaroslav Kysela1-5/+8
2005-03-10[ALSA] Fix ALC260 supportJaroslav Kysela1-4/+16
2005-03-10[ALSA] Use DXS volumes as PCMJaroslav Kysela1-23/+36
2005-03-10[ALSA] GUS - Remove unused gus_lfo.c fileJaroslav Kysela1-429/+0
2005-03-10[ALSA] fix locking for rawmidi trigger callbacksJaroslav Kysela11-107/+90
2005-03-10[ALSA] remove duplicate module aliasJaroslav Kysela1-1/+0
2005-03-10[ALSA] add module aliases for rtctimer and seq-dummyJaroslav Kysela2-0/+3
2005-03-10[ALSA] use simple_strtoul instead of simple_strtolJaroslav Kysela1-1/+1
2005-03-10[ALSA] move rawmidi event callback into taskletJaroslav Kysela1-20/+34
2005-03-10[ALSA] move common code into snd_rawmidi_runtime_create/_free functionsJaroslav Kysela1-50/+29
2005-03-10[ALSA] Fix bugs with incorrectly wrapped appl_ptrJaroslav Kysela1-10/+6
2005-03-10[ALSA] Fix rounded-up integer division bugJaroslav Kysela1-2/+1
2005-03-10Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5Jaroslav Kysela133-2788/+12761
2005-03-10Manual mergeVojtech Pavlik24-571/+1003
2005-03-08[PATCH] ALSA Harmony fixesMatthew Wilcox2-6/+9
2005-03-08Merge suse.de:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-3/+3
2005-03-07[PATCH] oss/sscape: fix section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/pss: fix section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/nm256: fix section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/esssolo1: fix initdata section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/es1370: fix initdata section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/cmpci: fix initdata section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] oss/cs4281: fix initdata section referencesRandy Dunlap1-1/+1
2005-03-07[PATCH] OSS Support for AC97 low power codecsLiam Girdwood1-27/+54
2005-03-07[PATCH] sound/usX2Yhwdep: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-1/+1
2005-03-07[PATCH] sound/usbmixer: change parameters of usb_{control,bulk}_msg() to msecsNishanth Aravamudan1-2/+2
2005-03-07input: Fix compiler warning in trident gameport code with enabled debuggingDmitry Torokhov2-2/+2
2005-03-07Manual mergeVojtech Pavlik24-571/+1003
2005-03-06[PATCH] ALSA Harmony sound driver for PA-RISCMatthew Wilcox3-876/+872
2005-03-02[ALSA] emu10k1 - fix the initial value for Captured FX8010 OutputsJaroslav Kysela1-2/+2
2005-03-02[ALSA] Control API - fix the wrong allocation for userspace controlsJaroslav Kysela1-1/+1
2005-03-02[ALSA] remove _snd_rawmidi_runtime.triggerJaroslav Kysela1-11/+0
2005-03-02[ALSA] remove unsafe usage of urb->statusJaroslav Kysela1-4/+15
2005-03-02[ALSA] add port names for serial MIDI portsJaroslav Kysela1-2/+14
2005-03-02[ALSA] fix counting of MIDI input overrunsJaroslav Kysela1-1/+1
2005-03-02[ALSA] fix buffer wrap in snd_rawmidi_transmit_peekJaroslav Kysela1-1/+5
2005-03-02[ALSA] add more USB MIDI quirksJaroslav Kysela1-0/+39
2005-03-02[ALSA] AC97 quirk for Dell Precision 650Jaroslav Kysela1-0/+6
2005-03-02[ALSA] Add mixer controls to intel8x0mJaroslav Kysela1-7/+59
2005-03-02[ALSA] Fix CM9761 againJaroslav Kysela1-6/+10
2005-03-02[ALSA] do codec init more like windows doesJaroslav Kysela1-2/+3
2005-03-02[ALSA] add Roland FANTOM-X supportJaroslav Kysela1-13/+26
2005-03-02[ALSA] Add module_init and module_exit entriesJaroslav Kysela1-0/+12
2005-03-02[ALSA] Don't query chip models on CMI8338Jaroslav Kysela1-8/+9
2005-03-02[ALSA] Fix digital inputJaroslav Kysela1-2/+8
2005-03-02[ALSA] ALC882 support, fix ALC880 5-stack modeJaroslav Kysela1-14/+317
2005-03-02[ALSA] CMI8768 patchJaroslav Kysela1-11/+52
2005-03-02[ALSA] Fix Digital InputJaroslav Kysela3-2/+106
2005-03-02[ALSA] fix Emagic broadcast port namesJaroslav Kysela1-3/+3
2005-03-02[ALSA] ignore Emagic padding bytesJaroslav Kysela1-0/+4
2005-03-02[ALSA] add logging to send_bulk_static_dataJaroslav Kysela1-0/+1
2005-03-02[ALSA] add support for Emagic USB MIDI interfacesJaroslav Kysela4-1/+207
2005-03-02[ALSA] fix indentationJaroslav Kysela1-1/+1
2005-03-02[ALSA] remove superfluous from_timer_port parameterJaroslav Kysela2-18/+16
2005-03-02[ALSA] Fix SPDIF outputJaroslav Kysela2-54/+72
2005-03-02[ALSA] Fix mono volume/mute controlsJaroslav Kysela1-2/+2
2005-03-02[ALSA] Don't set up the front stream twiceJaroslav Kysela1-1/+1
2005-03-02[ALSA] Fix compilation with compat supportJaroslav Kysela1-2/+2
2005-03-02[ALSA] remove an unnecessary printkJaroslav Kysela1-3/+1
2005-03-02[ALSA] Fix invalid use of readl/writelJaroslav Kysela1-6/+6
2005-03-02[ALSA] [SPARSE] Use NULL instead of 0Jaroslav Kysela1-1/+1
2005-03-02[ALSA] [SPARSE] Add __user pointer castsJaroslav Kysela1-3/+3
2005-03-02[ALSA] [SPARSE] Fix __user pointersJaroslav Kysela1-33/+38
2005-03-02[ALSA] Fix comiple with old gccJaroslav Kysela1-3/+4
2005-03-02[ALSA] [SPARSE] Use unsigned int :1 bitfieldsJaroslav Kysela5-8/+8
2005-03-02[ALSA] [SPARSE] Fix __user pointersJaroslav Kysela6-28/+33
2005-03-02[ALSA] Fix the wrong function call from ioctlJaroslav Kysela1-1/+1
2005-03-02[ALSA] Fix CM9761 againJaroslav Kysela3-29/+1
2005-03-02[ALSA] Fix CM9761A codec supportJaroslav Kysela3-1/+31
2005-03-02[ALSA] add code to dump packetsJaroslav Kysela1-0/+22
2005-03-02[ALSA] Fix detection of AFG nodeJaroslav Kysela1-1/+2
2005-03-02[ALSA] emu10k1 - add 'voices' /proc entry for debugging the voice allocatorJaroslav Kysela1-38/+61
2005-03-02[ALSA] emu10k1 driver - add multichannel device hw:x,3 [2-8/8]Jaroslav Kysela7-44/+665
2005-03-02[ALSA] FM801 - radio: Fixed thinko for tea575x_tuner module parameter (int ty...Jaroslav Kysela1-1/+1
2005-03-02[ALSA] TEA575x - add video release callback to avoid warningJaroslav Kysela1-0/+5
2005-03-02Alsa syncJaroslav Kysela118-2541/+11006
2005-03-01[PATCH] I2C: Kill i2c_client.id (3/5)Jean Delvare2-6/+0
2005-02-27[PATCH] sound/oss/opl3as2: fix init section referenceRandy Dunlap1-1/+1
2005-02-27[PATCH] sonicvibes: fix initdata referencesRandy Dunlap1-2/+2
2005-02-27[PATCH] sound/oss/aedsp16: init/exit section cleanups:Randy Dunlap1-5/+5
2005-02-14[ALSA] Add ac97_quirk for Dell machineJaroslav Kysela1-0/+6
2005-02-14[ALSA] Enables SPDIF output on the Audigy2 ValueJaroslav Kysela1-0/+9
2005-02-14[ALSA] Add support for Audigy2LS on MSI motherboardJaroslav Kysela1-3/+10
2005-02-14[ALSA] fix typo in midi codeJaroslav Kysela1-1/+1
2005-02-14[ALSA] Fix rate setting on multiple codecsJaroslav Kysela1-3/+3
2005-02-14[ALSA] split snd_emu10k1_trigger_voice into trigger and prepare functionsJaroslav Kysela1-8/+26
2005-02-14[ALSA] Added support for Terratec PHASE 22Jaroslav Kysela4-1/+176
2005-02-14[ALSA] AK4114 - fixed workqueue initialization & removed debug codeJaroslav Kysela1-8/+7
2005-02-14[ALSA] fix typo in assignment of snd_ak4114_spdif_playback_putJaroslav Kysela1-1/+1
2005-02-14[ALSA] Added ICE1724 - ESI Juli@ code (not complete) + AK4114 code + AK4358Jaroslav Kysela13-52/+947
2005-02-14[ALSA] add STAC9708 output bias mixer controlJaroslav Kysela1-0/+27
2005-02-14[ALSA] MPU-401 driver cleanupJaroslav Kysela1-74/+68
2005-02-14[ALSA] add 96Khz support and setting sample rate for direct SPDIF outputJaroslav Kysela2-2/+91
2005-02-14[ALSA] fix sound/isa/gus/interwave.c compile with PNP=nJaroslav Kysela1-0/+2
2005-02-14[ALSA] Bind master and HP controls with hp_only quirkJaroslav Kysela1-0/+30
2005-02-14[ALSA] fixes als100 not detecting opl3Jaroslav Kysela1-1/+1
2005-02-14[ALSA] enable disabling of isapnpJaroslav Kysela1-1/+1
2005-02-14[ALSA] MPU-401 PnP supportJaroslav Kysela1-121/+73
2005-02-14[ALSA] Add quirk for Fujitsu S6210Jaroslav Kysela1-0/+6
2005-02-14[ALSA] Add __iomem prefixJaroslav Kysela1-1/+1
2005-02-14[ALSA] Remove interruptible_sleep_on_timeout().Jaroslav Kysela2-20/+9
2005-02-14[ALSA] remove interruptible_sleep_on_timeout() usageJaroslav Kysela1-10/+4
2005-02-14[ALSA] Korg1212 updatesJaroslav Kysela1-32/+43
2005-02-14[ALSA] Novation and MOTU USB MIDI supportJaroslav Kysela4-183/+326
2005-02-14[ALSA] simplify snd_usbmidi_count_bits()Jaroslav Kysela1-4/+4
2005-02-14[ALSA] capture EXTINs with multichannel deviceJaroslav Kysela2-2/+35
2005-02-14[ALSA] Add quirk for LEGEND ZhaoYang 3100CFJaroslav Kysela1-0/+7
2005-02-14[ALSA] replace interruptible_sleep_on_timeout() with wait_event_interruptible...Jaroslav Kysela1-11/+9
2005-02-14[ALSA] Kconfig: cleanup sound menuJaroslav Kysela1-1/+7
2005-02-14[ALSA] hdsp ghost midi device fixJaroslav Kysela1-5/+8
2005-02-14[ALSA] Fix 32bit calls to snd_pcm_channel_info()Jaroslav Kysela1-10/+16
2005-02-14[ALSA] Fix compile error (due to last suspend/resume fix)Jaroslav Kysela1-2/+2
2005-02-14[ALSA] intel8x0 - fix for broken PCI ID define for ICH6Jaroslav Kysela1-3/+3
2005-02-14[ALSA] intel8x0 - fixed timeout in the 'get current DMA pointer' routineJaroslav Kysela1-3/+5
2005-02-14[ALSA] Fix suspend/resume functionsJaroslav Kysela1-2/+2
2005-02-14[ALSA] Fix resume callbackJaroslav Kysela2-2/+2
2005-02-14[ALSA] Remove unused variableJaroslav Kysela1-1/+0
2005-02-14[ALSA] driver model type fixes for ALSAJaroslav Kysela31-84/+78
2005-02-14[ALSA] use cached idVendor/idProduct valuesJaroslav Kysela1-1/+1
2005-02-14[ALSA] Set default index of modem and bt87x drivers to -2Jaroslav Kysela4-4/+4
2005-02-14[ALSA] Interpret negative index as bitmask of permissible indexesJaroslav Kysela1-7/+4
2005-02-14[ALSA] Changes 'Music' to 'Synth' in mixer control namesJaroslav Kysela1-9/+9
2005-02-14[ALSA] HDSP fixesJaroslav Kysela1-271/+235
2005-02-14[ALSA] Remove pm_register/pm_unregisterJaroslav Kysela5-29/+121
2005-02-14[ALSA] Ascii chars onlyJaroslav Kysela1-1/+1
2005-02-14[ALSA] Add newline to printkJaroslav Kysela1-1/+1
2005-02-11Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik24-571/+1003
2005-02-10Input: convert sound/pci to dynamic gameport allocation.Dmitry Torokhov17-443/+746
2005-02-10Input: convert sound/oss to dynamic gameport allocation.Dmitry Torokhov7-119/+249
2005-02-10Input: rename gameport->driver to gameport->port_data in preparationDmitry Torokhov2-13/+12
2005-02-09[PATCH] [ALSA] Add missing FORWARD ioctlTakashi Iwai1-0/+3
2005-02-09[PATCH] [ALSA] Fix struct alignment on PPC64Takashi Iwai1-0/+3
2005-02-09[PATCH] [ALSA] AC'97 Audio support for Intel ICH7Takashi Iwai1-0/+6
2005-02-09[PATCH] [ALSA] Enable HP jack sense for FSC Scenic-WTakashi Iwai1-0/+1
2005-02-09[PATCH] [ALSA] Fix silent output on some machines with AD1981x codecsTakashi Iwai1-2/+14
2005-02-09[PATCH] [ALSA] Special AC97 patch for ASUS W1000/CMI9739 laptopTakashi Iwai1-0/+9
2005-02-09[PATCH] [ALSA] Add quirk for HP nc8000Takashi Iwai1-4/+10
2005-02-09[PATCH] [ALSA] Add quirk for HP pavilion ZV5030USTakashi Iwai1-0/+6
2005-02-01[PATCH] a couple of trivial sound/pci iomem annotationsAlexander Viro2-2/+2
2005-02-01[PATCH] rme9562 big-endian compile fix (dumb typo)Alexander Viro1-1/+1
2005-02-01[PATCH] mips: NEC DDB board updatesRalf Bächle1-6/+49
2005-02-01[PATCH] mips: ITE 8172 updatesRalf Bächle2-46/+51
2005-02-01[PATCH] mips: aMD Alchemy updateRalf Bächle10-114/+2934
2005-02-01[PATCH] mips: sibyte updatesRalf Bächle3-110/+134
2005-02-01[PATCH] i810_audio comment fixJohn W. Linville1-1/+4
2005-01-26Merge suse.cz:/home/perex/bk/linux-sound/linux-soundJaroslav Kysela9-20/+29
2005-01-26Merge suse.cz:/home/perex/bk/linux-sound/linux-2.5Jaroslav Kysela60-1622/+8677
2005-01-25[ALSA] replace schedule_timeout() with msleep()Jaroslav Kysela1-2/+2
2005-01-25[ALSA] insert set_current_state() before schedule_timeout()Jaroslav Kysela1-0/+1
2005-01-25[ALSA] replace schedule_timeout() with msleep_interruptible()Jaroslav Kysela1-6/+1
2005-01-25[ALSA] insert set_current_state() before schedule_timeout()Jaroslav Kysela1-0/+1
2005-01-25[ALSA] replace schedule_timeout() with msleep()Jaroslav Kysela1-5/+3
2005-01-25[ALSA] replace schedule_timeout() with msleep()Jaroslav Kysela1-4/+3
2005-01-25[ALSA] Special AC97 patch for ASUS W1000/CMI9739 laptopJaroslav Kysela1-0/+9
2005-01-25[ALSA] fix usage of preprocessor directive inside macroJaroslav Kysela1-3/+3
2005-01-25[ALSA] add more Yamaha USB MIDI quirksJaroslav Kysela1-0/+6
2005-01-25[PATCH] i810_audio: offset LVI from CIV to avoid stalled startJohn W. Linville1-0/+10
2005-01-20[PATCH] Lock initializer cleanup: soundThomas Gleixner17-17/+17
2005-01-21[ALSA] remove obsolete sound/core/ioctl32 directoryJaroslav Kysela8-1395/+0
2005-01-20Merge suse.cz:/home/perex/bk/linux-sound/linux-soundJaroslav Kysela55-275/+8725
2005-01-20[ALSA] Use DEFINE_SPINLOCK(), DEFINE_RWLOCK() macrosJaroslav Kysela8-9/+9
2005-01-20[ALSA] Remove snd-ioctl32 entryJaroslav Kysela2-15/+0
2005-01-20[ALSA] Export new register/unregister functionsJaroslav Kysela1-0/+4
2005-01-20[ALSA] unlocked/compat_ioctl rewrite for OSS compatible driversJaroslav Kysela3-33/+31
2005-01-20[ALSA] unlocked/compat_ioctl rewrite for hwdep, rawmidi, timer and sequencer APIJaroslav Kysela8-51/+495
2005-01-20[ALSA] unlocked/compat_ioctl rewrite for PCM APIJaroslav Kysela3-18/+532
2005-01-20[ALSA] unlocked/compat_ioctl rewrite for control APIJaroslav Kysela2-81/+507
2005-01-20[ALSA] Add Intel HDA driverJaroslav Kysela12-1/+6958
2005-01-20[ALSA] Enable HP jack sense for FSC Scenic-WJaroslav Kysela1-0/+1
2005-01-20[ALSA] Add quirk for HP nc8000Jaroslav Kysela1-4/+10
2005-01-20[ALSA] Add quirk for HP pavilion ZV5030USJaroslav Kysela1-0/+6
2005-01-20[ALSA] Simplify the general ac97 volume/switch callbackJaroslav Kysela2-41/+38
2005-01-20[ALSA] Add missing inclusion of linux/device.hJaroslav Kysela4-0/+4
2005-01-20[ALSA] Add workaround for buggy ATI IXP hardwaresJaroslav Kysela1-12/+11
2005-01-20[ALSA] Add support for Chaintech 9CJSJaroslav Kysela2-1/+12
2005-01-20[ALSA] don't use broken legacy interfaces on M-Audio Quattro/OmnistudioJaroslav Kysela3-5/+75