summaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functionsAxel Lin2012-01-301-0/+2
|/
* ALSA: core: add support for compressed devicesOmair Mohammed Abdullah2011-12-231-0/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker2011-10-311-1/+1
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-1/+1
|\
| * ALSA: fix unused warnings with snd_power_get_stateMike Frysinger2010-10-171-1/+1
* | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-6/+0
|/
* ALSA: Add snd_pci_quirk_lookup_id()Takashi Iwai2010-01-141-0/+3
* Merge branch 'topic/snd-printk' into for-linusTakashi Iwai2009-09-101-24/+14
|\
| * ALSA: Fixed a typo of printk()Takashi Iwai2009-08-281-1/+1
| * ALSA: Add debug module optionTakashi Iwai2009-08-271-24/+14
* | ALSA: Remove unneeded ifdef from sound/core.hTakashi Iwai2009-09-071-4/+0
* | ALSA: Remove struct snd_monitor_file from public sound/core.hTakashi Iwai2009-09-071-9/+0
|/
* Merge branch 'topic/cleanup' into for-linusTakashi Iwai2009-06-101-10/+0
|\