summaryrefslogtreecommitdiffstats
path: root/sound/pci
AgeCommit message (Expand)AuthorFilesLines
2012-06-21ALSA: hda - Remove loop from simple_hdmi*()Takashi Iwai1-42/+27
2012-06-20ALSA: hda - Move one-time init codes from generic_hdmi_init()Takashi Iwai1-5/+17
2012-06-20Merge branch 'fix/hda' into topic/hdaTakashi Iwai5-18/+61
2012-06-20ALSA: hda - Add missing snd_hda_jack_detect_enable() for simple_hdmi*()Takashi Iwai1-3/+5
2012-06-20ALSA: hda - Fix the pin nid assignment in patch_hdmi.cTakashi Iwai1-1/+1
2012-06-18ALSA: hda - Handle open while transitioning to D3.Dylan Reid3-10/+40
2012-06-15ALSA: hda - Enable unsol event for ATI and Nvidia HDMI codecs tooTakashi Iwai1-10/+5
2012-06-15ALSA: hda - Remove invalid init verbs for Nvidia 2ch codecsTakashi Iwai1-4/+19
2012-06-15ALSA: hda - Use common codes for ATI, Nvidia and VIA simple codecsTakashi Iwai1-126/+65
2012-06-15ALSA: hda - Merge ATI/VIA HDMI simple init functionsTakashi Iwai1-34/+22
2012-06-15ALSA: hda - Add the support for VIA HDMI pin detectionTakashi Iwai1-0/+20
2012-06-15ALSA: hda_intel: activate COMBO mode for Intel client chipsetsSeth Heasley1-3/+8
2012-06-14ALSA: HDA: Create phantom jacks for fixed inputs and outputsDavid Henningsson2-18/+42
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-11ALSA: hda - add support for HD-Audio CODECes of VIA HDMI GFX CardsAnnie Liu1-0/+64
2012-06-11ALSA: hda - add support for HD-Audio of VIA HDMI GFX CardsAnnie Liu1-0/+4
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-06-08ALSA: hda - power setting error checkWang Xingchao1-3/+14
2012-06-07ALSA: hda - check proper return valueWang Xingchao1-1/+1
2012-06-07ALSA: hda - reduce msleep time if EPSS power states supportedWang Xingchao1-2/+5
2012-06-07ALSA: hda - check supported power statesWang Xingchao1-0/+16
2012-06-06ALSA: hda - Show D3cold state in proc filesTakashi Iwai1-3/+3
2012-06-06ALSA: hda - add power states information in procWang Xingchao2-1/+11
2012-06-01Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+7
2012-05-31ALSA: hdspm - Work around broken DDS value on PCI RME MADIAdrian Knoth1-0/+7
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-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds71-2082/+1723
2012-05-22Merge 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 Iwai53-695/+111
2012-05-21Merge branch 'topic/hda' into for-linusTakashi Iwai19-1387/+1612
2012-05-21Merge branch 'topic/asoc' into for-linusTakashi Iwai1-2/+2
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-16Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-3/+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-13Merge branch 'topic/hda' into topic/hda-switcherooTakashi Iwai21-1309/+1540