aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-19Merge tag 'sound-fix-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds11-32/+96
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-5/+2
2014-12-18ALSA: hda/realtek - New codec support for ALC298Kailang Yang1-0/+7
2014-12-18ALSA: asihpi: update to HPI version 4.14Eliot Blennerhassett1-3/+3
2014-12-18ALSA: asihpi: increase tuner pad cache sizeEliot Blennerhassett1-3/+3
2014-12-18ALSA: asihpi: relax firmware version checkEliot Blennerhassett1-14/+12
2014-12-17ALSA: hda - Add quirk for Packard Bell EasyNote MX65Takashi Iwai1-0/+39
2014-12-17ALSA: hda/realtek - New codec support for ALC256Kailang Yang1-0/+7
2014-12-17ALSA: hda/realtek - Add new Dell desktop for ALC3234 headset modeKailang Yang1-0/+1
2014-12-16ALSA: hda/hdmi - apply Haswell fix-ups to Skylake display codecLibin Yang1-1/+3
2014-12-15ALSA: hda - Make add_stereo_mix_input flag tristateTakashi Iwai5-10/+16
2014-12-15ALSA: hda - Create capture source ctls when stereo mix input is addedTakashi Iwai1-0/+2
2014-12-15ALSA: hda - Fix typos in snd_hda_get_int_hint() kerneldoc commentsTakashi Iwai1-1/+1
2014-12-15ALSA: hda - add codec ID for Skylake display audio codecLibin Yang1-0/+2
2014-12-13sound / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-5/+2
2014-12-10ALSA: pcxhr: NULL dereference on probe failureDan Carpenter1-1/+1
2014-12-10ALSA: lola: NULL dereference on probe failureDan Carpenter1-1/+1
2014-12-10ALSA: hda - Add "eapd" model string for AD1986A codecTakashi Iwai1-0/+1
2014-12-10ALSA: hda - Add EAPD fixup for ASUS Z99He laptopTakashi Iwai1-0/+1
2014-12-08Merge branch 'for-next' into for-linusTakashi Iwai101-1770/+2013
2014-12-05Merge tag 'sound-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2014-12-05ALSA: hda - Fix built-in mic at resume on Lenovo Ideapad S210Takashi Iwai1-0/+1
2014-12-03ALSA: ctxfi: Neaten get_daio_rscJoe Perches1-17/+13
2014-12-03ALSA: hda - Drop AZX_DCAPS_ALIGN_BUFSIZETakashi Iwai2-11/+9
2014-12-03ALSA: hda - Define the DCAPS preset for the old Intel chipsetsTakashi Iwai1-17/+20
2014-12-03Merge tag 'v3.18-rc7' into for-nextTakashi Iwai2-5/+20
2014-12-02ALSA: trident: Deletion of a check before snd_util_memhdr_free()Markus Elfring1-2/+1
2014-12-02ALSA: echoaudio: Deletion of a check before release_and_free_resource()Markus Elfring1-2/+1
2014-12-02ALSA: asihpi: Deletion of an unnecessary check before the function call "vfree"Markus Elfring1-2/+1
2014-12-02ALSA: hda/realtek - Add headset Mic support for new Dell machineKailang Yang1-0/+2
2014-11-28Merge tag 'sound-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2014-11-28Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+0
2014-11-28ALSA: hda - Allow forcibly enabling/disabling snoopTakashi Iwai1-15/+18
2014-11-28ALSA: hda - Add AZX_DCAPS_SNOOP_OFF (and refactor snoop setup)Takashi Iwai2-36/+47
2014-11-27Merge branch 'topic/usb-resume' into for-nextTakashi Iwai3-32/+148
2014-11-27ALSA: hda - using uninitialized dataDan Carpenter1-1/+3
2014-11-24sound/radeon: Move 64-bit MSI quirk from arch to driverBenjamin Herrenschmidt2-2/+9
2014-11-24ALSA: hda - Limit 40bit DMA for AMD HDMI controllersTakashi Iwai1-3/+11
2014-11-22ALSA: asihpi: used parts of message/response are zeroed before useEliot Blennerhassett1-10/+20
2014-11-22ALSA: asihpi: don't fail probe if adapter mode read failsEliot Blennerhassett1-7/+6
2014-11-22ALSA: asihpi: Use standard printk helpersEliot Blennerhassett1-19/+13
2014-11-22ALSA: asihpi: Turn off msg/resp logging after DSP has crashed.Eliot Blennerhassett1-3/+12
2014-11-22ALSA: asihpi: Add support for stream interrupt.Eliot Blennerhassett6-50/+321
2014-11-22ALSA: asihpi: Refactor control cache code.Eliot Blennerhassett1-44/+63
2014-11-22ALSA: asihpi: Use CONFIG_64BIT directlyEliot Blennerhassett2-10/+10
2014-11-22ALSA: asihpi: Logging format improvementsEliot Blennerhassett1-46/+39
2014-11-22ALSA: asihpi: New I/O types - AVB & BLUlink, DAB Rf receiverEliot Blennerhassett2-11/+30
2014-11-22ALSA: asihpi: Minor string and dead code cleanupEliot Blennerhassett1-9/+4
2014-11-21ALSA: hda - One more HP machine needs to change mute led quirkHui Wang1-1/+0
2014-11-21ALSA: hda/realtek - Supported HP mute Led for ALC286Kailang Yang1-0/+27