summaryrefslogtreecommitdiff
path: root/sound/pci/hda
AgeCommit message (Expand)AuthorFilesLines
2012-06-29ALSA: hda - Fix no sound from ALC662 after Windows rebootKailang Yang1-0/+28
2012-06-26ALSA: hda - Fix power-map regression for HP dv6 & coTakashi Iwai1-1/+6
2012-06-26ALSA: hda - Initialize caches at codec reconfigurationTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks at module unloadTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsersTakashi Iwai4-2/+16
2012-06-25ALSA: hda - Add Realtek ALC280 codec supportDavid Henningsson1-0/+1
2012-06-25ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKSTakashi Iwai1-13/+0
2012-06-21ALSA: HDA: Add inverted internal mic quirk for Lenovo S205David Henningsson1-0/+1
2012-06-21ALSA: hda - Fix ALC272X codec detectionTakashi Iwai1-6/+6
2012-06-18ALSA: hda - Handle open while transitioning to D3.Dylan Reid3-10/+40
2012-06-13ALSA: hda - Don't forget to call init verbs added by fixup listTakashi Iwai2-1/+2
2012-06-12ALSA: HDA: Pin fixup for Zotac Z68 motherboardDavid Henningsson1-0/+9
2012-06-11ALSA: hda - Fix detection of Creative SoundCore3D controllersTakashi Iwai1-5/+5
2012-06-08ALSA: hda - HDMI Audio init all connectors when VGA-switcheroo is offSteven Newbury1-1/+4
2012-06-08ALSA: hda - Fix uninitialized HDMI controllers with VGA-switcherooTakashi Iwai1-1/+1
2012-05-25Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-5/+33
2012-05-25Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-67/+316
2012-05-25ALSA: hda/realtek - Add new codec support for ALC269VDKailang Yang1-5/+33
2012-05-24Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds19-1400/+1616
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-21Merge branch 'topic/misc' into for-linusTakashi Iwai1-13/+4
2012-05-21ALSA: hda/realtek - Fix unused variable compile warningTakashi Iwai1-1/+0
2012-05-19ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai4-56/+52
2012-05-18ALSA: hda - unlock on error in azx_interrupt()Dan Carpenter1-1/+3
2012-05-15ALSA: hda/idt - Cache the power-map bitsTakashi Iwai1-3/+18
2012-05-15ALSA: hda/idt - Clean up power-map check codeTakashi Iwai1-10/+9
2012-05-15Merge branch 'fix/hda' into topic/hdaTakashi Iwai2-5/+7
2012-05-15ALSA: hda - Evaluate gpio_led hints at the right momentTakashi Iwai1-7/+5
2012-05-15ALSA: hda - add probe_mask=0x101 automatically for WinFast VP200 HJaroslav Kysela1-0/+2
2012-05-15ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptopsTakashi Iwai1-3/+3
2012-05-14ALSA: hda - Support VGA-switcherooTakashi Iwai1-45/+227
2012-05-14ALSA: hda - Export snd_hda_lock_devices()Takashi Iwai2-27/+42
2012-05-14ALSA: hda - Check the dead HDMI audio controller by vga-switcherooTakashi Iwai1-2/+52
2012-05-12ALSA: hda - Disable FLOAT format supportTakashi Iwai1-0/+2
2012-05-12ALSA: hda/conexant - Correct vendor IDs for new codecsTakashi Iwai1-6/+9
2012-05-10ALSA: hda - Fix concurrent hash accessesTakashi Iwai2-81/+121
2012-05-10ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2-12/+27
2012-05-10ALSA: hda - Add Conexant CX20751/2/3/4 codec supportTakashi Iwai1-0/+6
2012-05-10ALSA: hda - Add the support for Creative SoundCore3DTakashi Iwai1-4/+22
2012-05-09ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai2-8/+16
2012-05-09ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai3-27/+0
2012-05-09ALSA: HDA: Lessen CPU usage when waiting for chip to respondDavid Henningsson1-2/+4
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai13-675/+690
2012-05-08ALSA: hda - Move up the fixup helper functions to the library moduleTakashi Iwai5-242/+309
2012-05-08ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2-2/+22
2012-05-08ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai1-0/+3
2012-05-08ALSA: hda - Always resume the codec immediatelyTakashi Iwai3-17/+8
2012-05-08ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai1-7/+8
2012-05-08ALSA: hda/realtek - Call a common helper for alc_spec initializationTakashi Iwai1-75/+61
2012-05-08Merge branch 'fix/hda' into topic/hdaTakashi Iwai3-11/+24