| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2012-05-25 | 1 | -5/+33 |
|\ |
|
| * | ALSA: hda/realtek - Add new codec support for ALC269VD | Kailang Yang | 2012-05-25 | 1 | -5/+33 |
* | | Merge tag 'hda-switcheroo' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2012-05-25 | 3 | -67/+316 |
|\ \ |
|
| * | | ALSA: hda - unlock on error in azx_interrupt() | Dan Carpenter | 2012-05-18 | 1 | -1/+3 |
| * | | ALSA: hda - Support VGA-switcheroo | Takashi Iwai | 2012-05-14 | 1 | -45/+227 |
| * | | ALSA: hda - Export snd_hda_lock_devices() | Takashi Iwai | 2012-05-14 | 2 | -27/+42 |
| * | | ALSA: hda - Check the dead HDMI audio controller by vga-switcheroo | Takashi Iwai | 2012-05-14 | 1 | -2/+52 |
* | | | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2012-05-23 | 19 | -1400/+1616 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'topic/misc' into for-linus | Takashi Iwai | 2012-05-21 | 1 | -13/+4 |
| |\ \ |
|
| | * | | ALSA: hda - add probe_mask=0x101 automatically for WinFast VP200 H | Jaroslav Kysela | 2012-05-15 | 1 | -0/+2 |
| | * | | ALSA: pci: clean up using module_pci_driver() | Takashi Iwai | 2012-04-24 | 1 | -13/+2 |
| * | | | ALSA: hda/realtek - Fix unused variable compile warning | Takashi Iwai | 2012-05-21 | 1 | -1/+0 |
| * | | | ALSA: hda - Fix possible races of accesses to connection list array | Takashi Iwai | 2012-05-19 | 4 | -56/+52 |
| * | | | ALSA: hda/idt - Cache the power-map bits | Takashi Iwai | 2012-05-15 | 1 | -3/+18 |
| * | | | ALSA: hda/idt - Clean up power-map check code | Takashi Iwai | 2012-05-15 | 1 | -10/+9 |
| * | | | Merge branch 'fix/hda' into topic/hda | Takashi Iwai | 2012-05-15 | 2 | -5/+7 |
| |\ \ \ |
|
| * | | | | ALSA: hda - Evaluate gpio_led hints at the right moment | Takashi Iwai | 2012-05-15 | 1 | -7/+5 |
| | |_|/
| |/| | |
|
| * | | | ALSA: hda - Disable FLOAT format support | Takashi Iwai | 2012-05-12 | 1 | -0/+2 |
| * | | | ALSA: hda/conexant - Correct vendor IDs for new codecs | Takashi Iwai | 2012-05-12 | 1 | -6/+9 |
| * | | | ALSA: hda - Fix concurrent hash accesses | Takashi Iwai | 2012-05-10 | 2 | -81/+121 |
| * | | | ALSA: hda - Protect SPDIF-related stuff via spdif_mutex | Takashi Iwai | 2012-05-10 | 2 | -12/+27 |
| * | | | ALSA: hda - Add Conexant CX20751/2/3/4 codec support | Takashi Iwai | 2012-05-10 | 1 | -0/+6 |
| * | | | ALSA: hda - Add the support for Creative SoundCore3D | Takashi Iwai | 2012-05-10 | 1 | -4/+22 |
| * | | | ALSA: hda - More robustify the power-up/down sequence | Takashi Iwai | 2012-05-09 | 2 | -8/+16 |
| * | | | ALSA: hda - Remove pre_resume and post_suspend ops | Takashi Iwai | 2012-05-09 | 3 | -27/+0 |
| * | | | ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.c | Takashi Iwai | 2012-05-08 | 13 | -675/+690 |
| * | | | ALSA: hda - Move up the fixup helper functions to the library module | Takashi Iwai | 2012-05-08 | 5 | -242/+309 |
| * | | | ALSA: hda - Protect the power-saving count with spinlock | Takashi Iwai | 2012-05-08 | 2 | -2/+22 |
| * | | | ALSA: hda - Clear the power-saving states properly at reset | Takashi Iwai | 2012-05-08 | 1 | -0/+3 |
| * | | | ALSA: hda - Always resume the codec immediately | Takashi Iwai | 2012-05-08 | 3 | -17/+8 |
| * | | | ALSA: hda - Fix possible access to uninitialized work struct | Takashi Iwai | 2012-05-08 | 1 | -7/+8 |
| * | | | ALSA: hda/realtek - Call a common helper for alc_spec initialization | Takashi Iwai | 2012-05-08 | 1 | -75/+61 |
| * | | | Merge branch 'fix/hda' into topic/hda | Takashi Iwai | 2012-05-08 | 3 | -11/+24 |
| |\ \ \ |
|
| * | | | | ALSA: hda - Skip pin capability sanity check for bogus values | Takashi Iwai | 2012-04-20 | 1 | -2/+2 |
| * | | | | ALSA: hda - Add snd_hda_get_default_vref() helper function | Takashi Iwai | 2012-04-20 | 10 | -58/+56 |
| * | | | | ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functions | Takashi Iwai | 2012-04-20 | 10 | -117/+125 |
| * | | | | Merge branch 'fix/hda' into topic/hda | Takashi Iwai | 2012-04-19 | 5 | -30/+110 |
| |\ \ \ \ |
|
| * | | | | | ALSA: hda - Fix oops caused by recent commit "Fix internal mic for Lenovo Ide... | David Henningsson | 2012-04-10 | 1 | -1/+3 |
| * | | | | | Merge branch 'fix/hda' into topic/hda | Takashi Iwai | 2012-04-07 | 3 | -70/+54 |
| |\ \ \ \ \ |
|
| * | | | | | | ALSA: hda - Fix internal mic for Lenovo Ideapad U300s | David Henningsson | 2012-04-05 | 1 | -13/+75 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2012-04-08 | 19 | -4913/+1839 |
| |\| | | | | |
|
| * | | | | | | Email/web address change | Jonathan Woithe | 2012-03-28 | 1 | -1/+1 |
* | | | | | | | ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops | Takashi Iwai | 2012-05-15 | 1 | -3/+3 |
* | | | | | | | ALSA: HDA: Lessen CPU usage when waiting for chip to respond | David Henningsson | 2012-05-09 | 1 | -2/+4 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Revert "ALSA: hda - Set codec to D3 forcibly even if not used" | Takashi Iwai | 2012-05-08 | 2 | -5/+13 |
* | | | | | | ALSA: hda/realtek - Call alc_auto_parse_customize_define() always after fixup | Takashi Iwai | 2012-05-08 | 1 | -6/+7 |
* | | | | | | ALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo | Takashi Iwai | 2012-05-07 | 1 | -0/+1 |
* | | | | | | ALSA: hda/realtek - Add a fixup for Acer Aspire 5739G | Takashi Iwai | 2012-05-07 | 1 | -0/+2 |
* | | | | | | ALSA: HDA: Add external mic quirk for Asus Zenbook UX31E | David Henningsson | 2012-04-20 | 1 | -0/+1 |
| |_|_|/ /
|/| | | | |
|