Age | Commit message (Expand) | Author | Files | Lines |
2013-05-24 | ALSA: Add kconfig to specify the max card numbers | Takashi Iwai | 1 | -1/+1 |
2013-03-12 | ALSA: add/change some comments describing function return values | Yacine Belkadi | 1 | -1/+1 |
2013-03-11 | ALSA: Make snd_BUG_ON() always evaluate and return the conditional expression | Christine Spang | 1 | -16/+8 |
2013-01-25 | ALSA: Make snd_printd() and snd_printdd() inline | Takashi Iwai | 1 | -3/+9 |
2012-10-30 | ALSA: Add a reference counter to card instance | Takashi Iwai | 1 | -0/+3 |
2012-04-10 | ALSA: hda - hide HDMI/ELD printks unless snd.debug=2 | Fengguang Wu | 1 | -0/+10 |
2012-03-24 | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -3/+2 |
2012-03-16 | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 1 | -3/+2 |
2012-01-30 | ALSA: Add #ifdef CONFIG_PCI guard for snd_pci_quirk_* functions | Axel Lin | 1 | -0/+2 |
2011-12-23 | ALSA: core: add support for compressed devices | Omair Mohammed Abdullah | 1 | -0/+1 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -2/+2 |
2011-11-01 | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 1 | -1/+1 |
2010-10-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 1 | -1/+1 |
2010-10-22 | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 1 | -6/+0 |
2010-10-17 | ALSA: fix unused warnings with snd_power_get_state | Mike Frysinger | 1 | -1/+1 |
2010-01-14 | ALSA: Add snd_pci_quirk_lookup_id() | Takashi Iwai | 1 | -0/+3 |
2009-09-10 | Merge branch 'topic/snd-printk' into for-linus | Takashi Iwai | 1 | -24/+14 |
2009-09-07 | ALSA: Remove unneeded ifdef from sound/core.h | Takashi Iwai | 1 | -4/+0 |
2009-09-07 | ALSA: Remove struct snd_monitor_file from public sound/core.h | Takashi Iwai | 1 | -9/+0 |
2009-08-28 | ALSA: Fixed a typo of printk() | Takashi Iwai | 1 | -1/+1 |
2009-08-27 | ALSA: Add debug module option | Takashi Iwai | 1 | -24/+14 |
2009-06-10 | Merge branch 'topic/cleanup' into for-linus | Takashi Iwai | 1 | -10/+0 |
2009-06-02 | ALSA: Core - add snd_card_set_id() function | Jaroslav Kysela | 1 | -0/+1 |
2009-04-21 | ALSA: Remove deprecated snd_card_new() | Takashi Iwai | 1 | -10/+0 |
2009-03-24 | Merge branch 'topic/ctl-list-cleanup' into for-linus | Takashi Iwai | 1 | -3/+3 |
2009-03-24 | Merge branch 'topic/quirk-cleanup' into for-linus | Takashi Iwai | 1 | -2/+14 |
2009-03-09 | ALSA: Clean up snd_monitor_file management | Takashi Iwai | 1 | -3/+3 |
2009-02-09 | ALSA: Add subdevice_mask field to quirk entries | Takashi Iwai | 1 | -2/+14 |
2009-01-12 | ALSA: Introduce snd_card_create() | Takashi Iwai | 1 | -1/+13 |
2008-11-26 | Merge branch 'topic/misc' into topic/pcsp-fix | Takashi Iwai | 1 | -3/+25 |
2008-11-10 | Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linus | Takashi Iwai | 1 | -3/+7 |
2008-11-07 | ALSA: Document debug macros | Takashi Iwai | 1 | -1/+23 |
2008-11-07 | ALSA: Evaluate condition in snd_BUG_ON() in non-debugging case | Takashi Iwai | 1 | -2/+2 |
2008-11-07 | alsa: fix snd_BUG_on() and friends | Andrew Morton | 1 | -3/+7 |
2008-10-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -25/+7 |
2008-10-10 | ALSA: Increase components array size | Takashi Iwai | 1 | -1/+1 |
2008-08-29 | alsa: Remove special SBUS dma support code. | David S. Miller | 1 | -3/+0 |
2008-08-13 | ALSA: Clean up snd_BUG() | Takashi Iwai | 1 | -5/+1 |
2008-08-13 | ALSA: Kill snd_assert() definition | Takashi Iwai | 1 | -19/+0 |
2008-08-13 | ALSA: Introduce snd_BUG_ON() macro | Takashi Iwai | 1 | -0/+4 |
2008-07-29 | ALSA: Add jack reporting API | Mark Brown | 1 | -0/+1 |
2008-05-27 | [ALSA] Replace CONFIG_SND_DEBUG_DETECT with CONFIG_SND_DEBUG_VERBOSE | Takashi Iwai | 1 | -4/+4 |
2008-04-24 | [ALSA] sound/core.h: evil #ifdefs | Pavel Machek | 1 | -2/+2 |
2008-04-24 | [ALSA] fix comments in sound/core.h | Pavel Machek | 1 | -3/+3 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 1 | -0/+10 |
2007-10-16 | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 1 | -1/+1 |
2007-02-09 | [PATCH] Fix breakage with CONFIG_SYSFS_DEPRECATED | Takashi Iwai | 1 | -1/+1 |
2007-02-09 | [ALSA] Add PCI quirk list helper function | Takashi Iwai | 1 | -0/+25 |
2007-02-09 | [ALSA] Remove obsolete typedefs.h | Takashi Iwai | 1 | -2/+0 |