summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2014-02-129-37/+89
|\
| * ALSA: hda - Fix undefined symbol due to builtin/module mixupTakashi Iwai2014-02-101-15/+15
| * ALSA: hda - Fix mic capture on Sony VAIO Pro 11Takashi Iwai2014-02-071-0/+1
| * ALSA: hda - Add a headset quirk for Dell XPS 13David Henningsson2014-02-071-0/+1
| * ALSA: hda - Fix inconsistent Mic mute LEDTakashi Iwai2014-02-076-18/+31
| * ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai2014-02-072-4/+4
| * ALSA: hda - Improve loopback path lookups for AD1983Takashi Iwai2014-02-051-0/+7
| * ALSA: hda - Fix missing VREF setup for Mac Pro 1,1Takashi Iwai2014-02-051-1/+8
| * ALSA: hda - Add missing mixer widget for AD1983Takashi Iwai2014-02-051-0/+1
| * ALSA: hda/realtek - Avoid invalid COEFs for ALC271XTakashi Iwai2014-02-051-0/+3
| * ALSA: hda - Fix silent output on Toshiba Satellite L40Takashi Iwai2014-02-041-0/+19
* | ALSA: hda - Make snd_hda_gen_spec_free() staticTakashi Iwai2014-02-103-10/+2Star
* | ALSA: hda - Disable static quirks for C-Media codecsTakashi Iwai2014-02-101-10/+21
* | ALSA: hda - Move HDA_FIXUP_ACT_FREE call in snd_hda_gen_free()Takashi Iwai2014-02-103-10/+3Star
* | ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-1010-20/+20
* | ALSA: Fix typos in alsa-driver-api.xmlMasanari Iida2014-02-102-2/+2
* | sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.cRashika Kheria2014-02-072-2/+3
* | ALSA: lx6464es: Remove unused function in pci/lx6464es/lx_core.cRashika Kheria2014-02-071-84/+0Star
* | ALSA: pcsp: Include appropriate header file in pcsp/pcsp_input.cRashika Kheria2014-02-071-0/+1
* | ALSA: hda - Add subwoofer quirks for Asus UX51VZH and N55SFDavid Henningsson2014-02-071-0/+12
* | ALSA: hda - Rename ASUS subwoofer quirksDavid Henningsson2014-02-071-9/+9
* | ALSA: hda - Add mute LED support to Lenovo IdeapadTakashi Iwai2014-02-031-1/+41
* | ALSA: usb-audio: Resume mixer values properlyTakashi Iwai2014-02-033-25/+99
* | Merge branch 'topic/hda' into for-nextTakashi Iwai2014-02-033-434/+395Star
|\ \ | |/ |/|
| * ALSA: hda - Do not accept responses from non-existing codecsDavid Henningsson2014-01-301-14/+9Star
| * ALSA: hda/conexant - Disable static quirksTakashi Iwai2014-01-301-1/+1
| * ALSA: hda/conexant - Enable stereo mix input for CX20549 and CX20551Takashi Iwai2014-01-301-0/+2
| * ALSA: hda/conexant - Add analog loopback mixing to CX20549Takashi Iwai2014-01-301-0/+1
| * ALSA: hda/conexant - Apply cap of mix amp volume on CX20551 codecTakashi Iwai2014-01-301-0/+33
| * ALSA: hda/conexant - Use generic parser for HP 530Takashi Iwai2014-01-301-41/+12Star
| * ALSA: hda/conexant - Use generic parser for Toshiba P105Takashi Iwai2014-01-301-1/+12
| * ALSA: hda/conexant - Apply the amp cap override for CX20549 mixerTakashi Iwai2014-01-301-0/+36
| * ALSA: hda/conexant - Re-implement OLPC XO workarounds via fixupTakashi Iwai2014-01-301-374/+269Star
| * ALSA: hda - Avoid unnecessary verbs write in snd_hda_activate_path()Takashi Iwai2014-01-301-1/+1
| * ALSA: hda - Add fixup name lookup for CX5051 and 5066 codecsTakashi Iwai2014-01-301-2/+19
* | ALSA: usb-audio: Add missing kconfig dependecyTakashi Iwai2014-02-031-0/+1
* | Linus 3.14-rc1Linus Torvalds2014-02-031-3/+3
* | Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-02-0315-73/+278
|\ \
| * | parisc: add flexible mmap memory layout supportHelge Deller2014-02-026-43/+233
| * | parisc: Make EWOULDBLOCK be equal to EAGAIN on pariscGuy Martin2014-02-021-1/+1
| * | parisc: convert uapi/asm/stat.h to use native types onlyHelge Deller2014-02-021-21/+19Star
| * | parisc: wire up sched_setattr and sched_getattrHelge Deller2014-02-022-1/+5
| * | parisc: fix cache-flushingHelge Deller2014-02-023-3/+16
| * | parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller2014-02-022-4/+4
* | | hpfs: optimize quad buffer loadingMikulas Patocka2014-02-031-46/+50
* | | hpfs: remember free spaceMikulas Patocka2014-02-033-10/+87
|/ /
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-02-021-0/+2
|\ \
| * | hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
| * | hwmon: Fix SENSORS_LM75 dependencies to eliminate build errorsJean Delvare2014-02-021-0/+1
* | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2014-02-023-27/+39
|\ \ \