aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/init.c
AgeCommit message (Expand)AuthorFilesLines
9 daysALSA: core: Remove superfluous CONFIG_PMTakashi Iwai1-2/+0
9 daysALSA: Fix deadlocks with kctl removals at disconnectionTakashi Iwai1-1/+8
2024-02-28ALSA: core: Use guard() for lockingTakashi Iwai1-105/+88
2023-09-12ALSA: core: Use dev_name of card_dev as debugfs directory namePeter Ujfalusi1-5/+2
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai1-23/+0
2023-08-17ALSA: core: Introduce snd_device_alloc()Takashi Iwai1-0/+31
2023-06-21sound: make all 'class' structures constIvan Orlov1-2/+2
2023-02-08ALSA: core: Make snd_card_free() return voidUwe Kleine-König1-4/+2
2023-02-08ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König1-7/+5
2023-02-08ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König1-16/+8
2022-09-19ALSA: core: Fix double-free at snd_card_new()Takashi Iwai1-5/+5
2022-08-02ALSA: core: Replace scnprintf() with sysfs_emit()Takashi Iwai1-2/+2
2022-07-13ALSA: core: Fix missing return value comments for kernel docsTakashi Iwai1-0/+10
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai1-0/+4
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai1-0/+28
2022-01-19ALSA: core: Simplify snd_power_ref_and_wait() with the standard macroTakashi Iwai1-20/+5
2021-07-31ALSA: core: Fix double calls of snd_card_free() via devresTakashi Iwai1-4/+10
2021-07-19ALSA: core: Add managed card creationTakashi Iwai1-8/+91
2021-06-09ALSA: core: Fix assignment in if conditionTakashi Iwai1-4/+8
2021-05-28ALSA: core: use DEVICE_ATTR_*() macroYueHaibing1-11/+8
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai1-5/+1
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai1-8/+42
2021-03-30ALSA: core: remove redundant spin_lock pair in snd_card_disconnectJia Zhou1-2/+0
2021-02-08ALSA: pcm: Call sync_stop at disconnectionTakashi Iwai1-0/+4
2021-02-02ALSA: core: Fix the debugfs removal at snd_card_free()Takashi Iwai1-5/+4
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang1-0/+16
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-2/+2
2020-12-21ALSA: core: Remove redundant commentsYangHui1-2/+0
2020-09-03ALSA: core: init: use DECLARE_COMPLETION_ONSTACK() macroPierre-Louis Bossart1-2/+1
2020-06-25ALSA: core: Warn on empty moduleTakashi Iwai1-0/+3
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai1-0/+1
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/t...Linus 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/p...Linus 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
2011-04-04ALSA: core - Don't use "default' for defaultTakashi Iwai1-1/+1
2011-03-25ALSA: Fix yet another race in disconnectionTakashi Iwai1-0/+4
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-2/+7
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-8/+3
2010-09-16ALSA: core: Allow card id change to the same stringPeter Ujfalusi1-2/+7
2009-09-07ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai1-0/+8
2009-06-04ALSA: Core - clean up snd_card_set_id* calls and remove possible id collisionJaroslav Kysela1-16/+10
2009-06-03ALSA: Fix double locking of card list in snd_card_register()Mark Brown1-12/+19
2009-06-02ALSA: Core - add snd_card_set_id() functionJaroslav Kysela1-23/+39
2009-03-24Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai1-27/+15
2009-03-09ALSA: Clean up snd_monitor_file managementTakashi Iwai1-27/+15
2009-01-12ALSA: Introduce snd_card_create()Takashi Iwai1-16/+31
2008-11-18sound: Fix warnings relating to ignored return value in snd_card_registerHannes Eder1-2/+6
2008-11-12ALSA: when card identification is changed, change also /proc/asound symlinkJaroslav Kysela1-0/+1
2008-11-12ALSA: add /sys/class/sound/card#/id (r/w) and card#/number (r/o) filesJaroslav Kysela1-1/+65
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+4
2008-10-16device create: sound: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-08-13ALSA: Kill snd_assert() in sound/core/*Takashi Iwai1-1/+2
2008-07-21device create: sound: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-05-28[ALSA] Improve the slots option handlingTakashi Iwai1-27/+40
2008-04-24[ALSA] Clean up snd_card_free*()Takashi Iwai1-17/+9
2008-04-24[ALSA] Fix the race of card instance unregistrationTakashi Iwai1-4/+6
2008-04-24[ALSA] sound: replace remaining __FUNCTION__ occurencesHarvey Harrison1-1/+1
2008-01-31[ALSA] fix compilation warning in GCCMiguel Boton1-1/+1
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2008-01-31[ALSA] Introduce slots option to snd moduleTakashi Iwai1-0/+36
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-12[PATCH] mark struct file_operations const 9Arjan van de Ven1-2/+2
2007-02-09[ALSA] cleanup and error reporting for sound/core/init.cOliver Neukum1-8/+14
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai1-7/+11
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman1-0/+8
2006-10-06[ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese1-40/+52
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-53/+3
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-15/+54
2006-09-23[ALSA] Fix disconnection of proc interfaceTakashi Iwai1-3/+4
2006-06-22[ALSA] Remove zero-initialization of static variablesTakashi Iwai1-3/+3
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai1-20/+31
2006-06-22[ALSA] Remove unneeded read/write_size fields in proc text opsTakashi Iwai1-3/+0
2006-06-22[ALSA] Clean up EXPORT_SYMBOL()s in snd moduleTakashi Iwai1-0/+20
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai1-8/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+2
2006-03-22[ALSA] return ENODEV for disconnected devicesClemens Ladisch1-0/+42
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-1/+1
2006-01-03[ALSA] Optimize for config without PROC_FSTakashi Iwai1-24/+35
2006-01-03[ALSA] dynamic minors (6/6): increase maximum number of sound cardsClemens Ladisch1-7/+11
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai1-203/+2
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai1-42/+44
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-8/+9
2005-11-04[ALSA] Fix a typo in the last fixTakashi Iwai1-1/+1
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-2/+3
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-10/+4
2005-10-24[PATCH] ALSA: Fix Oops of suspend/resume with generic driversTakashi Iwai1-2/+4
2005-09-12[ALSA] Replace with kzalloc() - core stuffTakashi Iwai1-2/+2
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai1-84/+101
2005-04-16[PATCH] fix pm_message_t vs. u32 in alsaPavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+887