Age | Commit message (Expand) | Author | Files | Lines |
2017-08-17 | ALSA: isa: make snd_pcm_hardware const | Bhumika Goyal | 1 | -2/+2 |
2017-08-17 | ALSA: es18xx: constify pnp_device_id and pnp_card_device_id | Arvind Yadav | 1 | -2/+2 |
2017-08-13 | ALSA: es18xx: constify snd_pcm_ops structures | Arvind Yadav | 1 | -2/+2 |
2017-06-09 | ALSA: es18xx: Constify hw_constraints | Takashi Iwai | 1 | -4/+4 |
2017-04-20 | Annotate hardware config module parameters in sound/isa/ | David Howells | 1 | -6/+6 |
2015-01-28 | ALSA: Include linux/io.h instead of asm/io.h | Takashi Iwai | 1 | -1/+1 |
2015-01-02 | ALSA: es18xx: Remove always NULL parameter | Lars-Peter Clausen | 1 | -8/+2 |
2014-11-04 | ALSA: es18xx: Add GPO controls | Ondrej Zary | 1 | -10/+42 |
2014-10-21 | ALSA: es18xx: Use snd_ctl_enum_info() | Takashi Iwai | 1 | -21/+5 |
2014-04-14 | ALSA: es18xx driver should use udelay error | Li, Zhen-Hua | 1 | -5/+5 |
2014-02-12 | ALSA: isa: Convert to snd_card_new() with a device pointer | Takashi Iwai | 1 | -9/+7 |
2013-05-29 | ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls | Takashi Iwai | 1 | -2/+0 |
2012-12-07 | ALSA: isa: remove __dev* attributes | Bill Pemberton | 1 | -40/+40 |
2011-12-19 | ALSA: module_param: make bool parameters really bool | Rusty Russell | 1 | -2/+2 |
2011-11-01 | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 1 | -1/+1 |
2011-09-22 | sound: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
2011-09-14 | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-12-04 | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 1 | -50/+41 |
2009-11-08 | ALSA: es18xx: code improvements | Krzysztof Helt | 1 | -50/+41 |
2009-11-05 | ALSA: rename "PC Speaker" and "PC Beep" controls to "Beep" | Jaroslav Kysela | 1 | -1/+1 |
2009-10-30 | ALSA: es18xx: remove snd_audiodrive structure | Krzysztof Helt | 1 | -46/+25 |
2009-10-30 | ALSA: es18xx: remove snd_card pointer from snd_es18xx structure | Krzysztof Helt | 1 | -31/+44 |
2009-01-12 | ALSA: Return proper error code at probe in sound/isa/* | Takashi Iwai | 1 | -15/+12 |
2009-01-12 | ALSA: Convert to snd_card_create() in sound/isa/* | Takashi Iwai | 1 | -2/+5 |
2008-01-31 | [ALSA] Remove sound/driver.h | Takashi Iwai | 1 | -1/+0 |
2008-01-31 | [ALSA] es18xx: Enable wavetable input from ESS chips | Krzysztof Helt | 1 | -0/+2 |
2008-01-31 | [ALSA] sound/: Spelling fixes | Joe Perches | 1 | -1/+1 |
2008-01-31 | [ALSA] sound/isa: kill pnp_resource_change | Rene Herman | 1 | -47/+9 |
2007-10-20 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -2/+2 |
2007-10-16 | [ALSA] add the ESS1879 pnpbios ID to the es18xx driver | Rene Herman | 1 | -0/+1 |
2007-10-16 | [ALSA] Clean up with common snd_ctl_boolean_*_info callbacks | Takashi Iwai | 1 | -16/+2 |
2007-05-16 | [ALSA] Fix probe of non-PnP ISA devices | Rene Herman | 1 | -6/+13 |
2007-05-11 | [ALSA] isa_bus device/driver naming | Rene Herman | 1 | -2/+2 |
2007-05-11 | [ALSA] Port the rest of ALSA ISA drivers to isa_driver | Takashi Iwai | 1 | -69/+37 |
2006-10-06 | [ALSA] Fix memory leak in sound/isa/es18xx.c | Eric Sesterhenn | 1 | -0/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
2006-09-23 | [ALSA] es18xx - Add PnP BIOS support | Ondrej Zary | 1 | -62/+157 |
2006-07-03 | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-06-27 | [PATCH] 64bit resource: fix up printks for resources in sound drivers | Greg Kroah-Hartman | 1 | -1/+2 |
2006-05-21 | [PATCH] es18xx build fix | Andrew Morton | 1 | -0/+2 |
2006-04-12 | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 1 | -0/+4 |
2006-04-12 | [ALSA] continue on IS_ERR from platform device registration | Rene Herman | 1 | -10/+4 |
2006-03-27 | [PATCH] PNP: adjust pnp_register_card_driver() signature: es18xx | Bjorn Helgaas | 1 | -5/+8 |
2006-03-22 | [ALSA] fix some memory leaks | Adrian Bunk | 1 | -0/+1 |
2006-03-22 | [ALSA] Fix check of enable module option | Takashi Iwai | 1 | -2/+2 |
2006-03-22 | [ALSA] #4/4 for Zoom Video - add Zoom Video support | Mark Salazar | 1 | -3/+48 |
2006-03-22 | [ALSA] #3/4 for Zoom Video - change Hardware Volume interrupt handling | Mark Salazar | 1 | -8/+11 |
2006-03-22 | [ALSA] #2/4 for Zoom Video - resolve number of record sources | Mark Salazar | 1 | -9/+90 |
2006-03-22 | [ALSA] #1/4 for Zoom Video - resolve common vs chipset specific mixer controls | Mark Salazar | 1 | -11/+38 |