aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/paulg/linuxLinus 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/kernel/git/paulg/linuxLinus 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/tiwai/sound-2.6Linus 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