| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: core: Drop superfluous error/debug messages after malloc failures | Takashi Iwai | 2015-03-10 | 1 | -6/+2 |
* | ALSA: Simplify snd_device_register() variants | Takashi Iwai | 2015-02-02 | 1 | -6/+5 |
* | ALSA: rawmidi: Use rawmidi device file for kernel messages | Takashi Iwai | 2015-02-02 | 1 | -3/+3 |
* | ALSA: rawmidi: Embed struct device | Takashi Iwai | 2015-02-02 | 1 | -7/+17 |
* | ALSA: control: Provide a helper to look for the preferred subdevice | Takashi Iwai | 2015-02-02 | 1 | -12/+2 |
* | ALSA: Move EXPORT_SYMBOL() in appropriate places | Takashi Iwai | 2014-02-27 | 1 | -18/+17 |
* | ALSA: rawmidi: Use standard printk helpers | Takashi Iwai | 2014-02-14 | 1 | -15/+34 |
* | ALSA: Drop unused name argument in snd_register_oss_device() | Takashi Iwai | 2014-02-12 | 1 | -2/+2 |
* | ALSA: Fix typos in alsa-driver-api.xml | Masanari Iida | 2014-02-10 | 1 | -1/+1 |
* | ALSA: add/change some comments describing function return values | Yacine Belkadi | 2013-03-12 | 1 | -7/+7 |
* | ALSA: Avoid endless sleep after disconnect | Takashi Iwai | 2012-10-30 | 1 | -0/+20 |
* | ALSA: Add a reference counter to card instance | Takashi Iwai | 2012-10-30 | 1 | -1/+5 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | ALSA: Use krealloc() in possible places | Takashi Iwai | 2011-07-12 | 1 | -4/+4 |
* | ALSA: rawmidi - Use workq for event handling | Takashi Iwai | 2011-06-14 | 1 | -26/+11 |
* | ALSA: rawmidi: fix oops (use after free) when unloading a driver module | Clemens Ladisch | 2010-10-17 | 1 | -1/+3 |
* | ALSA: rawmidi: fix the get next midi device ioctl | Dan Carpenter | 2010-09-09 | 1 | -0/+2 |
* | ALSA: core - Define llseek fops | Takashi Iwai | 2010-04-13 | 1 | -0/+5 |
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -1/+1 |
* | sound: rawmidi: record a substream's owner process | Clemens Ladisch | 2009-11-10 | 1 | -0/+9 |
* | sound: rawmidi: fix opened substreams count | Clemens Ladisch | 2009-11-10 | 1 | -4/+2 |
* | Merge branch 'topic/ctl-pid-lock' into topic/core-change | Takashi Iwai | 2009-11-10 | 1 | -1/+1 |
|\ |
|
| * | control: use reference-counted pid | Clemens Ladisch | 2009-11-06 | 1 | -1/+1 |
* | | sound: rawmidi: fix MIDI device O_APPEND error handling | Clemens Ladisch | 2009-11-10 | 1 | -12/+7 |
* | | sound: rawmidi: fix checking of O_APPEND when opening MIDI device | Clemens Ladisch | 2009-11-10 | 1 | -1/+2 |
* | | sound: rawmidi: fix double init when opening MIDI device with O_APPEND | Clemens Ladisch | 2009-11-10 | 1 | -10/+12 |
|/ |
|
* | sound: rawmidi: disable active-sensing-on-close by default | Clemens Ladisch | 2009-07-15 | 1 | -1/+1 |
* | ALSA: rawmidi - Refactor rawmidi open/close codes | Takashi Iwai | 2009-03-09 | 1 | -183/+194 |
* | ALSA: rawmidi - Fix possible race in open | Takashi Iwai | 2009-03-09 | 1 | -7/+7 |
* | ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule() | Takashi Iwai | 2008-12-18 | 1 | -2/+2 |
* | ALSA: rawmidi - Add open check in rawmidi callbacks | Takashi Iwai | 2008-11-03 | 1 | -0/+8 |
* | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 2008-08-13 | 1 | -10/+15 |
* | ALSA: fix locking in snd_pcm_open*() and snd_rawmidi_open*() | Takashi Iwai | 2008-09-25 | 1 | -2/+2 |
* | [ALSA] rawmidi: let sparse know what is going on _for real_ | Marcin Ĺšlusarz | 2008-01-31 | 1 | -19/+21 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 1 | -1/+0 |
* | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-16 | 1 | -2/+2 |
* | [ALSA] Clean up duplicate includes in sound/core/ | Jesper Juhl | 2007-10-16 | 1 | -1/+0 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [ALSA] alsa core: convert to list_for_each_entry* | Johannes Berg | 2007-02-09 | 1 | -19/+10 |
* | [ALSA] sound: initialize rawmidi substream list | Akinobu Mita | 2006-12-20 | 1 | -1/+3 |
* | [ALSA] Fix substream selection in PCM and rawmidi | Takashi Iwai | 2006-09-23 | 1 | -1/+2 |
* | [ALSA] Unregister device files at disconnection | Takashi Iwai | 2006-09-23 | 1 | -26/+9 |
* | [ALSA] Fix disconnection of proc interface | Takashi Iwai | 2006-09-23 | 1 | -1/+1 |
* | [ALSA] Remove zero-initialization of static variables | Takashi Iwai | 2006-06-22 | 1 | -1/+1 |
* | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 2006-06-22 | 1 | -1/+0 |
* | [PATCH] sound: Remove unneeded kmalloc() return value casts | Jesper Juhl | 2006-03-28 | 1 | -2/+4 |
* | [ALSA] semaphore -> mutex (core part) | Ingo Molnar | 2006-03-22 | 1 | -28/+29 |
* | [ALSA] sound/: possible cleanups | Adrian Bunk | 2006-01-03 | 1 | -3/+2 |
* | [ALSA] rawmidi: adjust runtime->avail when changing output buffer size | Clemens Ladisch | 2006-01-03 | 1 | -0/+1 |