summaryrefslogtreecommitdiffstats
path: root/sound/isa/ad1848/ad1848.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: ad1848: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-6/+6
* ALSA: ad1848: Allocate resources with device-managed APIsTakashi Iwai2021-07-191-14/+5
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-3/+0
* Merge tag 'tags/isa-void-remove-callback' into for-nextTakashi Iwai2021-01-261-2/+1
|\
| * isa: Make the remove callback for isa drivers return voidUwe Kleine-König2021-01-261-2/+1
* | ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* ALSA: ad1848: fix format string overflow warningArnd Bergmann2017-07-181-7/+11
* Annotate hardware config module parameters in sound/isa/David Howells2017-04-201-3/+3
* ALSA: ad1848: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-011-12/+1
* ALSA: wss: Remove (almost) always NULL parametersLars-Peter Clausen2015-01-021-4/+3
* ALSA: isa: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+1
* ALSA: ISA: Remove superfluous *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: isa: remove __dev* attributesBill Pemberton2012-12-071-4/+4
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-191-2/+2
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1
* ALSA: Convert to snd_card_create() in sound/isa/*Takashi Iwai2009-01-121-3/+3
* ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai2008-11-031-3/+3
* ALSA: wss_lib: use wss detection code instead of ad1848 oneKrzysztof Helt2008-08-061-3/+4
* ALSA: wss_lib: use wss pcm code instead of ad1848 oneKrzysztof Helt2008-08-061-1/+1
* ALSA: wss_lib: use wss mixer code instead of ad1848 oneKrzysztof Helt2008-08-061-1/+1
* ALSA: wss_lib: use wss constants instead of ad1848 onesKrzysztof Helt2008-08-061-1/+1
* ALSA: wss_lib: use struct snd_wss instead of snd_ad1848Krzysztof Helt2008-08-061-3/+3
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-3/+3
* [ALSA] isa_bus: ad1848Rene Herman2007-05-111-100/+67
* [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-141-1/+1
* [ALSA] unregister platform device again if probe was unsuccessfulRene Herman2006-04-121-0/+4
* [ALSA] continue on IS_ERR from platform device registrationRene Herman2006-04-121-10/+4
* [ALSA] Fix check of enable module optionTakashi Iwai2006-03-221-1/+3
* [ALSA] unregister platform devicesClemens Ladisch2006-01-031-2/+14
* [ALSA] ad1848 - Use platform_device, add PMTakashi Iwai2006-01-031-16/+73
* [ALSA] Remove xxx_t typedefs: ISA AD1848Takashi Iwai2006-01-031-4/+4
* [ALSA] Add snd_card_set_generic_dev() call to ISA driversTakashi Iwai2005-09-121-18/+19
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+151