| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 45 | -442/+890 |
|\ |
|
| * | ALSA: Add a note on dependency of RTC stuff | Takashi Iwai | 2008-10-10 | 1 | -0/+3 |
| * | ALSA: use correct lock in snd_ctl_dev_disconnect() | Takashi Iwai | 2008-09-09 | 1 | -2/+2 |
| * | ALSA: add dummy function to support shared mmap in nommu Blackfin arch | Cliff Cai | 2008-09-04 | 1 | -0/+13 |
| * | sound: make OSS sound core optional | Tejun Heo | 2008-08-29 | 1 | -0/+1 |
| * | ALSA: Allocate larger pages in sgbuf | Takashi Iwai | 2008-08-25 | 2 | -16/+72 |
| * | ALSA: Fix allocation size calculation in snd_dma_alloc_pages_fallback() | Takashi Iwai | 2008-08-25 | 1 | -1/+6 |
| * | ALSA: Clean up SG-buffer helper functions and macros | Takashi Iwai | 2008-08-25 | 1 | -8/+0 |
| * | ALSA: fix a typo during snd_assert() removal | Takashi Iwai | 2008-08-15 | 1 | -1/+1 |
| * | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 2008-08-13 | 41 | -388/+581 |
| * | ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE | Pawel MOLL | 2008-08-01 | 2 | -15/+37 |
| * | sound: Revert "ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_D... | Jaroslav Kysela | 2008-08-01 | 3 | -42/+20 |
| * | ALSA: Fix limit of 8 PCM devices in SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE | Pawel MOLL | 2008-07-29 | 3 | -20/+42 |
| * | ALSA: Build jack detection | Mark Brown | 2008-07-29 | 2 | -0/+7 |
| * | ALSA: Add jack reporting API | Mark Brown | 2008-07-29 | 1 | -0/+163 |
| * | ALSA: remove unneeded power_mutex lock in snd_pcm_drop | Takashi Iwai | 2008-09-25 | 1 | -10/+3 |
| * | ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() | Takashi Iwai | 2008-09-25 | 2 | -4/+4 |
* | | alsa: Remove special SBUS dma support code. | David S. Miller | 2008-08-29 | 1 | -49/+1 |
* | | sparc: Convert all SBUS drivers to dma_*() interfaces. | David S. Miller | 2008-08-29 | 1 | -4/+4 |
* | | sparc: Make SBUS DMA interfaces take struct device. | David S. Miller | 2008-08-29 | 1 | -2/+4 |
|/ |
|
* | Revert "pcm_native.c: remove unused label" | Linus Torvalds | 2008-08-06 | 1 | -0/+1 |
* | pcm_native.c: remove unused label | Linus Torvalds | 2008-08-06 | 1 | -1/+0 |
* | sound: ensure device number is valid in snd_seq_oss_synth_make_info | Willy Tarreau | 2008-08-04 | 1 | -0/+3 |
* | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 2008-07-24 | 1 | -0/+1 |
* | device create: sound: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 2008-07-21 | 1 | -2/+3 |
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-07-14 | 2 | -3/+20 |
|\ |
|
| * | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -5/+3 |
| |\ |
|
| * | | snd/PCM: fasync BKL pushdown | Jonathan Corbet | 2008-07-02 | 1 | -2/+6 |
| * | | sound: cdev lock_kernel() pushdown | Jonathan Corbet | 2008-06-20 | 1 | -1/+14 |
* | | | ALSA: remove CONFIG_KMOD from sound | Johannes Berg | 2008-07-10 | 4 | -12/+10 |
* | | | ALSA: make snd_ctl_elem_read() and snd_ctl_elem_write() static | Takashi Iwai | 2008-06-13 | 1 | -3/+4 |
* | | | [ALSA] Improve the slots option handling | Takashi Iwai | 2008-05-28 | 1 | -27/+40 |
* | | | [ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE | Takashi Iwai | 2008-05-27 | 1 | -4/+6 |
* | | | sound: Convert to menuconfig | Takashi Iwai | 2008-05-27 | 1 | -16/+3 |
* | | | [ALSA] Remove unneeded ugly hack for i386 in memalloc.c | Takashi Iwai | 2008-05-19 | 1 | -62/+0 |
| |/
|/| |
|
* | | SOUND: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -5/+3 |
|/ |
|
* | sound: use non-racy method for /proc/driver/snd-page-alloc creation | Denis V. Lunev | 2008-04-29 | 1 | -3/+2 |
* | proc: remove proc_root from drivers | Alexey Dobriyan | 2008-04-29 | 1 | -2/+2 |
* | [ALSA] Clean up snd_card_free*() | Takashi Iwai | 2008-04-24 | 1 | -17/+9 |
* | [ALSA] Fix the race of card instance unregistration | Takashi Iwai | 2008-04-24 | 1 | -4/+6 |
* | [ALSA] sound: this amplifier only goes up to 7 | Nick Andrew | 2008-04-24 | 1 | -2/+2 |
* | [ALSA] sound: replace remaining __FUNCTION__ occurences | Harvey Harrison | 2008-04-24 | 1 | -1/+1 |
* | [ALSA] seq-oss - Remove invalid BUG() | Takashi Iwai | 2008-04-24 | 1 | -2/+7 |
* | [ALSA] Keep private TLV entry in vmaster itself | Takashi Iwai | 2008-04-24 | 1 | -3/+6 |
* | [ALSA] Move vmaster code to sound core | Takashi Iwai | 2008-04-24 | 3 | -0/+373 |
* | [ALSA] Add more fallbacks to OSS PHONEOUT mixer map | Takashi Iwai | 2008-04-24 | 1 | -0/+2 |
* | Dont touch fs_struct in drivers | Jan Blunck | 2008-02-14 | 4 | -11/+2 |
* | latency.c: use QoS infrastructure | Mark Gross | 2008-02-05 | 1 | -4/+7 |
* | [ALSA] Fix Oops with PCM OSS sync | Takashi Iwai | 2008-01-31 | 1 | -0/+1 |
* | [ALSA] fix compilation warning in GCC | Miguel Boton | 2008-01-31 | 1 | -1/+1 |