aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai1-1/+0
2023-08-17ALSA: control: Don't embed ctl_devTakashi Iwai1-1/+1
2023-08-17ALSA: core: Introduce snd_device_alloc()Takashi Iwai1-0/+1
2023-06-21sound: make all 'class' structures constIvan Orlov1-1/+1
2023-05-08ALSA: core: update comment on snd_card.controls_rwsemOswald Buddenhagen1-1/+1
2023-02-08ALSA: core: Make snd_card_free() return voidUwe Kleine-König1-1/+1
2023-02-08ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König1-1/+1
2023-02-08ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König1-1/+1
2022-07-29ALSA: core: Add async signal helpersTakashi Iwai1-0/+8
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai1-0/+6
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai1-0/+1
2021-07-19ALSA: core: Add device-managed request_dma()Takashi Iwai1-0/+1
2021-07-19ALSA: core: Add managed card creationTakashi Iwai1-0/+5
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai1-2/+2
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai1-0/+42
2021-05-25ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state changeTakashi Iwai1-2/+2
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto1-1/+1
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang1-0/+6
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab1-1/+2
2020-03-23ALSA: core: Add snd_device_get_state() helperTakashi Iwai1-0/+1
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai1-0/+3
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai1-2/+2
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-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai1-2/+14
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai1-1/+0
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai1-1/+1
2017-10-11ALSA: add snd_card_disconnect_sync()Takashi Iwai1-0/+2
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai1-13/+0
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto1-2/+0
2017-05-17ALSA: Use IS_ENABLED() in common headersTakashi Iwai1-3/+3
2016-11-15ALSA: core: Fix kernel-doc warningsTakashi Iwai1-10/+10
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit1-0/+1
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai1-4/+0
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai1-1/+2
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai1-0/+3
2015-02-02ALSA: Drop snd_get_device() helperTakashi Iwai1-1/+0
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai1-35/+4
2015-02-02ALSA: control: Embed struct deviceTakashi Iwai1-0/+1
2015-02-02ALSA: Add a helper to initialize deviceTakashi Iwai1-0/+2
2015-02-02ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai1-7/+7
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen1-0/+2
2014-05-23ALSA: Remove deprecated snd_card_create()Takashi Iwai1-7/+0
2014-03-01ALSA: core - Define snd_pci_quirk without CONFIG_PCIDylan Reid1-1/+14
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai1-3/+2
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai1-18/+10
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai1-2/+1
2014-02-14ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai1-30/+33
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai1-4/+3
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai1-4/+6
2014-02-12ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai1-3/+10
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai1-2/+1
2013-08-19ALSA: pcm: Add snd_printd_ratelimit()Tim Gardner1-0/+8
2013-05-24ALSA: Add kconfig to specify the max card numbersTakashi Iwai1-1/+1
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi1-1/+1
2013-03-11ALSA: Make snd_BUG_ON() always evaluate and return the conditional expressionChristine Spang1-16/+8
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai1-3/+9
2012-10-30ALSA: Add a reference counter to card instanceTakashi Iwai1-0/+3
2012-04-10ALSA: hda - hide HDMI/ELD printks unless snd.debug=2Fengguang Wu1-0/+10
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+2
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-3/+2
2012-01-30ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functionsAxel Lin1-0/+2
2011-12-23ALSA: core: add support for compressed devicesOmair Mohammed Abdullah1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+1
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-1/+1
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-6/+0
2010-10-17ALSA: fix unused warnings with snd_power_get_stateMike Frysinger1-1/+1
2010-01-14ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai1-0/+3
2009-09-10Merge branch 'topic/snd-printk' into for-linusTakashi Iwai1-24/+14
2009-09-07ALSA: Remove unneeded ifdef from sound/core.hTakashi Iwai1-4/+0
2009-09-07ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai1-9/+0
2009-08-28ALSA: Fixed a typo of printk()Takashi Iwai1-1/+1
2009-08-27ALSA: Add debug module optionTakashi Iwai1-24/+14
2009-06-10Merge branch 'topic/cleanup' into for-linusTakashi Iwai1-10/+0
2009-06-02ALSA: Core - add snd_card_set_id() functionJaroslav Kysela1-0/+1
2009-04-21ALSA: Remove deprecated snd_card_new()Takashi Iwai1-10/+0
2009-03-24Merge branch 'topic/ctl-list-cleanup' into for-linusTakashi Iwai1-3/+3
2009-03-24Merge branch 'topic/quirk-cleanup' into for-linusTakashi Iwai1-2/+14
2009-03-09ALSA: Clean up snd_monitor_file managementTakashi Iwai1-3/+3
2009-02-09ALSA: Add subdevice_mask field to quirk entriesTakashi Iwai1-2/+14
2009-01-12ALSA: Introduce snd_card_create()Takashi Iwai1-1/+13
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai1-3/+25
2008-11-10Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai1-3/+7
2008-11-07ALSA: Document debug macrosTakashi Iwai1-1/+23
2008-11-07ALSA: Evaluate condition in snd_BUG_ON() in non-debugging caseTakashi Iwai1-2/+2
2008-11-07alsa: fix snd_BUG_on() and friendsAndrew Morton1-3/+7
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-25/+7
2008-10-10ALSA: Increase components array sizeTakashi Iwai1-1/+1
2008-08-29alsa: Remove special SBUS dma support code.David S. Miller1-3/+0
2008-08-13ALSA: Clean up snd_BUG()Takashi Iwai1-5/+1
2008-08-13ALSA: Kill snd_assert() definitionTakashi Iwai1-19/+0
2008-08-13ALSA: Introduce snd_BUG_ON() macroTakashi Iwai1-0/+4
2008-07-29ALSA: Add jack reporting APIMark Brown1-0/+1
2008-05-27[ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSETakashi Iwai1-4/+4
2008-04-24[ALSA] sound/core.h: evil #ifdefsPavel Machek1-2/+2
2008-04-24[ALSA] fix comments in sound/core.hPavel Machek1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-0/+10
2007-10-16[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela1-1/+1
2007-02-09[PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATEDTakashi Iwai1-1/+1
2007-02-09[ALSA] Add PCI quirk list helper functionTakashi Iwai1-0/+25
2007-02-09[ALSA] Remove obsolete typedefs.hTakashi Iwai1-2/+0
2007-02-09[ALSA] allow registering an alsa device with struct device pointerJohannes Berg1-3/+34
2007-01-29[PATCH] ALSA: Fix sysfs breakageTakashi Iwai1-3/+15
2006-12-01Driver core: convert sound core to use struct deviceGreg Kroah-Hartman1-3/+5
2006-10-06[ALSA] Handle file operations during snd_card disconnects using static file->...Karsten Wiese1-2/+2
2006-09-23[ALSA] Add pcm_class attribute to PCM sysfs entryTakashi Iwai1-0/+4
2006-09-23[ALSA] Deprecate snd_card_free_in_thread()Takashi Iwai1-3/+0
2006-09-23[ALSA] Unregister device files at disconnectionTakashi Iwai1-1/+2
2006-07-12[ALSA] remove unused snd_minor.name fieldClemens Ladisch1-2/+0
2006-06-22[ALSA] Fix rwlock around snd_iprintf() in sound coreTakashi Iwai1-2/+1
2006-04-02Update dummy snd_power_wait() function for new calling conventionLinus Torvalds1-1/+1
2006-03-31[ALSA] Cleanup unused argument for snd_power_wait()Takashi Iwai1-1/+1
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-3/+3
2006-03-22[ALSA] semaphore -> mutex (core part)Ingo Molnar1-4/+4
2006-01-10[PATCH] DocBook: fix kernel-doc commentsMartin Waitz1-2/+1
2006-01-04[ALSA] Revert the nested-device patchTakashi Iwai1-1/+0
2006-01-03[ALSA] Nest sound devicesClemens Ladisch1-0/+1
2006-01-03[ALSA] dynamic minors (3/6): store device-specific object pointers dynamicallyClemens Ladisch1-2/+7
2006-01-03[ALSA] dynamic minors (2/6): simplify storage of snd_minor structuresClemens Ladisch1-4/+1
2006-01-03[ALSA] dynamic minors (1/6): store device type in struct snd_minorClemens Ladisch1-3/+5
2006-01-03[ALSA] Decentralize PM controlTakashi Iwai1-28/+0
2006-01-03[ALSA] Remove xxx_t typedefs: Core componentTakashi Iwai1-116/+83
2005-11-04[ALSA] fix improper CONFIG_SND_MAJOR usageClemens Ladisch1-0/+1
2005-11-04[ALSA] Add the missing forward declrationTakashi Iwai1-0/+1
2005-11-04[ALSA] Remove kmalloc wrappersTakashi Iwai1-25/+0
2005-11-04[ALSA] Remove vmalloc wrapper, kfree_nocheck()Takashi Iwai1-8/+1
2005-11-04[ALSA] Make snd_task_name() module localTakashi Iwai1-1/+0
2005-11-04[ALSA] Use getnstimeofday()Takashi Iwai1-23/+0
2005-11-04[ALSA] Remove snd_runtime_check() macroTakashi Iwai1-23/+11
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-4/+4
2005-09-12[ALSA] Introduce snd_card_set_generic_dev()Takashi Iwai1-3/+5
2005-09-07[PATCH] ALSA: convert kcalloc to kzallocPekka Enberg1-0/+2
2005-08-23[PATCH] Kconfig fix (ISA_DMA_API and sound/*)Al Viro1-0/+2
2005-07-28[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'Victor Fusco1-3/+3
2005-07-28[ALSA] cleanup and typo-correctionHenrik Kretzschmar1-14/+17
2005-06-23[PATCH] create a kstrdup library functionPaulo Marques1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+502