aboutsummaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2005-09-05[PATCH] swsusp: fix remaining u32 vs. pm_message_t confusionPavel Machek1-2/+2
2005-08-30[ALSA] usb-audio: throttle MIDI URB resubmits on USB errorsClemens Ladisch1-13/+64
2005-08-30[PATCH] Assign device pointer to OSS devicesTakashi Iwai2-11/+23
2005-08-30[ALSA] Add identification for Live 5.1 [SB0220]Lee Revell1-0/+7
2005-08-30[ALSA] emu10k1 - Add missing ac97 support on SBLive! Player 5.1Takashi Iwai1-0/+1
2005-08-30[ALSA] intel8x0 - Add quirk for FSC 4010Takashi Iwai1-0/+6
2005-08-30[ALSA] pcm - Fix zero-division in 32bit compat layerTakashi Iwai1-3/+8
2005-08-30[ALSA] intel8x0 - add AC97_TUNE_MUTE_LED quirk for HP nx8220 laptop 103c:0934Daniel Horchner1-0/+6
2005-08-30[ALSA] usb-audio: fix Emagic MIDI protocol handlingClemens Ladisch1-5/+12
2005-08-30[ALSA] Fix missing spin_unlockTakashi Iwai2-2/+3
2005-08-30[ALSA] hda-intel - Fix ULI M5461 supportTakashi Iwai1-33/+117
2005-08-30[ALSA] hda-codec - Add beep support for UniwillTakashi Iwai1-1/+7
2005-08-30[ALSA] vxpocket - Register device pointerTakashi Iwai1-0/+1
2005-08-30[ALSA] vxpocket - Fix wrong index assignmentTakashi Iwai1-1/+1
2005-08-30[ALSA] vxpocket - Add missing event callbackTakashi Iwai1-4/+5
2005-08-30[ALSA] Fix compilation without CONFIG_PROC_FSTakashi Iwai1-2/+1
2005-08-30[ALSA] hda-codec - Code clean upTakashi Iwai1-11/+18
2005-08-30[ALSA] hda-intel - correct a bug in detection of rate supportedNicolas Graziano1-1/+5
2005-08-30[ALSA] HP nx6110 quirksSergey Vlasov2-0/+7
2005-08-30[ALSA] ac97_bus - revert last change and do it only in the ALSA treeJaroslav Kysela1-1/+1
2005-08-30[ALSA] ac97_bus - replace <linux/module.h> with <sound/driver.h> for consistencyJaroslav Kysela1-1/+1
2005-08-30[ALSA] via82xx - Add DXS entry for MSI 7142Takashi Iwai1-0/+1
2005-08-30[ALSA] PCM resume cleanupsJaroslav Kysela8-19/+32
2005-08-30[ALSA] ac97 - make ac97 codec device name uniqueBjorge Dijkstra1-1/+1
2005-08-30[ALSA] hdspm - Fix module parameter descriptionTakashi Iwai1-1/+1
2005-08-30[ALSA] nm256 - Fix PM and irq handlingTakashi Iwai1-23/+70
2005-08-30[ALSA] intel8x0 - Fix PMTakashi Iwai1-8/+31
2005-08-30[ALSA] ALSA timer - fixed compilationJaroslav Kysela1-2/+2
2005-08-30[ALSA] Timer API - added SUSPEND/RESUME eventsJaroslav Kysela2-5/+11
2005-08-30[ALSA] hda-intel: Suspend/resume fixes for PCM devicesJaroslav Kysela1-2/+5
2005-08-30[ALSA] hda-patch-realtek - added pci subdevice ID for Acer TravelMate 8100 (3...Jaroslav Kysela1-0/+1
2005-08-30[ALSA] via82xx - Fix SPDIF sample ratesTakashi Iwai1-4/+4
2005-08-30[ALSA] Fix PCM 32bit compat layerTakashi Iwai1-14/+28
2005-08-30[ALSA] opl3sa2 - use different name for PnP BIOS driverJaroslav Kysela1-2/+2
2005-08-30[ALSA] ac97: make patch_wolfson_wm97??_specific() functions staticClemens Ladisch1-4/+4
2005-08-30[ALSA] usb-audio: use vmalloc for the PCM bufferClemens Ladisch1-9/+44
2005-08-30[ALSA] usb-audio: use usb_buffer_alloc/freeClemens Ladisch2-23/+46
2005-08-30[ALSA] usb-audio: properly lock hwptr_done accessesClemens Ladisch1-2/+8
2005-08-30[ALSA] usb-audio: actually schedule playback URBs at frame boundariesClemens Ladisch1-1/+7
2005-08-30[ALSA] usb-audio: double-buffer all playback dataClemens Ladisch1-86/+65
2005-08-30[ALSA] usb-audio: optimize handling of capture URBsClemens Ladisch1-18/+8
2005-08-30[ALSA] Add new card ID. Fixes ALSA bug #1297James Courtier-Dutton1-1/+1
2005-08-30[ALSA] Add new ID. Fixes ALSA bug #1298James Courtier-Dutton1-0/+8
2005-08-30[ALSA] opl3sa2 - fixed typo in PnP BIOS IDs (YMF0021 -> YMH0021)Jaroslav Kysela1-1/+1
2005-08-30[ALSA] opl3sa2 driver - added support for PnP BIOS devicesJaroslav Kysela1-23/+89
2005-08-30[ALSA] via82xx - Add DXS entry for MSI K8MM-VTakashi Iwai1-1/+2
2005-08-30[ALSA] Add VT1617A codec supportPhilip Prindeville3-6/+19
2005-08-30[ALSA] hda-intel - Add SiS966 supportTakashi Iwai1-1/+3
2005-08-30[ALSA] usb-audio: schedule high speed URBs with 1 ms alignmentClemens Ladisch1-6/+14
2005-08-30[ALSA] usb-audio: make nrpacks parameter writeableClemens Ladisch1-3/+5
2005-08-30[ALSA] usb-audio: fix packets per URB calculation for playbackClemens Ladisch1-1/+9
2005-08-30[ALSA] usb-audio: use 1 ms URBs when capturingClemens Ladisch1-6/+12
2005-08-30[ALSA] make local objects staticClemens Ladisch7-14/+16
2005-08-30[ALSA] hda-codec - support for Si3054/5 HDA modemsSasha Khapyorsky3-1/+304
2005-08-30ALSA CVS updateSasha Khapyorsky3-12/+22
2005-08-30[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flagKarsten Wiese4-17/+22
2005-08-30[ALSA] ymfpci: add per-voice volume controlsClemens Ladisch1-72/+160
2005-08-30[ALSA] Fix compiler warnings in PXA2XX-AC97Dirk Opfer1-4/+4
2005-08-30[ALSA] WM9713 modem detectionLiam Girdwood1-0/+1
2005-08-30[ALSA] PXA27x AC97 warm resetLiam Girdwood1-2/+2
2005-08-30[ALSA] ad1816a - Add clockfreq module optionTakashi Iwai2-4/+15
2005-08-30[ALSA] use PCM interface for IEC958 controlsClemens Ladisch7-19/+23
2005-08-30[ALSA] use SNDRV_CTL_NAME_IEC958 macroClemens Ladisch11-36/+36
2005-08-30[ALSA] adds __init and in snd_memory_init()Henrik Kretzschmar1-1/+1
2005-08-30[ALSA] AC97 bus interface for ad-hoc driversLiam Girdwood4-3/+123
2005-08-30[ALSA] sound - fix .iface field of mixer control elementsClemens Ladisch18-81/+96
2005-08-30[ALSA] via82xx - Add dxs entry for Acer Aspire 1524 WMLiTakashi Iwai1-0/+1
2005-08-30[ALSA] hda-codec - Fix LFE volume/switchNicolas Graziano1-4/+9
2005-08-30[ALSA] hda-codec - Add default config for ASUS P5AD2Takashi Iwai1-0/+1
2005-08-30[ALSA] hda-codec - Fix reordering of surround channelsTakashi Iwai1-3/+20
2005-08-30[ALSA] WM97xx AC97 codec controlsLiam Girdwood2-109/+364
2005-08-23Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds1-2/+2
2005-08-23[PATCH] ad1980 makefile fixAl Viro1-1/+1
2005-08-23[PATCH] Kconfig fix (missing dependencies on PCI in sound/*)Al Viro1-5/+5
2005-08-23[PATCH] vidc gcc4 fixAl Viro1-4/+0
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro6-8/+8
2005-08-23[PATCH] i810_audio: fix release_region misordering in error exit from i810_probeJohn W. Linville1-2/+2
2005-08-17[PATCH] Stop snd-powermac oopsing on non-pmac hardware.David Woodhouse1-1/+2
2005-07-30merge 2.6.13-rc4 with ACPI's to-linus treeLen Brown60-1074/+5012
2005-07-29/home/lenb/src/to-linus branch 'acpi-2.6.12'Len Brown1-1/+5
2005-07-29[ACPI] fix resume issues on Asus L5DRafael J. Wysocki1-1/+5
2005-07-28[ALSA] wavefront - declare initialization data as staticTakashi Iwai1-17/+17
2005-07-28[ALSA] via82xx - Fix dxs_support of twinhead laptopTakashi Iwai1-1/+1
2005-07-28[ALSA] Jack Sense support for AD1980 and AD1888Sergey Ulanov1-0/+3
2005-07-28[ALSA] vx-driver - Fix the calculation of frequency parameterTakashi Iwai1-28/+18
2005-07-28[ALSA] hda driver, correct bug in model 'auto'Nicolas Graziano1-3/+2
2005-07-28[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco5-10/+14
2005-07-28[ALSA] usb-audio - change quirk type handlingClemens Ladisch2-41/+53
2005-07-28[ALSA] usb-audio - add support for Miditech USB MIDI keyboardsClemens Ladisch4-0/+26
2005-07-28[ALSA] seq-midi - silently ignore non-MIDI eventsClemens Ladisch1-10/+6
2005-07-28[ALSA] ac97 - remove unused variableClemens Ladisch1-1/+0
2005-07-28[ALSA] ac97: Fix volume control bit size detection for STAC9704.James Courtier-Dutton1-0/+5
2005-07-28[ALSA] emu10k1: Add EMU 1212m card entry and document it as not supported yet.James Courtier-Dutton1-0/+7
2005-07-28[ALSA] Fix-up sleeping in sound/usbNishanth Aravamudan3-8/+5
2005-07-28[ALSA] Fix-up sleeping in sound/ppcNishanth Aravamudan3-16/+11
2005-07-28[ALSA] sound/pci: fix-up sleeping pathsNishanth Aravamudan12-68/+42
2005-07-28[ALSA] ens1371 - added extra delay for ac97 codec initializationJaroslav Kysela1-0/+10
2005-07-28[ALSA] typo-fix and snd_assert()-expression-splitHenrik Kretzschmar1-2/+3
2005-07-28[ALSA] fix compiler warningHenrik Kretzschmar1-0/+2
2005-07-28[ALSA] snd-emu10k1: Fixes recognition of Audigy ES.James Courtier-Dutton1-5/+5
2005-07-28[ALSA] emu10k1: Add module option uint subsystem.James Courtier-Dutton2-9/+22
2005-07-28[ALSA] via82xx - changed MSI K7T266 Pro2 - 4005:4710 in white list (SRC enable)Jaroslav Kysela1-1/+1
2005-07-28[ALSA] hdsp - Add 'Sample Clock Source Locking' controlTakashi Iwai1-9/+53
2005-07-28[ALSA] hda: add sigmatel hp detect supportMatt2-2/+63
2005-07-28[ALSA] hda: enable unsolicited responsesMatt1-0/+6
2005-07-28[ALSA] usb-audio - use bDeviceSubClass to detect MOTU FastLaneClemens Ladisch1-1/+6
2005-07-28[ALSA] usb-audio - rename QUIRK_MIDI_MOTU to QUIRK_MIDI_RAWClemens Ladisch4-13/+13
2005-07-28[ALSA] usb-audio - enable high speed transfers with Audiy 2 NXClemens Ladisch1-3/+0
2005-07-28[ALSA] emu10k1: Added tested status comments.James Courtier-Dutton1-0/+3
2005-07-28[ALSA] emu10k1: Sort by card id.James Courtier-Dutton1-43/+37
2005-07-28[ALSA] snd-emu10k1: Tidy mixer controls.James Courtier-Dutton1-10/+10
2005-07-28[ALSA] snd-emu10k1: Card capabilities tidy up.James Courtier-Dutton2-5/+7
2005-07-28[ALSA] via82xx - added MSI K7T266 Pro2 - 4005:4710 to white list (DXS enable)Jaroslav Kysela1-0/+1
2005-07-28[ALSA] usb-audio: add support for an unknown Yamaha USB MIDI deviceClemens Ladisch1-0/+1
2005-07-28[ALSA] Add ARM PXA2xx AC97 driverTakashi Iwai5-4/+824
2005-07-28[ALSA] Add DBRI driver on SparcsTakashi Iwai3-4/+2741
2005-07-28[ALSA] Add help texts to KconfigTakashi Iwai1-0/+10
2005-07-28[ALSA] maestro3 - Clean upTakashi Iwai1-13/+13
2005-07-28[ALSA] Fix resume of intel8x0Takashi Iwai2-0/+15
2005-07-28[ALSA] cmipci - Add Mic Boost capture switchTakashi Iwai1-2/+7
2005-07-28[ALSA] vxpocket - Remove unused codeTakashi Iwai2-389/+0
2005-07-28[ALSA] Fix and clean-up of vxpocket driverTakashi Iwai4-98/+378
2005-07-28[ALSA] Use kstrdupTakashi Iwai1-1/+1
2005-07-28[ALSA] Fix dependency of GUS driverTakashi Iwai1-1/+1
2005-07-28[ALSA] Fix two typos and changes on snd_assert()Henrik Kretzschmar1-6/+9
2005-07-28[ALSA] hda-codec - Add entry for Acer APFVTakashi Iwai1-1/+2
2005-07-28[ALSA] hda-codec - Add 6stack model for ALC880Takashi Iwai1-1/+13
2005-07-28[ALSA] Add new pci device id (SB400) to atiixp-modemHarald Welte1-0/+1
2005-07-28[ALSA] trident - Shut up compile warningsTakashi Iwai1-0/+1
2005-07-28[ALSA] hda-codec - SigmaTel HDA resume supportMatt1-0/+21
2005-07-28[ALSA] hda-codec - SigmaTel HDA multichannel supportMatt1-237/+496
2005-07-28[ALSA] usb-audio - fix capture of non-48k sample rates on Audigy 2 NXClemens Ladisch1-2/+1
2005-07-28[ALSA] usb-audio - high speed audio supportClemens Ladisch1-12/+25
2005-07-28[ALSA] hda-codec - Fix oops with ALC880Takashi Iwai1-4/+7
2005-07-28[ALSA] ak4114: removed duplicate wake_up()Jaroslav Kysela1-1/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl20-57/+59
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering3-4/+4
2005-07-07[PATCH] pcmcia: remove references to pcmcia/version.hDominik Brodowski2-2/+0
2005-07-07[PATCH] pcmcia: move event handlerDominik Brodowski2-23/+8
2005-07-07[PATCH] pm: more u32 vs. pm_message_t fixesPavel Machek1-3/+3
2005-07-06[PATCH] Fix bt87x.c build problem for realDave Jones1-1/+1
2005-07-06[PATCH] Fix bt87x.c build problemGreg KH1-0/+2
2005-07-01[PATCH] PCI: clean up dynamic pci id logicGreg Kroah-Hartman1-1/+1
2005-06-27[PATCH] pcmcia: id_table for pdaudiocf.cDominik Brodowski1-1/+8
2005-06-27[PATCH] pcmcia: id_table for vxpocket.cDominik Brodowski1-12/+8
2005-06-27[PATCH] ppc32: Remove CONFIG_PMAC_PBOOKBenjamin Herrenschmidt6-22/+23
2005-06-27Merge 'upstream' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manuallyLinus Torvalds8-97/+211
2005-06-27[PATCH] sound/oss/via82cxxx_audio: Use the DMA_32BIT_MASK constantTobias Klauser1-2/+3
2005-06-25[PATCH] sound/oss/cmpci: Use the DMA_32BIT_MASK constantTobias Klauser1-1/+2
2005-06-25[PATCH] sound/oss/es1370: Use the DMA_32BIT_MASK constantTobias Klauser1-1/+2
2005-06-25[PATCH] sound/oss/es1371: Use the DMA_32BIT_MASK constantTobias Klauser1-1/+2
2005-06-25[PATCH] sound/oss/esssolo1: Use the DMA_32BIT_MASK constantTobias Klauser1-1/+2
2005-06-25[PATCH] change the SOUND_PRIME handlingAdrian Bunk1-31/+31
2005-06-25[PATCH] sound/oss/sscape.c: remove dead codeAdrian Bunk1-7/+1
2005-06-25[PATCH] sound/oss/rme96xx.c: remove kernel 2.2 #if'sAdrian Bunk1-4/+0
2005-06-25[PATCH] nm256 oss build failureDave Jones2-5/+3
2005-06-25[PATCH] sound/oss/: cleanupsAdrian Bunk6-13/+11
2005-06-25[PATCH] remove redundant NULL checks before kfree() in sound/ and avoid casti...Jesper Juhl8-28/+16
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques10-38/+32
2005-06-22[ALSA] emu10k1: Add more card identification entries.James Courtier-Dutton1-0/+78
2005-06-22[ALSA] Add dxs_support for Soltek SL-K8Tpro-939Takashi Iwai1-0/+1
2005-06-22[ALSA] SigmaTel HDA SPDIF and input mux updatesMatt1-39/+145
2005-06-22[ALSA] via82xx - Fix info text about dxs_support optionTakashi Iwai1-1/+2
2005-06-22[ALSA] hda-codec - More fix of ALC880 codec supportTakashi Iwai6-1092/+1201
2005-06-22[ALSA] Add const prefixTakashi Iwai1-1/+1
2005-06-22[ALSA] hda-codec - Add support of more models with ALC codecsTakashi Iwai3-162/+723
2005-06-22[ALSA] hda-codec - Allow sub_device=0 in board config checkTakashi Iwai1-1/+2
2005-06-22[ALSA] hda-codec - Clean up and fix ALC-codec support codeTakashi Iwai1-308/+328
2005-06-22[ALSA] hda-codec - Feed front signals to all surroundsTakashi Iwai1-3/+4
2005-06-22[ALSA] hda-codec - Print all AMP IN valuesTakashi Iwai1-17/+27
2005-06-22[ALSA] Disable MPU401 on SIS7018Takashi Iwai1-1/+2
2005-06-22[ALSA] Fix the analog loopback volumes of ALC codecsTakashi Iwai1-25/+97
2005-06-22[ALSA] Fix the PCM mixer switch for AD1986ATakashi Iwai1-1/+1
2005-06-22[ALSA] Fix the handling of amp cache in hda-codecTakashi Iwai1-40/+34
2005-06-22[ALSA] via82xx - fixed entry for Umax AB 595T (VIA K8N800A - VT8237)Jaroslav Kysela1-1/+1
2005-06-22[ALSA] ca0106: Fix 96000 Hz audio playback.James Courtier-Dutton2-2/+2
2005-06-22[ALSA] Add HDSP MADI driverTakashi Iwai3-0/+3686
2005-06-22[ALSA] cs4236-irq-handling-fix.patchChristoph Schulz1-2/+1
2005-06-22[ALSA] OSS PCM emulation - The 2nd final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela1-4/+4
2005-06-22[ALSA] Add FSC T3010 quirkTakashi Iwai1-0/+6
2005-06-22[ALSA] OSS PCM emulation - The final fix for SNDCTL_DSP_GETOPTR problemJaroslav Kysela1-2/+5
2005-06-22[ALSA] Fix races between PCM drain and other opsTakashi Iwai1-34/+36
2005-06-22[ALSA] hda-intel - Fix Oops in the error pathTakashi Iwai1-1/+4
2005-06-22[ALSA] Add write support to snd-page-alloc proc fileTakashi Iwai3-102/+127
2005-06-22[ALSA] Remove redundant NULL checks before kfreeJesper Juhl18-87/+39
2005-06-22[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJames Courtier-Dutton1-74/+74
2005-06-22[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriateJaroslav Kysela3-65/+65
2005-06-22[ALSA] via82xx - added 0x1071/0x8399 to while listJaroslav Kysela1-0/+1
2005-06-22[ALSA] Modem support for ALI5451Sasha Khapyorsky1-63/+218
2005-06-22[ALSA] sound/pci/ca0106: Use the DMA_32BIT_MASK constantTobias Klauser1-2/+3
2005-06-22[ALSA] PCI modem drivers updateSasha Khapyorsky3-119/+25
2005-06-22[ALSA] MC97 modem mixer in sound/pci/ac97Sasha Khapyorsky2-4/+38
2005-06-22[ALSA] Be more specific with which I2C channel to use.James Courtier-Dutton1-1/+4
2005-06-22[ALSA] Implement S32_LE(24bit) and 96000 capture rates etc.James Courtier-Dutton1-4/+59
2005-06-22[ALSA] Add Mic capture support.James Courtier-Dutton2-1/+69
2005-06-22[ALSA] Implement support for Line-in capture on SB Live 24bit.James Courtier-Dutton3-10/+148
2005-06-22Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2...Jaroslav Kysela1-1/+1
2005-06-21[PATCH] rme96xx: fix PageReserved rangeHugh Dickins1-1/+1
2005-06-21Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJaroslav Kysela4-24/+23