summaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
Commit message (Expand)AuthorAgeFilesLines
* ALSA: core: Drop snd_device_initialize()Takashi Iwai2023-08-171-1/+0
* ALSA: control: Don't embed ctl_devTakashi Iwai2023-08-171-1/+1
* ALSA: core: Introduce snd_device_alloc()Takashi Iwai2023-08-171-0/+1
* sound: make all 'class' structures constIvan Orlov2023-06-211-1/+1
* ALSA: core: update comment on snd_card.controls_rwsemOswald Buddenhagen2023-05-081-1/+1
* ALSA: core: Make snd_card_free() return voidUwe Kleine-König2023-02-081-1/+1
* ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König2023-02-081-1/+1
* ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König2023-02-081-1/+1
* ALSA: core: Add async signal helpersTakashi Iwai2022-07-291-0/+8
* ALSA: control: Use xarray for faster lookupsTakashi Iwai2022-06-151-0/+6
* ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai2022-04-121-0/+1
* ALSA: core: Add device-managed request_dma()Takashi Iwai2021-07-191-0/+1
* ALSA: core: Add managed card creationTakashi Iwai2021-07-191-0/+5
* ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai2021-05-251-2/+2
* ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai2021-05-251-0/+42
* ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state changeTakashi Iwai2021-05-251-2/+2
* ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto2021-04-081-1/+1
* ALSA: jack: implement software jack injection via debugfsHui Wang2021-02-021-0/+6
* ALSA: fix kernel-doc markupsMauro Carvalho Chehab2020-10-261-1/+2
* ALSA: core: Add snd_device_get_state() helperTakashi Iwai2020-03-231-0/+1
* ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai2020-01-211-0/+3
* ALSA: core: Treat snd_device_ops as constTakashi Iwai2020-01-031-2/+2
* ALSA: pcm: Add card sync_irq fieldTakashi Iwai2019-11-201-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai2019-04-171-2/+14
* ALSA: info: Move card id proc creation into info.cTakashi Iwai2019-02-061-1/+0
* ALSA: core: Assure control device to be registered at lastTakashi Iwai2018-05-171-1/+1
* ALSA: add snd_card_disconnect_sync()Takashi Iwai2017-10-111-0/+2
* ALSA: Get rid of card power_lockTakashi Iwai2017-08-301-13/+0
* ALSA: control: obsolete user_ctl_lockTakashi Sakamoto2017-08-041-2/+0
* ALSA: Use IS_ENABLED() in common headersTakashi Iwai2017-05-171-3/+3
* ALSA: core: Fix kernel-doc warningsTakashi Iwai2016-11-151-10/+10
* ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit2016-01-121-0/+1
* ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai2015-04-241-4/+0
* ALSA: core: Re-add snd_device_disconnect()Takashi Iwai2015-03-031-1/+2
* ALSA: Add a helper to add a new attribute group to cardTakashi Iwai2015-02-061-0/+3
* ALSA: Drop snd_get_device() helperTakashi Iwai2015-02-021-1/+0
* ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-35/+4
* ALSA: control: Embed struct deviceTakashi Iwai2015-02-021-0/+1
* ALSA: Add a helper to initialize deviceTakashi Iwai2015-02-021-0/+2
* ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai2015-02-021-7/+7
* ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen2014-06-181-0/+2
* ALSA: Remove deprecated snd_card_create()Takashi Iwai2014-05-231-7/+0
* ALSA: core - Define snd_pci_quirk without CONFIG_PCIDylan Reid2014-03-011-1/+14
* ALSA: Clean up snd_device_*() codesTakashi Iwai2014-02-251-3/+2
* ALSA: Use priority list for managing device listTakashi Iwai2014-02-251-18/+10
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-251-2/+1
* ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai2014-02-141-30/+33
* ALSA: Use standard device refcount for card accountingTakashi Iwai2014-02-141-4/+3
* ALSA: Embed card device into struct snd_cardTakashi Iwai2014-02-141-4/+6