summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-098-12/+13
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-078-12/+13
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-046-10/+11
| | * tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König2009-11-091-1/+1
| | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-12-0440-2175/+8464
|\ \ \
| * | | ALSA: hda - Fix memory leaks in the previous patchTakashi Iwai2009-12-031-7/+11
| * | | ALSA: hda - Add ALC661/259, ALC892/888VD supportKailang Yang2009-12-031-2/+42
| * | | Merge branch 'topic/ice1724-quartet' into topic/hdaTakashi Iwai2009-12-017-45/+1250
| |\ \ \
| | * | | ALSA: ice1724 - Infrasonic Quartet supportPavel Hofman2009-09-214-1/+1144
| | * | | ALSA: ice1724 - Support for multiple external clock typesPavel Hofman2009-09-213-16/+52
| | * | | ALSA: ice1724 - pro-rate-locking makes sense only for internal clock modePavel Hofman2009-09-211-7/+16
| | * | | ALSA: ice1724 - adding GPIO routines for mask and directionPavel Hofman2009-09-213-0/+38
| | * | | ALSA: ak4620 support, codec regs listed in procPavel Hofman2009-09-211-21/+0
| * | | | Merge branch 'topic/oxygen' into topic/hdaTakashi Iwai2009-12-0114-1188/+2276
| |\ \ \ \
| | * | | | sound: oxygen: fix input monitor control namesClemens Ladisch2009-09-281-8/+8
| | * | | | sound: oxygen: add high-pass filter controlClemens Ladisch2009-09-281-2/+71
| | * | | | sound: oxygen: add digital filter controlClemens Ladisch2009-09-283-9/+223
| | * | | | sound: virtuoso: add PCM1796 oversampling controlClemens Ladisch2009-09-281-25/+157
| | * | | | sound: oxygen: allow custom MCLK ratesClemens Ladisch2009-09-286-4/+19
| | * | | | sound: virtuoso: add headphone impedance controlClemens Ladisch2009-09-281-11/+99
| | * | | | sound: oxygen: cache codec registersClemens Ladisch2009-09-284-152/+250
| | * | | | sound: oxygen: more hardware documentationClemens Ladisch2009-09-284-0/+33
| | * | | | sound: oxygen: add stereo upmixing to center/LFE channelsClemens Ladisch2009-09-284-21/+58
| | * | | | sound: oxygen: better defaults for upmixing controlClemens Ladisch2009-09-283-10/+3
| | * | | | sound: virtuoso: fix Xonar Essence ST supportClemens Ladisch2009-09-282-6/+190
| | * | | | sound: virtuoso: split virtuoso.cClemens Ladisch2009-09-287-1092/+1290
| | * | | | sound: oxygen: fix for PI7C9X110 compatibilityClemens Ladisch2009-09-281-0/+23
| | * | | | sound: oxygen: do not try to restore nonexistent EEPROMClemens Ladisch2009-09-281-1/+5
| * | | | | ALSA: hda - Add position_fix quirk for HP dv3Takashi Iwai2009-12-011-0/+1
| * | | | | ALSA: hda - Add a pin-fix for FSC Amilo Pi1505Takashi Iwai2009-12-011-0/+23
| * | | | | ALSA: hda - Fix Cxt5047 test modeTakashi Iwai2009-11-301-10/+1
| * | | | | ALSA: hda - Add a position_fix quirk for MSI Wind U115Takashi Iwai2009-11-301-0/+1
| * | | | | ALSA: hda - Don't trigger pin-sense for STAC/IDT codecsTakashi Iwai2009-11-271-1/+8
| * | | | | ALSA: hda: Fix max PCM level to 0 dB for Fujitsu-Siemens laptops using CX2054...Daniel T Chen2009-11-261-3/+4
| * | | | | ALSA: hda - Make Dell Vostro 1015n mic and speaker switching workEinar Rünkaru2009-11-241-0/+134
| * | | | | Revert "ALSA: hda - Change quirk for Acer Aspire 5930G"Takashi Iwai2009-11-241-1/+1
| * | | | | ALSA: hda - Fix input and jack Kconfig depenenciesTakashi Iwai2009-11-211-1/+1
| * | | | | ALSA: hda - 4930g mute lfe and side when pluging in headphonesŁukasz Wojniłowicz2009-11-201-0/+2
| * | | | | ALSA: hda - Change quirk for Acer Aspire 5930GTakashi Iwai2009-11-191-1/+1
| * | | | | ALSA: hda - Fix mute-LED sync on HP laptops with IDT92HD83xxx codecsTakashi Iwai2009-11-181-2/+37
| * | | | | ALSA: hda - Fix detection of dual headphonesTakashi Iwai2009-11-181-2/+21
| * | | | | ALSA: hda - Replace the rest of jack-detections with snd_hda_jack_detect()Takashi Iwai2009-11-185-95/+45
| * | | | | ALSA: hda - show EPSS capability in procWu Fengguang2009-11-182-0/+35
| * | | | | ALSA: intelhdmi - sticky channel countWu Fengguang2009-11-181-8/+2
| * | | | | ALSA: intelhdmi - sticky stream id and formatWu Fengguang2009-11-181-2/+26
| * | | | | ALSA: intelhdmi - sticky infoframeWu Fengguang2009-11-181-12/+26
| * | | | | ALSA: intelhdmi - separate out infoframe checksum routineWu Fengguang2009-11-181-6/+17
| * | | | | ALSA: intelhdmi - probe for monitor/eld presence at module init timeWu Fengguang2009-11-181-10/+22
| * | | | | ALSA: hda - introduce snd_hda_jack_detect() and snd_hda_pin_sense()Wu Fengguang2009-11-185-177/+91
OpenPOWER on IntegriCloud