summaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* SOUND: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+3
* sound: use non-racy method for /proc/driver/snd-page-alloc creationDenis V. Lunev2008-04-291-3/+2
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-2/+2
* [ALSA] Clean up snd_card_free*()Takashi Iwai2008-04-241-17/+9
* [ALSA] Fix the race of card instance unregistrationTakashi Iwai2008-04-241-4/+6
* [ALSA] sound: this amplifier only goes up to 7Nick Andrew2008-04-241-2/+2
* [ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison2008-04-241-1/+1
* [ALSA] seq-oss - Remove invalid BUG()Takashi Iwai2008-04-241-2/+7
* [ALSA] Keep private TLV entry in vmaster itselfTakashi Iwai2008-04-241-3/+6
* [ALSA] Move vmaster code to sound coreTakashi Iwai2008-04-243-0/+373
* [ALSA] Add more fallbacks to OSS PHONEOUT mixer mapTakashi Iwai2008-04-241-0/+2
* Dont touch fs_struct in driversJan Blunck2008-02-144-11/+2
* latency.c: use QoS infrastructureMark Gross2008-02-051-4/+7
* [ALSA] Fix Oops with PCM OSS syncTakashi Iwai2008-01-311-0/+1
* [ALSA] fix compilation warning in GCCMiguel Boton2008-01-311-1/+1
* [ALSA] PCM interface - rename SNDRV_PCM_TSTAMP_MMAP to SNDRV_PCM_TSTAMP_ENABLEJaroslav Kysela2008-01-313-4/+10
* [ALSA] rawmidi: let sparse know what is going on _for real_Marcin Ślusarz2008-01-311-19/+21
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-3148-49/+1
* [ALSA] Remove PCM sleep_min and tickTakashi Iwai2008-01-314-152/+3
* [ALSA] PCM - clean up snd_pcm_lib_read/writeTakashi Iwai2008-01-311-140/+76
* [ALSA] Remove PCM xfer_align sw paramsTakashi Iwai2008-01-314-29/+4
* [ALSA] Fix PCM write blockingTakashi Iwai2008-01-311-2/+5
* [ALSA] Remove indirect control accessTakashi Iwai2008-01-311-31/+20
* [ALSA] PCM core - remove SNDRV_PCM_TSTAMP_MMAP condition in snd_pcm_status()Jaroslav Kysela2008-01-311-7/+2
* [ALSA] Add SNDRV_PCM_IOCTL_TSTAMP back to compat ioctlTakashi Iwai2008-01-311-0/+1
* [ALSA] PCM - added back TSTAMP ioctl for PCM (for old alsa-lib binaries)Jaroslav Kysela2008-01-311-0/+2
* [ALSA] sound/core/seq: move declarations of globally visible variables to pro...Marcin Ślusarz2008-01-314-9/+9
* [ALSA] info_oss: move prototype of snd_card_info_read_oss to info.hMarcin Ślusarz2008-01-311-2/+0
* [ALSA] pcm_lib: fix sparse warning about different signednessMarcin Ślusarz2008-01-311-1/+1
* [ALSA] pcm_lib: fix sparse warning about shadowing 'n' symbolMarcin Ślusarz2008-01-311-6/+10
* [ALSA] pcm_native: fix sparse warning about shadowing 'state' symbolMarcin Ślusarz2008-01-311-3/+3
* [ALSA] copy_ctl_value_from_user() warning fixAndrew Morton2008-01-311-1/+2
* [ALSA] Fix old tstamp ioctl for compat_ioctlTakashi Iwai2008-01-311-1/+1
* [ALSA] alsa: nopageNick Piggin2008-01-311-34/+25
* [ALSA] PCM - fixed SNDRV_PCM_FORMAT_U24_BE silence constantJaroslav Kysela2008-01-311-1/+1
* [ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela2008-01-313-9/+34
* [ALSA] sound/core/memalloc.c: Add missing pci_dev_putJulia Lawall2008-01-311-0/+1
* [ALSA] Fix PCM MMAP time-stamp modeTakashi Iwai2008-01-312-3/+3
* [ALSA] Remove sequencer instrument layerTakashi Iwai2008-01-319-2045/+3
* [ALSA] Introduce slots option to snd moduleTakashi Iwai2008-01-311-0/+36
* snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure w...Jean Delvare2008-01-081-38/+63
* [ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov2007-10-231-2/+3
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-4/+4
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-1644-58/+58
* [ALSA] sound: snd_register_device_for_dev fixMariusz Kozlowski2007-10-161-0/+8
* [ALSA] schedule_timeout() fix for core/seq/seq_instr.cRene Herman2007-10-161-4/+6
* [ALSA] unexport snd_ctl_elem_{read,write}Adrian Bunk2007-10-161-4/+0
* [ALSA] pcm: add snd_pcm_rate_to_rate_bit() helperClemens Ladisch2007-10-161-0/+18
* [ALSA] pcm: merge rates[] from pcm_misc.c and pcm_native.cClemens Ladisch2007-10-162-10/+11
* [ALSA] seq_midi_event: fix parsing of F9/FD bytesClemens Ladisch2007-10-161-1/+1