Age | Commit message (Expand) | Author |
2020-01-21 | ALSA: pcm: Set per-card upper limit of PCM buffer allocations | Takashi Iwai |
2019-11-20 | ALSA: pcm: Add card sync_irq field | Takashi Iwai |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-06 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-04-17 | ALSA: core: Don't refer to snd_cards array directly | Takashi Iwai |
2019-04-16 | ALSA: core: Fix card races between register and disconnect | Takashi Iwai |
2019-02-06 | ALSA: info: Move card id proc creation into info.c | Takashi Iwai |
2019-02-06 | ALSA: info: Drop unused snd_info_entry.card field | Takashi Iwai |
2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches |
2018-02-27 | ALSA: Use scnprintf() instead of snprintf() for show | Jaejoong Kim |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-27 | sound: annotate ->poll() instances | Al Viro |
2017-10-11 | ALSA: add snd_card_disconnect_sync() | Takashi Iwai |
2017-08-30 | ALSA: Get rid of card power_lock | Takashi Iwai |
2017-08-04 | ALSA: control: obsolete user_ctl_lock | Takashi Sakamoto |
2017-07-06 | Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar |
2017-06-16 | ALSA: core: Follow standard EXPORT_SYMBOL() declarations | Takashi Iwai |
2016-01-12 | ALSA: hda_intel: add card number to irq description | Heiner Kallweit |
2015-06-29 | ALSA: Fix uninintialized error return | Colin Ian King |
2015-05-27 | ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS | Jie Yang |
2015-05-18 | ALSA: info: Register proc entries recursively, too | Takashi Iwai |
2015-04-24 | ALSA: core: Don't ignore errors at creating proc files | Takashi Iwai |
2015-04-24 | ALSA: core: Remove superfluous exit calls for proc entries | Takashi Iwai |
2015-03-03 | ALSA: core: Re-add snd_device_disconnect() | Takashi Iwai |
2015-02-06 | ALSA: Add a helper to add a new attribute group to card | Takashi Iwai |
2015-02-02 | ALSA: Add a helper to initialize device | Takashi Iwai |
2014-10-30 | ALSA: doc: More kerneldoc comments on core components | Takashi Iwai |
2014-06-18 | ALSA: control: Protect user controls against concurrent access | Lars-Peter Clausen |
2014-02-25 | ALSA: Clean up snd_device_*() codes | Takashi Iwai |
2014-02-25 | ALSA: Use priority list for managing device list | Takashi Iwai |
2014-02-19 | ALSA: core: Fix missing card sysfs contents | Takashi Iwai |
2014-02-14 | ALSA: core: Use standard printk helpers | Takashi Iwai |
2014-02-14 | ALSA: Use standard device refcount for card accounting | Takashi Iwai |
2014-02-14 | ALSA: Use static groups for id and number card sysfs attr files | Takashi Iwai |
2014-02-14 | ALSA: Embed card device into struct snd_card | Takashi Iwai |
2014-02-12 | ALSA: Mandate to pass a device pointer at card creation time | Takashi Iwai |
2014-02-10 | ALSA: Replace with IS_ENABLED() | Takashi Iwai |
2014-01-23 | ALSA: Refactor slot assignment code | Takashi Iwai |
2014-01-23 | ALSA: bits vs bytes bug in snd_card_create() | Dan Carpenter |
2013-10-29 | ALSA: Limit the fallback card id string size | Takashi Iwai |
2013-10-29 | ALSA: Optimize module name check | Takashi Iwai |
2013-05-24 | ALSA: Add kconfig to specify the max card numbers | Takashi Iwai |
2013-05-24 | ALSA: Fix the default suffix string with high card number | Takashi Iwai |
2013-03-12 | ALSA: add/change some comments describing function return values | Yacine Belkadi |
2012-10-30 | ALSA: Add a reference counter to card instance | Takashi Iwai |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2012-03-11 | device.h: cleanup users outside of linux/include (C files) | Paul Gortmaker |
2012-03-09 | ALSA: core - Refactor card id string creation code | Takashi Iwai |
2011-10-31 | sound: Add module.h to the previously silent sound users | Paul Gortmaker |