aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-05-06Merge branch 'for-linus' into for-nextTakashi Iwai1-9/+9
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai1-2/+21
2019-04-16ALSA: core: Fix card races between register and disconnectTakashi Iwai1-9/+9
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai1-29/+4
2019-02-06ALSA: info: Drop unused snd_info_entry.card fieldTakashi Iwai1-2/+4
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-02-27ALSA: Use scnprintf() instead of snprintf() for showJaejoong Kim1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-1/+1
2017-10-11ALSA: add snd_card_disconnect_sync()Takashi Iwai1-0/+32
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai1-5/+0
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto1-1/+0
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-7/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16ALSA: core: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-7/+1
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit1-0/+3
2015-06-29ALSA: Fix uninintialized error returnColin Ian King1-2/+1
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-4/+4
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai1-12/+6
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai1-9/+7
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai1-17/+0
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai1-4/+1
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai1-6/+25
2015-02-02ALSA: Add a helper to initialize deviceTakashi Iwai1-0/+23
2014-10-30ALSA: doc: More kerneldoc comments on core componentsTakashi Iwai1-11/+22
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen1-0/+1
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai1-4/+1
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai1-11/+3
2014-02-19ALSA: core: Fix missing card sysfs contentsTakashi Iwai1-5/+5
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-12/+12
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai1-38/+15
2014-02-14ALSA: Use static groups for id and number card sysfs attr filesTakashi Iwai1-13/+19
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai1-19/+35
2014-02-12ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai1-3/+5
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai1-4/+4
2014-01-23ALSA: Refactor slot assignment codeTakashi Iwai1-27/+30
2014-01-23ALSA: bits vs bytes bug in snd_card_create()Dan Carpenter1-2/+2
2013-10-29ALSA: Limit the fallback card id string sizeTakashi Iwai1-1/+1
2013-10-29ALSA: Optimize module name checkTakashi Iwai1-1/+1
2013-05-24ALSA: Add kconfig to specify the max card numbersTakashi Iwai1-9/+16
2013-05-24ALSA: Fix the default suffix string with high card numberTakashi Iwai1-17/+13
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-7/+9
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-20/+30
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-03-09ALSA: core - Refactor card id string creation codeTakashi Iwai1-69/+100
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-05-26ALSA: core: remove unused variables.Luca Tettamanti1-3/+0