aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai1-0/+2
2020-03-23ALSA: core: Add snd_device_get_state() helperTakashi Iwai1-0/+21
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai1-0/+9
2017-09-07ALSA: core: Use %pS printk format for direct addressesHelge Deller1-2/+2
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai1-10/+33
2015-03-10ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai1-3/+1
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai1-10/+33
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai1-79/+49
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai1-29/+37
2014-02-14ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai1-4/+4
2014-02-14ALSA: core: Use standard printk helpersTakashi Iwai1-10/+11
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-4/+4
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededPaul Gortmaker1-0/+1
2011-02-14ALSA: core: sparse cleanupsClemens Ladisch1-3/+4
2008-10-16ALSA: Print function symbol in the error messagesTakashi Iwai1-2/+2
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-12/+14
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-09[ALSA] alsa core: convert to list_for_each_entry*Johannes Berg1-18/+6
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-11/+9
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-0/+6
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai1-1/+1
2006-01-03[ALSA] Nest sound devicesClemens Ladisch1-1/+1
2006-01-03[ALSA] Add error messagesTakashi Iwai1-1/+4
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai1-19/+23
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-1/+1
2005-07-28[ALSA] Fix two typos and changes on snd_assert()Henrik Kretzschmar1-6/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+240