Age | Commit message (Expand) | Author | Files | Lines |
2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -2/+7 |
2010-10-22 | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 1 | -8/+3 |
2010-09-16 | ALSA: core: Allow card id change to the same string | Peter Ujfalusi | 1 | -2/+7 |
2009-09-07 | ALSA: Remove struct snd_monitor_file from public sound/core.h | Takashi Iwai | 1 | -0/+8 |
2009-06-04 | ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision | Jaroslav Kysela | 1 | -16/+10 |
2009-06-03 | ALSA: Fix double locking of card list in snd_card_register() | Mark Brown | 1 | -12/+19 |
2009-06-02 | ALSA: Core - add snd_card_set_id() function | Jaroslav Kysela | 1 | -23/+39 |
2009-03-24 | Merge branch 'topic/ctl-list-cleanup' into for-linus | Takashi Iwai | 1 | -27/+15 |
2009-03-09 | ALSA: Clean up snd_monitor_file management | Takashi Iwai | 1 | -27/+15 |
2009-01-12 | ALSA: Introduce snd_card_create() | Takashi Iwai | 1 | -16/+31 |
2008-11-18 | sound: Fix warnings relating to ignored return value in snd_card_register | Hannes Eder | 1 | -2/+6 |
2008-11-12 | ALSA: when card identification is changed, change also /proc/asound symlink | Jaroslav Kysela | 1 | -0/+1 |
2008-11-12 | ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files | Jaroslav Kysela | 1 | -1/+65 |
2008-11-01 | saner FASYNC handling on file close | Al Viro | 1 | -1/+4 |
2008-10-16 | device create: sound: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -3/+3 |
2008-08-13 | ALSA: Kill snd_assert() in sound/core/* | Takashi Iwai | 1 | -1/+2 |
2008-07-21 | device create: sound: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -2/+3 |
2008-05-28 | [ALSA] Improve the slots option handling | Takashi Iwai | 1 | -27/+40 |
2008-04-24 | [ALSA] Clean up snd_card_free*() | Takashi Iwai | 1 | -17/+9 |
2008-04-24 | [ALSA] Fix the race of card instance unregistration | Takashi Iwai | 1 | -4/+6 |
2008-04-24 | [ALSA] sound: replace remaining __FUNCTION__ occurences | Harvey Harrison | 1 | -1/+1 |
2008-01-31 | [ALSA] fix compilation warning in GCC | Miguel Boton | 1 | -1/+1 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 1 | -1/+0 |
2008-01-31 | [ALSA] Introduce slots option to snd module | Takashi Iwai | 1 | -0/+36 |
2007-10-16 | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 1 | -1/+1 |
2007-05-02 | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 1 | -1/+0 |
2007-02-12 | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 1 | -2/+2 |
2007-02-09 | [ALSA] cleanup and error reporting for sound/core/init.c | Oliver Neukum | 1 | -8/+14 |
2007-01-29 | [PATCH] ALSA: Fix sysfs breakage | Takashi Iwai | 1 | -7/+11 |
2006-12-01 | Driver core: convert sound core to use struct device | Greg Kroah-Hartman | 1 | -0/+8 |
2006-10-06 | [ALSA] Handle file operations during snd_card disconnects using static file->... | Karsten Wiese | 1 | -40/+52 |
2006-09-23 | [ALSA] Deprecate snd_card_free_in_thread() | Takashi Iwai | 1 | -53/+3 |
2006-09-23 | [ALSA] Unregister device files at disconnection | Takashi Iwai | 1 | -15/+54 |
2006-09-23 | [ALSA] Fix disconnection of proc interface | Takashi Iwai | 1 | -3/+4 |
2006-06-22 | [ALSA] Remove zero-initialization of static variables | Takashi Iwai | 1 | -3/+3 |
2006-06-22 | [ALSA] Fix rwlock around snd_iprintf() in sound core | Takashi Iwai | 1 | -20/+31 |
2006-06-22 | [ALSA] Remove unneeded read/write_size fields in proc text ops | Takashi Iwai | 1 | -3/+0 |
2006-06-22 | [ALSA] Clean up EXPORT_SYMBOL()s in snd module | Takashi Iwai | 1 | -0/+20 |
2006-03-31 | [ALSA] Cleanup unused argument for snd_power_wait() | Takashi Iwai | 1 | -8/+1 |
2006-03-28 | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 1 | -1/+2 |
2006-03-22 | [ALSA] return ENODEV for disconnected devices | Clemens Ladisch | 1 | -0/+42 |
2006-03-22 | [ALSA] semaphore -> mutex (core part) | Ingo Molnar | 1 | -1/+1 |
2006-01-03 | [ALSA] Optimize for config without PROC_FS | Takashi Iwai | 1 | -24/+35 |
2006-01-03 | [ALSA] dynamic minors (6/6): increase maximum number of sound cards | Clemens Ladisch | 1 | -7/+11 |
2006-01-03 | [ALSA] Decentralize PM control | Takashi Iwai | 1 | -203/+2 |
2006-01-03 | [ALSA] Remove xxx_t typedefs: Core component | Takashi Iwai | 1 | -42/+44 |
2005-11-09 | [DRIVER MODEL] Convert platform drivers to use struct platform_driver | Russell King | 1 | -8/+9 |
2005-11-04 | [ALSA] Fix a typo in the last fix | Takashi Iwai | 1 | -1/+1 |
2005-11-04 | [ALSA] Remove snd_runtime_check() macro | Takashi Iwai | 1 | -2/+3 |
2005-10-29 | Create platform_device.h to contain all the platform device details. | Russell King | 1 | -0/+2 |