summaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: Mandate to pass a device pointer at card creation timeTakashi Iwai2014-02-121-3/+10
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-2/+1
* ALSA: pcm: Add snd_printd_ratelimit()Tim Gardner2013-08-191-0/+8
* ALSA: Add kconfig to specify the max card numbersTakashi Iwai2013-05-241-1/+1
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-1/+1
* ALSA: Make snd_BUG_ON() always evaluate and return the conditional expressionChristine Spang2013-03-111-16/+8
* ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-3/+9
* ALSA: Add a reference counter to card instanceTakashi Iwai2012-10-301-0/+3
* ALSA: hda - hide HDMI/ELD printks unless snd.debug=2Fengguang Wu2012-04-101-0/+10
* Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-3/+2
|\
| * device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-3/+2