- 825a524 ALSA: core: Fix double calls of snd_card_free() via devres by Takashi Iwai · 3 years, 5 months ago
- e8ad415 ALSA: core: Add managed card creation by Takashi Iwai · 3 years, 6 months ago
- e3ded89 ALSA: core: Fix assignment in if condition by Takashi Iwai · 3 years, 7 months ago
- 873fd81 ALSA: core: use DEVICE_ATTR_*() macro by YueHaibing · 3 years, 7 months ago
- b6cc78d ALSA: Drop superfluous argument from snd_power_wait() by Takashi Iwai · 3 years, 7 months ago
- e94fdbd ALSA: control: Track in-flight control read/write/tlv accesses by Takashi Iwai · 3 years, 7 months ago
- abc2164 ALSA: core: remove redundant spin_lock pair in snd_card_disconnect by Jia Zhou · 3 years, 9 months ago
- 29bb274 ALSA: pcm: Call sync_stop at disconnection by Takashi Iwai · 3 years, 11 months ago
- 3c4ab49 ALSA: core: Fix the debugfs removal at snd_card_free() by Takashi Iwai · 3 years, 11 months ago
- 2d670ea ALSA: jack: implement software jack injection via debugfs by Hui Wang · 4 years ago
- 75b1a8f ALSA: Convert strlcpy to strscpy when return value is unused by Joe Perches · 4 years ago
- 8b7c764 ALSA: core: Remove redundant comments by YangHui · 4 years ago
- bec206d ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macro by Pierre-Louis Bossart · 4 years, 4 months ago
- 81033c6 ALSA: core: Warn on empty module by Takashi Iwai · 4 years, 6 months ago
- d4cfb30 ALSA: pcm: Set per-card upper limit of PCM buffer allocations by Takashi Iwai · 5 years ago
- fabb26d ALSA: pcm: Add card sync_irq field by Takashi Iwai · 5 years ago
- 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
- 17b89c8 Merge branch 'for-linus' into for-next by Takashi Iwai · 6 years ago
- f4fa968 ALSA: core: Don't refer to snd_cards array directly by Takashi Iwai · 6 years ago
- 2a3f722 ALSA: core: Fix card races between register and disconnect by Takashi Iwai · 6 years ago
- 29b2625 ALSA: info: Move card id proc creation into info.c by Takashi Iwai · 6 years ago
- 9725752 ALSA: info: Drop unused snd_info_entry.card field by Takashi Iwai · 6 years ago
- 6a73cf4 sound: Use octal not symbolic permissions by Joe Perches · 7 years ago
- ef21e17 ALSA: Use scnprintf() instead of snprintf() for show by Jaejoong Kim · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 680ef72 sound: annotate ->poll() instances by Al Viro · 7 years ago
- c44027c ALSA: add snd_card_disconnect_sync() by Takashi Iwai · 7 years ago
- 7d8e829 ALSA: Get rid of card power_lock by Takashi Iwai · 7 years ago
- 30d8340 ALSA: control: obsolete user_ctl_lock by Takashi Sakamoto · 7 years ago
- 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
- 35f8001 ALSA: core: Follow standard EXPORT_SYMBOL() declarations by Takashi Iwai · 8 years ago
- de65360 ALSA: hda_intel: add card number to irq description by Heiner Kallweit · 9 years ago
- 0755e74 ALSA: Fix uninintialized error return by Colin Ian King · 10 years ago
- cd6a650 ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS by Jie Yang · 10 years ago
- 2471b6c ALSA: info: Register proc entries recursively, too by Takashi Iwai · 10 years ago
- b591b6e ALSA: core: Don't ignore errors at creating proc files by Takashi Iwai · 10 years ago
- b046d24 ALSA: core: Remove superfluous exit calls for proc entries by Takashi Iwai · 10 years ago
- e086e30 ALSA: core: Re-add snd_device_disconnect() by Takashi Iwai · 10 years ago
- 6bbc7fe ALSA: Add a helper to add a new attribute group to card by Takashi Iwai · 10 years ago
- 4b440be ALSA: Add a helper to initialize device by Takashi Iwai · 10 years ago
- eb9c38d ALSA: doc: More kerneldoc comments on core components by Takashi Iwai · 10 years ago
- 07f4d9d ALSA: control: Protect user controls against concurrent access by Lars-Peter Clausen · 11 years ago
- 72620d6 ALSA: Clean up snd_device_*() codes by Takashi Iwai · 11 years ago
- 289ca02 ALSA: Use priority list for managing device list by Takashi Iwai · 11 years ago
- b203dba ALSA: core: Fix missing card sysfs contents by Takashi Iwai · 11 years ago
- f2f9307 ALSA: core: Use standard printk helpers by Takashi Iwai · 11 years ago
- f246406 ALSA: Use standard device refcount for card accounting by Takashi Iwai · 11 years ago
- 34356db ALSA: Use static groups for id and number card sysfs attr files by Takashi Iwai · 11 years ago
- 8bfb181 ALSA: Embed card device into struct snd_card by Takashi Iwai · 11 years ago
- 393aa9c ALSA: Mandate to pass a device pointer at card creation time by Takashi Iwai · 11 years ago
- 8eeaa2f ALSA: Replace with IS_ENABLED() by Takashi Iwai · 11 years ago
- deb6596 ALSA: Refactor slot assignment code by Takashi Iwai · 11 years ago
- 4c3773e ALSA: bits vs bytes bug in snd_card_create() by Dan Carpenter · 11 years ago
- 97f44f5 ALSA: Limit the fallback card id string size by Takashi Iwai · 11 years ago
- 60f6fef ALSA: Optimize module name check by Takashi Iwai · 11 years ago
- 7bb2491 ALSA: Add kconfig to specify the max card numbers by Takashi Iwai · 12 years ago
- 8edbb19 ALSA: Fix the default suffix string with high card number by Takashi Iwai · 12 years ago
- eb7c06e ALSA: add/change some comments describing function return values by Yacine Belkadi · 12 years ago
- a0830db ALSA: Add a reference counter to card instance by Takashi Iwai · 12 years ago
- 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- 51990e8 device.h: cleanup users outside of linux/include (C files) by Paul Gortmaker · 13 years ago
- e7df2a3 ALSA: core - Refactor card id string creation code by Takashi Iwai · 13 years ago
- da155d5 sound: Add module.h to the previously silent sound users by Paul Gortmaker · 13 years ago
- 78fa2c4 ALSA: core: remove unused variables. by Luca Tettamanti · 14 years ago
- d8e4f9a ALSA: core - Don't use "default' for default by Takashi Iwai · 14 years ago
- a45e3d6 ALSA: Fix yet another race in disconnection by Takashi Iwai · 14 years ago
- b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
- 33081ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
- 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
- 4437ecd ALSA: core: Allow card id change to the same string by Peter Ujfalusi · 14 years ago
- 82a783f ALSA: Remove struct snd_monitor_file from public sound/core.h by Takashi Iwai · 15 years ago
- 5fdc18d ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision by Jaroslav Kysela · 16 years ago
- 872c782 ALSA: Fix double locking of card list in snd_card_register() by Mark Brown · 16 years ago
- 10a8ebb ALSA: Core - add snd_card_set_id() function by Jaroslav Kysela · 16 years ago
- 65b3864 Merge branch 'topic/ctl-list-cleanup' into for-linus by Takashi Iwai · 16 years ago
- 118dd6b ALSA: Clean up snd_monitor_file management by Takashi Iwai · 16 years ago
- 53fb1e6 ALSA: Introduce snd_card_create() by Takashi Iwai · 16 years ago
- 2af7529 sound: Fix warnings relating to ignored return value in snd_card_register by Hannes Eder · 16 years ago
- c2eb9c4 ALSA: when card identification is changed, change also /proc/asound symlink by Jaroslav Kysela · 16 years ago
- 9fb6198e ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) files by Jaroslav Kysela · 16 years ago
- 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
- abe9ab8 device create: sound: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
- 7eaa943 ALSA: Kill snd_assert() in sound/core/* by Takashi Iwai · 16 years ago
- 8940921 device create: sound: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
- a93bbaa [ALSA] Improve the slots option handling by Takashi Iwai · 17 years ago
- f18638d [ALSA] Clean up snd_card_free*() by Takashi Iwai · 17 years ago
- 73d38b1 [ALSA] Fix the race of card instance unregistration by Takashi Iwai · 17 years ago
- 9bf8e7d [ALSA] sound: replace remaining __FUNCTION__ occurences by Harvey Harrison · 17 years ago
- bc9abce [ALSA] fix compilation warning in GCC by Miguel Boton · 17 years ago
- 9004acc [ALSA] Remove sound/driver.h by Takashi Iwai · 17 years ago
- 304cd07 [ALSA] Introduce slots option to snd module by Takashi Iwai · 17 years ago
- c1017a4 [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz by Jaroslav Kysela · 17 years ago
- 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 18 years ago
- 9c2e08c [PATCH] mark struct file_operations const 9 by Arjan van de Ven · 18 years ago
- 5c33dd7 [ALSA] cleanup and error reporting for sound/core/init.c by Oliver Neukum · 18 years ago
- 7d2aae1 [PATCH] ALSA: Fix sysfs breakage by Takashi Iwai · 18 years ago
- d80f19f Driver core: convert sound core to use struct device by Greg Kroah-Hartman · 18 years ago
- a9edfc6 [ALSA] Handle file operations during snd_card disconnects using static file->f_op by Karsten Wiese · 18 years ago
- 2b29b13 [ALSA] Deprecate snd_card_free_in_thread() by Takashi Iwai · 19 years ago