summaryrefslogtreecommitdiffstats
path: root/sound/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1410-10/+0
|\
| * ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * ALSA: drivers: drop owner assignment from platform_driversWolfram Sang2014-10-208-8/+0
* | ALSA: virmidi: Fix wrong error checkTakashi Iwai2014-11-301-1/+1
* | ALSA: virmidi: fixed code style issuesKyle Chamberlin2014-11-291-8/+13
* | ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai2014-11-111-0/+10
* | ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai2014-10-211-27/+8
* | ALSA: mts64: Use snd_ctl_elem_info()Takashi Iwai2014-10-211-14/+4
|/
* ALSA: vx: Use nonatomic PCM opsTakashi Iwai2014-09-154-92/+60
* ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-1210-33/+23
* ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai2014-02-121-3/+1
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1
* ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria2014-02-071-0/+1
* ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai2013-11-141-1/+1
* ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai2013-10-291-1/+2
* ALSA: opl3: Fix possible negative array index accessTakashi Iwai2013-10-291-0/+5
* ALSA: replace strict_strto*() with kstrto*()Jingoo Han2013-07-211-1/+1
* ALSA: vx_core: off by one in vx_read_status()Dan Carpenter2013-06-211-1/+1
* ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai2013-05-291-1/+0
* ALSA: virmidi: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: serial-u16550: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: mpu401: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-231-1/+0
* ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-291-1/+1
* ALSA: sound kconfig typoPavel Machek2013-04-241-1/+1
* ALSA: add/change some comments describing function return valuesYacine Belkadi2013-03-121-1/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2013-02-051-1/+4
|\
| * ALSA: aloop: Fix Oops while PM resumeTakashi Iwai2013-02-041-1/+4
* | ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai2013-01-251-2/+1
|/
* ALSA: drivers: remove __dev* attributesBill Pemberton2012-12-0714-99/+99
* ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai2012-11-222-139/+1
* ALSA: sound/drivers: remove CONFIG_EXPERIMENTALKees Cook2012-10-251-1/+0
* ALSA: aloop - Close races at restarting the streamTakashi Iwai2012-10-211-17/+19
* Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate...Takashi Iwai2012-10-211-2/+71
|\
| * ALSA: dummy: allow disabling mixer controlsClemens Ladisch2012-10-201-2/+71
* | ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah2012-10-061-0/+6
* | sound: Remove unnecessary semicolonPeter Senna Tschudin2012-10-062-2/+2
* | ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-6/+3
|/
* ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-093-4/+4
* ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai2012-07-251-0/+1
* ALSA: Convert to new pm_ops for PCI driversTakashi Iwai2012-07-031-1/+1
* ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai2012-07-033-21/+27
* ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai2012-07-028-8/+16
* ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela2012-05-151-27/+35
* Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-1/+2
* ALSA: module_param: make bool parameters really boolRusty Russell2011-12-1912-18/+18
OpenPOWER on IntegriCloud