summaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1Star
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-05-061-9/+9
|\
| * ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-161-9/+9
* | ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-171-2/+21
|/
* ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-061-29/+4Star
* ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai2019-02-061-2/+4
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-2/+2
* ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim2018-02-271-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-111-0/+32
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-5/+0Star
* ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2017-08-041-1/+0Star
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-7/+1Star
|\
| * ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-7/+1Star
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-0/+3
* ALSA: Fix uninintialized error returnColin Ian King2015-06-291-2/+1Star
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-4/+4
* ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-181-12/+6Star
* ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai2015-04-241-9/+7Star
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-17/+0Star
* ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-031-4/+1Star
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-061-6/+25
* ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-021-0/+23
* ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai2014-10-301-11/+22
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-181-0/+1
* ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-251-4/+1Star
* ALSA: Use priority list for managing device listTakashi Iwai2014-02-251-11/+3Star
* ALSA: core: Fix missing card sysfs contentsTakashi Iwai2014-02-191-5/+5
* ALSA: core: Use standard printk helpersTakashi Iwai2014-02-141-12/+12
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-141-38/+15Star
* ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai2014-02-141-13/+19
* ALSA: Embed card device into struct snd_cardTakashi Iwai2014-02-141-19/+35
* ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai2014-02-121-3/+5
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-4/+4
* ALSA: Refactor slot assignment codeTakashi Iwai2014-01-231-27/+30
* ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter2014-01-231-2/+2
* ALSA: Limit the fallback card id string sizeTakashi Iwai2013-10-291-1/+1
* ALSA: Optimize module name checkTakashi Iwai2013-10-291-1/+1
* ALSA: Add kconfig to specify the max card numbersTakashi Iwai2013-05-241-9/+16
* ALSA: Fix the default suffix string with high card numberTakashi Iwai2013-05-241-17/+13Star
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-7/+9
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-20/+30
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-0/+1
|\
| * device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* | ALSA: core - Refactor card id string creation codeTakashi Iwai2012-03-091-69/+100
|/
* sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-011-0/+1
* ALSA: core: remove unused variables.Luca Tettamanti2011-05-261-3/+0Star
* ALSA: core - Don't use "default' for defaultTakashi Iwai2011-04-041-1/+1