| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: ad1848: Fix -Wformat-truncation warning for longname string | Takashi Iwai | 2023-09-15 | 1 | -6/+6 |
* | ALSA: ad1848: Allocate resources with device-managed APIs | Takashi Iwai | 2021-07-19 | 1 | -14/+5 |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 1 | -3/+0 |
* | Merge tag 'tags/isa-void-remove-callback' into for-next | Takashi Iwai | 2021-01-26 | 1 | -2/+1 |
|\ |
|
| * | isa: Make the remove callback for isa drivers return void | Uwe Kleine-König | 2021-01-26 | 1 | -2/+1 |
* | | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 2021-01-08 | 1 | -2/+2 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -16/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | ALSA: ad1848: fix format string overflow warning | Arnd Bergmann | 2017-07-18 | 1 | -7/+11 |
* | Annotate hardware config module parameters in sound/isa/ | David Howells | 2017-04-20 | 1 | -3/+3 |
* | ALSA: ad1848: Utilize the module_isa_driver macro | William Breathitt Gray | 2016-06-01 | 1 | -12/+1 |
* | ALSA: wss: Remove (almost) always NULL parameters | Lars-Peter Clausen | 2015-01-02 | 1 | -4/+3 |
* | ALSA: isa: Convert to snd_card_new() with a device pointer | Takashi Iwai | 2014-02-12 | 1 | -3/+1 |
* | ALSA: ISA: Remove superfluous *_set_drvdata(NULL) calls | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: isa: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 1 | -4/+4 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 1 | -2/+2 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
* | ALSA: Convert to snd_card_create() in sound/isa/* | Takashi Iwai | 2009-01-12 | 1 | -3/+3 |
* | ALSA: remove direct access of dev->bus_id in sound/isa/* | Takashi Iwai | 2008-11-03 | 1 | -3/+3 |
* | ALSA: remove stale files | Takashi Iwai | 2008-09-09 | 1 | -0/+0 |
* | ALSA: wss_lib: use wss detection code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 3 | -492/+4 |
* | ALSA: wss_lib: use wss pcm code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 2 | -535/+11 |
* | ALSA: wss_lib: use wss mixer code instead of ad1848 one | Krzysztof Helt | 2008-08-06 | 2 | -262/+1 |
* | ALSA: wss_lib: use CS4231P instead of AD1848P (kill the AD1848P) | Krzysztof Helt | 2008-08-06 | 1 | -49/+55 |
* | ALSA: wss_lib: replace ad1848 mixer element macros with wss ones | Krzysztof Helt | 2008-08-06 | 1 | -72/+51 |
* | ALSA: wss_lib: use wss constants instead of ad1848 ones | Krzysztof Helt | 2008-08-06 | 2 | -19/+31 |
* | ALSA: wss_lib: use struct snd_wss instead of snd_ad1848 | Krzysztof Helt | 2008-08-06 | 2 | -63/+71 |
* | [ALSA] Remove sound/driver.h | Takashi Iwai | 2008-01-31 | 2 | -2/+0 |
* | [ALSA] ad1848 - Fix print format | Takashi Iwai | 2008-01-31 | 1 | -1/+1 |
* | [ALSA] This patch removes open_mutex from the ad1848-lib as | Krzysztof Helt | 2007-10-16 | 1 | -11/+3 |
* | [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz | Jaroslav Kysela | 2007-10-16 | 3 | -6/+6 |
* | [ALSA] ad1848: simplify MCE down code | Trent Piepho | 2007-10-16 | 1 | -36/+21 |
* | [ALSA] ad1848: Fix msleep while atomic | Trent Piepho | 2007-10-16 | 1 | -0/+2 |
* | [ALSA] ad1848_lib: waiting loops done after cs4231_lib | Krzysztof Helt | 2007-10-16 | 1 | -7/+7 |
* | [ALSA] ad1848/cs4231: replace commented out debug code with snd-printd{,d} | Rene Herman | 2007-10-16 | 1 | -13/+13 |
* | [ALSA] ad1848: replace HZ calculus with msecs_to_jiffies() | Rene Herman | 2007-10-16 | 1 | -2/+2 |
* | [ALSA] ad1838/cs4231 - fix MCE timeout upon initial load | Rene Herman | 2007-10-16 | 1 | -8/+7 |
* | [ALSA] ad1848_lib: replace common delay loop by function | Krzysztof Helt | 2007-10-16 | 1 | -22/+24 |
* | [ALSA] isa libs Makefiles cleanup | Krzysztof Helt | 2007-10-16 | 1 | -5/+2 |
* | [ALSA] Fix invalid schedule_timeout_interruptible() | Takashi Iwai | 2007-07-20 | 1 | -2/+2 |
* | [ALSA] isa_bus: ad1848 | Rene Herman | 2007-05-11 | 1 | -100/+67 |
* | [ALSA] Fix __devinit and __devexit issues with sound drivers | Prarit Bhargava | 2007-02-14 | 1 | -1/+1 |
* | [ALSA] Add even more 'const' to everything related to TLV | Takashi Iwai | 2007-02-09 | 1 | -3/+3 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [ALSA] Add dB scale information to ad1848 driver | Takashi Iwai | 2006-09-23 | 1 | -15/+34 |
* | [PATCH] irq-flags: sound: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [ALSA] unregister platform device again if probe was unsuccessful | Rene Herman | 2006-04-12 | 1 | -0/+4 |
* | [ALSA] continue on IS_ERR from platform device registration | Rene Herman | 2006-04-12 | 1 | -10/+4 |
* | [ALSA] ad1848 double free | Dave Jones | 2006-03-22 | 1 | -3/+1 |
* | [ALSA] Fix check of enable module option | Takashi Iwai | 2006-03-22 | 1 | -1/+3 |