| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: replace strict_strto*() with kstrto*() | Jingoo Han | 2013-07-21 | 1 | -1/+1 |
* | ALSA: vx_core: off by one in vx_read_status() | Dan Carpenter | 2013-06-21 | 1 | -1/+1 |
* | ALSA: Remove the rest of *_set_drvdata(NULL) calls | Takashi Iwai | 2013-05-29 | 1 | -1/+0 |
* | ALSA: virmidi: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: serial-u16550: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: pcsp: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: mtpav: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: mpu401: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: aloop: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-05-23 | 1 | -1/+0 |
* | ALSA: pcm_format_to_bits strong-typed conversion | Eldad Zack | 2013-04-29 | 1 | -1/+1 |
* | ALSA: sound kconfig typo | Pavel Machek | 2013-04-24 | 1 | -1/+1 |
* | ALSA: add/change some comments describing function return values | Yacine Belkadi | 2013-03-12 | 1 | -1/+5 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2013-02-05 | 1 | -1/+4 |
|\ |
|
| * | ALSA: aloop: Fix Oops while PM resume | Takashi Iwai | 2013-02-04 | 1 | -1/+4 |
* | | ALSA: Make snd_printd() and snd_printdd() inline | Takashi Iwai | 2013-01-25 | 1 | -2/+1 |
|/ |
|
* | ALSA: drivers: remove __dev* attributes | Bill Pemberton | 2012-12-07 | 14 | -99/+99 |
* | ALSA: vx: hard dependency on the standard fw loader | Takashi Iwai | 2012-11-22 | 2 | -139/+1 |
* | ALSA: sound/drivers: remove CONFIG_EXPERIMENTAL | Kees Cook | 2012-10-25 | 1 | -1/+0 |
* | ALSA: aloop - Close races at restarting the stream | Takashi Iwai | 2012-10-21 | 1 | -17/+19 |
* | Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate... | Takashi Iwai | 2012-10-21 | 1 | -2/+71 |
|\ |
|
| * | ALSA: dummy: allow disabling mixer controls | Clemens Ladisch | 2012-10-20 | 1 | -2/+71 |
* | | ALSA: aloop - add locking to timer access | Omair Mohammed Abdullah | 2012-10-06 | 1 | -0/+6 |
* | | sound: Remove unnecessary semicolon | Peter Senna Tschudin | 2012-10-06 | 2 | -2/+2 |
* | | ALSA: opl4: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 2012-09-05 | 1 | -6/+3 |
|/ |
|
* | ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PM | Takashi Iwai | 2012-08-09 | 3 | -4/+4 |
* | ALSA: mpu401: Fix missing initialization of irq field | Takashi Iwai | 2012-07-25 | 1 | -0/+1 |
* | ALSA: Convert to new pm_ops for PCI drivers | Takashi Iwai | 2012-07-03 | 1 | -1/+1 |
* | ALSA: convert PM ops of platform_driver to new pm ops | Takashi Iwai | 2012-07-03 | 3 | -21/+27 |
* | ALSA: Add missing .owner=THIS_MODULE to platform_driver definitions | Takashi Iwai | 2012-07-02 | 8 | -8/+16 |
* | ALSA: snd-aloop - improve the sample copy accurracy | Jaroslav Kysela | 2012-05-15 | 1 | -27/+35 |
* | Documentation: remove references to /etc/modprobe.conf | Lucas De Marchi | 2012-03-30 | 1 | -1/+2 |
* | ALSA: module_param: make bool parameters really bool | Rusty Russell | 2011-12-19 | 12 | -18/+18 |
* | ALSA: convert sound/* to use module_platform_driver() | Axel Lin | 2011-11-27 | 1 | -12/+1 |
* | sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
* | sound: Add module.h to the previously silent sound users | Paul Gortmaker | 2011-10-31 | 10 | -0/+10 |
* | sound: fix drivers needing module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 7 | -7/+7 |
* | Merge branch 'topic/remove-irqf_disable' into for-linus | Takashi Iwai | 2011-10-26 | 4 | -5/+5 |
|\ |
|
| * | sound: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-09-22 | 4 | -5/+5 |
* | | ALSA: aloop - Use vmalloc buffer | Takashi Iwai | 2011-09-24 | 1 | -6/+7 |
|/ |
|
* | ALSA: mpu401: clean up interrupt specification | Clemens Ladisch | 2011-09-14 | 2 | -12/+11 |
* | i8253: Make pcsp sound driver use the shared i8253_lock | Ralf Baechle | 2011-06-09 | 1 | -7/+1 |
* | i8253: Create linux/i8253.h and use it in all 8253 related files | Ralf Baechle | 2011-06-09 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 2 | -3/+3 |
* | ALSA: aloop - Fix possible IRQ lock inversion | Takashi Iwai | 2011-03-18 | 1 | -10/+9 |
* | ALSA: use linux/io.h to fix compile warnings | Takashi Iwai | 2011-02-02 | 1 | -2/+1 |
* | ALSA: ml403-ac97cr: Use vsprintf extension %pR for struct resource | Joe Perches | 2010-12-14 | 1 | -2/+2 |
* | Merge remote branch 'alsa/devel' into topic/misc | Takashi Iwai | 2010-10-20 | 1 | -16/+123 |
|\ |
|
| * | ALSA: snd-aloop - add pause support | Jaroslav Kysela | 2010-10-20 | 1 | -5/+22 |
| * | ALSA: snd-aloop - fix locking issues (running flag updates) | Jaroslav Kysela | 2010-10-20 | 1 | -13/+19 |