aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers
AgeCommit message (Expand)Author
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-30ALSA: virmidi: Fix wrong error checkTakashi Iwai
2014-11-29ALSA: virmidi: fixed code style issuesKyle Chamberlin
2014-11-11ALSA: vx: Fix missing kerneldoc parameter descriptionsTakashi Iwai
2014-10-21ALSA: vx: Use snd_ctl_elem_info()Takashi Iwai
2014-10-21ALSA: mts64: Use snd_ctl_elem_info()Takashi Iwai
2014-10-20ALSA: drivers: pcsp: drop owner assignment from platform_driversWolfram Sang
2014-10-20ALSA: drivers: mpu401: drop owner assignment from platform_driversWolfram Sang
2014-10-20ALSA: drivers: drop owner assignment from platform_driversWolfram Sang
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai
2014-02-12ALSA: drivers: Convert to snd_card_new() with a device pointerTakashi Iwai
2014-02-12ALSA: Drop unused name argument in snd_register_oss_device()Takashi Iwai
2014-02-10ALSA: Replace with IS_ENABLED()Takashi Iwai
2014-02-07ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria
2013-11-14ALSA: pcsp: Fix the order of input device unregistrationTakashi Iwai
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai
2013-07-21ALSA: replace strict_strto*() with kstrto*()Jingoo Han
2013-06-21ALSA: vx_core: off by one in vx_read_status()Dan Carpenter
2013-05-29ALSA: Remove the rest of *_set_drvdata(NULL) callsTakashi Iwai
2013-05-23ALSA: virmidi: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: serial-u16550: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: pcsp: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: mtpav: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: mpu401: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: ml403-ac97cr: Remove redundant platform_set_drvdata()Sachin Kamat
2013-05-23ALSA: aloop: Remove redundant platform_set_drvdata()Sachin Kamat
2013-04-29ALSA: pcm_format_to_bits strong-typed conversionEldad Zack
2013-04-24ALSA: sound kconfig typoPavel Machek
2013-03-12ALSA: add/change some comments describing function return valuesYacine Belkadi
2013-02-05Merge branch 'for-linus' into for-nextTakashi Iwai
2013-02-04ALSA: aloop: Fix Oops while PM resumeTakashi Iwai
2013-01-25ALSA: Make snd_printd() and snd_printdd() inlineTakashi Iwai
2012-12-07ALSA: drivers: remove __dev* attributesBill Pemberton
2012-11-22ALSA: vx: hard dependency on the standard fw loaderTakashi Iwai
2012-10-25ALSA: sound/drivers: remove CONFIG_EXPERIMENTALKees Cook
2012-10-21ALSA: aloop - Close races at restarting the streamTakashi Iwai
2012-10-21Merge branch 'dummy-ctl-inactive' of git://git.alsa-project.org/alsa-kprivate...Takashi Iwai
2012-10-20ALSA: dummy: allow disabling mixer controlsClemens Ladisch
2012-10-06ALSA: aloop - add locking to timer accessOmair Mohammed Abdullah
2012-10-06sound: Remove unnecessary semicolonPeter Senna Tschudin
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun
2012-08-09ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai
2012-07-25ALSA: mpu401: Fix missing initialization of irq fieldTakashi Iwai
2012-07-03ALSA: Convert to new pm_ops for PCI driversTakashi Iwai
2012-07-03ALSA: convert PM ops of platform_driver to new pm opsTakashi Iwai
2012-07-02ALSA: Add missing .owner=THIS_MODULE to platform_driver definitionsTakashi Iwai
2012-05-15ALSA: snd-aloop - improve the sample copy accurracyJaroslav Kysela
2012-03-30Documentation: remove references to /etc/modprobe.confLucas De Marchi
2011-12-19ALSA: module_param: make bool parameters really boolRusty Russell