summaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
AgeCommit message (Expand)AuthorLines
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai-1/+0
2023-08-17ALSA: control: Don't embed ctl_devTakashi Iwai-1/+1
2023-08-17ALSA: core: Introduce snd_device_alloc()Takashi Iwai-0/+1
2023-06-21sound: make all 'class' structures constIvan Orlov-1/+1
2023-05-08ALSA: core: update comment on snd_card.controls_rwsemOswald Buddenhagen-1/+1
2023-02-08ALSA: core: Make snd_card_free() return voidUwe Kleine-König-1/+1
2023-02-08ALSA: core: Make snd_card_free_when_closed() return voidUwe Kleine-König-1/+1
2023-02-08ALSA: core: Make snd_card_disconnect() return voidUwe Kleine-König-1/+1
2022-07-29ALSA: core: Add async signal helpersTakashi Iwai-0/+8
2022-06-15ALSA: control: Use xarray for faster lookupsTakashi Iwai-0/+6
2022-04-12ALSA: core: Add snd_card_free_on_error() helperTakashi Iwai-0/+1
2021-07-19ALSA: core: Add device-managed request_dma()Takashi Iwai-0/+1
2021-07-19ALSA: core: Add managed card creationTakashi Iwai-0/+5
2021-05-25ALSA: Drop superfluous argument from snd_power_wait()Takashi Iwai-2/+2
2021-05-25ALSA: control: Track in-flight control read/write/tlv accessesTakashi Iwai-0/+42
2021-05-25ALSA: core: Use READ_ONCE() / WRITE_ONCE() for power state changeTakashi Iwai-2/+2
2021-04-08ALSA: control: Add memory consumption limit to user controlsTakashi Sakamoto-1/+1
2021-02-02ALSA: jack: implement software jack injection via debugfsHui Wang-0/+6
2020-10-26ALSA: fix kernel-doc markupsMauro Carvalho Chehab-1/+2
2020-03-23ALSA: core: Add snd_device_get_state() helperTakashi Iwai-0/+1
2020-01-21ALSA: pcm: Set per-card upper limit of PCM buffer allocationsTakashi Iwai-0/+3
2020-01-03ALSA: core: Treat snd_device_ops as constTakashi Iwai-2/+2
2019-11-20ALSA: pcm: Add card sync_irq fieldTakashi Iwai-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-04-17ALSA: core: Don't refer to snd_cards array directlyTakashi Iwai-2/+14
2019-02-06ALSA: info: Move card id proc creation into info.cTakashi Iwai-1/+0
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai-1/+1
2017-10-11ALSA: add snd_card_disconnect_sync()Takashi Iwai-0/+2
2017-08-30ALSA: Get rid of card power_lockTakashi Iwai-13/+0
2017-08-04ALSA: control: obsolete user_ctl_lockTakashi Sakamoto-2/+0
2017-05-17ALSA: Use IS_ENABLED() in common headersTakashi Iwai-3/+3
2016-11-15ALSA: core: Fix kernel-doc warningsTakashi Iwai-10/+10
2016-01-12ALSA: hda_intel: add card number to irq descriptionHeiner Kallweit-0/+1
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai-4/+0
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai-1/+2
2015-02-06ALSA: Add a helper to add a new attribute group to cardTakashi Iwai-0/+3
2015-02-02ALSA: Drop snd_get_device() helperTakashi Iwai-1/+0
2015-02-02ALSA: Simplify snd_device_register() variantsTakashi Iwai-35/+4
2015-02-02ALSA: control: Embed struct deviceTakashi Iwai-0/+1
2015-02-02ALSA: Add a helper to initialize deviceTakashi Iwai-0/+2
2015-02-02ALSA: Allow to pass the device object to snd_register_device*()Takashi Iwai-7/+7
2014-06-18ALSA: control: Protect user controls against concurrent accessLars-Peter Clausen-0/+2
2014-05-23ALSA: Remove deprecated snd_card_create()Takashi Iwai-7/+0
2014-03-01ALSA: core - Define snd_pci_quirk without CONFIG_PCIDylan Reid-1/+14
2014-02-25ALSA: Clean up snd_device_*() codesTakashi Iwai-3/+2
2014-02-25ALSA: Use priority list for managing device listTakashi Iwai-18/+10
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai-2/+1
2014-02-14ALSA: Drop __bitwise and typedefs for snd_device attributesTakashi Iwai-30/+33
2014-02-14ALSA: Use standard device refcount for card accountingTakashi Iwai-4/+3
2014-02-14ALSA: Embed card device into struct snd_cardTakashi Iwai-4/+6