aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm_oss: AFMT_S24_LE is set twice in return valueRoel Kluin2009-02-041-1/+1
* Check fops_get() return valueLaurent Pinchart2009-01-061-0/+4
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-301-1/+0
|\
* \ Merge branch 'topic/udev-id-rename' into to-pushTakashi Iwai2008-12-252-1/+87
|\ \
| * | sound: Fix warnings relating to ignored return value in snd_card_registerHannes Eder2008-11-181-2/+6
| * | ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela2008-11-122-0/+18
| * | ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) filesJaroslav Kysela2008-11-121-1/+65
| |/
* | Merge branch 'topic/snd-hrtimer' into to-pushTakashi Iwai2008-12-254-1/+181
|\ \
| * | ALSA: hrtimer - Use hard-irq callbackTakashi Iwai2008-12-081-4/+2
| * | ALSA: timer - Add comments and use ns_to_ktime()Takashi Iwai2008-12-081-2/+19
| * | ALSA: Fix a typo in KconfigTakashi Iwai2008-10-291-1/+1
| * | ALSA: Add hrtimer backend for ALSA timer interfaceTakashi Iwai2008-10-244-1/+166
* | | Merge branch 'topic/jack-mechanical' into to-pushTakashi Iwai2008-12-251-0/+6
|\ \ \
| * | | ALSA: Add support for mechanical jack insertionMark Brown2008-12-101-0/+6
* | | | Merge branch 'topic/hda' into to-pushTakashi Iwai2008-12-251-1/+8
|\ \ \ \
| * \ \ \ Merge branch 'fix/hda' into topic/hdaTakashi Iwai2008-12-1911-99/+61
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ALSA: hda: dynamic jack idMatthew Ranostay2008-10-271-1/+2
| | |/ / | |/| |
| * | | ALSA: jack: lineout support to jack abstraction layerMatthew Ranostay2008-10-271-0/+6
| | |/ | |/|
* | | Merge branch 'topic/convert-tasklet' into to-pushTakashi Iwai2008-12-253-4/+4
|\ \ \
| * | | ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-183-4/+4
| | |/ | |/|
* | | Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai2008-11-261-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai2008-11-072-1/+14
| |\ \
| * \ \ Merge branch 'topic/misc-next' into topic/miscTakashi Iwai2008-10-271-2/+2
| |\ \ \
| | * | | ALSA: Print function symbol in the error messagesTakashi Iwai2008-10-161-2/+2
| | | |/ | | |/|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-11-031-0/+8
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai2008-11-031-0/+8
| |\ \ \ \ \ | | | | |/ / | | | |/| / | | | |_|/ | | |/| |
| | * | | ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai2008-11-031-0/+8
* | | | | saner FASYNC handling on file closeAl Viro2008-11-014-4/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-301-1/+6
|\ \ \ \ \ | |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'topic/fix/hda' and 'topic/fix/misc' into for-linusTakashi Iwai2008-10-291-1/+6
| |\ \ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | ALSA: Warn when control names are truncatedMark Brown2008-10-291-1/+6
| | | |/
* | | | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-1/+1
|/ / /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'topic/asoc', 'topic/misc-fixes', 'topic/ps3-csbits' and 'topi...Takashi Iwai2008-10-207-93/+42
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| | | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-10-173-40/+35
| | | |\ | | | |/ | | |/|
| | | * device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-162-6/+5
| | | * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-1145-442/+890
| | | |\ | |_|_|/ |/| | |
| | | * alsa: Remove special SBUS dma support code.David S. Miller2008-08-291-49/+1
| | | * sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-4/+4
| | | * sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-2/+4
| * | | sound: add missing pcm kernel-docRandy Dunlap2008-10-181-0/+1
| |/ /
| * | ALSA: kernel docs: fix sound/core/ kernel-docRandy Dunlap2008-10-162-40/+32
| * | ALSA: Handle NULL jacks in snd_jack_report()Mark Brown2008-10-161-0/+3
|/ /
* | ALSA: Add a note on dependency of RTC stuffTakashi Iwai2008-10-101-0/+3
* | ALSA: use correct lock in snd_ctl_dev_disconnect()Takashi Iwai2008-09-091-2/+2
* | ALSA: add dummy function to support shared mmap in nommu Blackfin archCliff Cai2008-09-041-0/+13
* | sound: make OSS sound core optionalTejun Heo2008-08-291-0/+1
* | ALSA: Allocate larger pages in sgbufTakashi Iwai2008-08-252-16/+72
* | ALSA: Fix allocation size calculation in snd_dma_alloc_pages_fallback()Takashi Iwai2008-08-251-1/+6
* | ALSA: Clean up SG-buffer helper functions and macrosTakashi Iwai2008-08-251-8/+0
* | ALSA: fix a typo during snd_assert() removalTakashi Iwai2008-08-151-1/+1