summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Check the dead HDMI audio controller by vga-switcherooTakashi Iwai2012-05-141-2/+52
* Merge branch 'topic/hda' into topic/hda-switcherooTakashi Iwai2012-05-1321-1309/+1540
|\
| * ALSA: hda - Disable FLOAT format supportTakashi Iwai2012-05-121-0/+2
| * ALSA: hda/conexant - Correct vendor IDs for new codecsTakashi Iwai2012-05-121-6/+9
| * ALSA: hda - Fix concurrent hash accessesTakashi Iwai2012-05-102-81/+121
| * ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai2012-05-102-12/+27
| * ALSA: hda - Add Conexant CX20751/2/3/4 codec supportTakashi Iwai2012-05-101-0/+6
| * ALSA: hda - Add the support for Creative SoundCore3DTakashi Iwai2012-05-101-4/+22
| * ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai2012-05-092-8/+16
| * ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai2012-05-093-27/+0
| * ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-0813-675/+690
| * ALSA: hda - Move up the fixup helper functions to the library moduleTakashi Iwai2012-05-085-242/+309
| * ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai2012-05-082-2/+22
| * ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai2012-05-081-0/+3
| * ALSA: hda - Always resume the codec immediatelyTakashi Iwai2012-05-083-17/+8
| * ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai2012-05-081-7/+8
| * ALSA: hda/realtek - Call a common helper for alc_spec initializationTakashi Iwai2012-05-081-75/+61
| * Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-05-0817-87/+285
| |\
| | * Revert "ALSA: hda - Set codec to D3 forcibly even if not used"Takashi Iwai2012-05-082-5/+13
| | * ALSA: hda/realtek - Call alc_auto_parse_customize_define() always after fixupTakashi Iwai2012-05-081-6/+7
| | * ALSA: hdsp - Provide ioctl_compatAndre Schramm2012-05-081-0/+1
| | * ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 moboTakashi Iwai2012-05-071-0/+1
| | * ALSA: hda/realtek - Add a fixup for Acer Aspire 5739GTakashi Iwai2012-05-071-0/+2
| | * ALSA: echoaudio: Remove incorrect part of assertionMark Hills2012-05-061-1/+1
| * | ALSA: hda - Skip pin capability sanity check for bogus valuesTakashi Iwai2012-04-201-2/+2
| * | ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai2012-04-2010-58/+56
| * | ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai2012-04-2010-117/+125
| * | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-04-1919-53/+167
| |\ \
| * | | ALSA: hda - Fix oops caused by recent commit "Fix internal mic for Lenovo Ide...David Henningsson2012-04-101-1/+3
| * | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2012-04-075-77/+61
| |\ \ \
| * | | | ALSA: hda - Fix internal mic for Lenovo Ideapad U300sDavid Henningsson2012-04-051-13/+75
* | | | | vga_switcheroo: Add the support for audio clientsTakashi Iwai2012-05-132-14/+62
* | | | | vga_switcheroo: Introduce struct vga_switcheroo_client_opsTakashi Iwai2012-05-135-31/+35
* | | | | vga_switcheroo: Refactor using linked listTakashi Iwai2012-05-131-99/+110
* | | | | Merge tag 'drm-intel-next-2012-05-06-merged' of git://people.freedesktop.org/...Dave Airlie2012-05-1127-2256/+2881
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-08730-4911/+7683
| |\ \ \ \ \
| * | | | | | drm/i915: Support pageflipping interrupts for all 3-pipes on IVBChris Wilson2012-05-062-11/+27
| * | | | | | drm/i915: fix gen4 gpu resetDaniel Vetter2012-05-051-1/+1
| * | | | | | drm/i915: remove modeset reset from i915_resetDaniel Vetter2012-05-051-10/+0
| * | | | | | drm/i915: also reset the media engine on gen4/5Daniel Vetter2012-05-052-3/+26
| * | | | | | drm/i915: kill flags parameter for reset functionsDaniel Vetter2012-05-053-16/+17
| * | | | | | drm/i915: make gpu hangman more resilientDaniel Vetter2012-05-051-0/+12
| * | | | | | drm/i915: extract intel_gpu_resetDaniel Vetter2012-05-051-16/+27
| * | | | | | drm/i915: simplify i915_reset a bitDaniel Vetter2012-05-051-14/+5
| * | | | | | drm/i915: allow the existing error_state to be destroyedDaniel Vetter2012-05-051-13/+77
| * | | | | | drm/i915: rework dev->first_error lockingDaniel Vetter2012-05-053-10/+20
| * | | | | | drm/i915: add interface to simulate gpu hangsDaniel Vetter2012-05-054-0/+73
| * | | | | | drm/i915: use mode values consistently when converting to sdvo dtdDaniel Vetter2012-05-041-8/+8
| * | | | | | drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfoDaniel Vetter2012-05-044-6/+1
| * | | | | | drm/i915: Periodically sanity check power managementChris Wilson2012-05-034-5/+43
OpenPOWER on IntegriCloud