summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/hda' into for-linusTakashi Iwai2009-05-281-0/+1
|\
| * ALSA: hda - Compaq Presario CQ60 patching for ConexantTony Vroon2009-05-281-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-05-263-0/+17
|\|
| * ALSA: hda - Add missing check of pin vref 50 and others in Realtek codecsTakashi Iwai2009-05-251-0/+6
| * ALSA: hda - Add 5stack-no-fp model for STAC927xTakashi Iwai2009-05-241-0/+10
| * ALSA: hda - Add forced codec-slots for ASUS W5FmOzan Çağlayan2009-05-241-0/+1
* | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-05-222-3/+6
|\ \
| * | ALSA: Kill truncate warning by shortening Sigmatel-specific AC97 control nameAndreas Mohr2009-05-222-3/+6
* | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-05-221-0/+1
|\ \ \ | | |/ | |/|
| * | ALSA: hda - fix audio on HP TX25xx series notebooksAdam Williamson2009-05-221-0/+1
* | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-05-151-4/+6
|\ \ \ | | |/ | |/|
| * | ALSA: riptide: postfix increment and off by oneRoel Kluin2009-05-141-4/+6
* | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-05-101-1/+6
|\ \ \ | | |/ | |/|
| * | ALSA: hda - Fix line-in on Mac Mini Core2 DuoTakashi Iwai2009-05-081-1/+6
* | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-05-101-1/+1
|\ \ \ | | |/ | |/|
| * | sound: via82xx: fix DXS volume rangeClemens Ladisch2009-05-051-1/+1
* | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-05-042-0/+2
|\| |
| * | ALSA: indigo-express: add missing 64KHz flagsGiuliano Pochini2009-04-282-0/+2
* | | ALSA: Add missing SNDRV_PCM_INFO_BATCH flag to some driversTakashi Iwai2009-04-282-4/+8
* | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-04-271-1/+1
|\| |
| * | ALSA: Fix Trivial Warnining in sound/pci/cmipci.cSubrata Modak2009-04-271-1/+1
* | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-04-271-1/+44
|\ \ \ | | |/ | |/|
| * | ALSA: hda - Fix init verbs of AD1884A mobile modelTakashi Iwai2009-04-231-1/+44
* | | Merge commit 'alsa/master' into for-linusTakashi Iwai2009-04-222-3/+5
|\ \ \
| * | | [ALSA] intel8x0: another attempt to fix ac97_clock measure routineJaroslav Kysela2009-04-211-2/+4
| * | | [ALSA] ac97_codec: increase timeout for analog subsectionsJaroslav Kysela2009-04-211-1/+1
* | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-04-211-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ALSA: hda - Add quirk for Packard Bell RS65Takashi Iwai2009-04-211-0/+1
* | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-04-211-0/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | ALSA: Atiixp: Add SSID for mute_led quirk (unknown HP model)Daniel T Chen2009-04-201-0/+6
* | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2009-04-211-7/+98
|\ \ \ \ | | |/ / | |/| |
| * | | ALSA: hda - Add quirks for Realtek codecsKailang Yang2009-04-211-0/+98
| * | | ALSA: hda - Fix alc662_init_verbsKailang Yang2009-04-211-7/+0Star
* | | | Merge branch 'fix/misc' into for-linusTakashi Iwai2009-04-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | ALSA: emu10k1 - off by 1 in snd_emu10k1_wait()Roel Kluin2009-04-171-1/+1
* | | | Merge branch 'fix/intel8x0' into for-linusTakashi Iwai2009-04-191-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | ALSA: Intel8x0: Add hp_only quirk for SSID 0x1028016a (Dell Inspiron 8600)Daniel T Chen2009-04-161-0/+6
| * | | ALSA: Intel8x0: Remove conflicting quirk for SSID 0x103c0934Daniel T Chen2009-04-161-6/+0Star
* | | | ALSA: hda - Set function_id only on FG nodesTakashi Iwai2009-04-171-3/+5
* | | | ALSA: hda - Add upper-limit of mixer amp for AD1884A-laptop model, tooTakashi Iwai2009-04-161-0/+8
* | | | ALSA: hda - Fix headphone-detection on some machines with STAC/IDT codecsTakashi Iwai2009-04-161-5/+5
* | | | ALSA: hda_intel.c - Consolidate bitfieldsJoe Perches2009-04-161-1/+1
|/ / /
* | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-04-151-1/+5
|\ \ \
| * | | ALSA: hda - Fix the cmd cache keys for amp verbsTakashi Iwai2009-04-151-1/+5
* | | | Merge branch 'topic/memdup_user' into for-linusTakashi Iwai2009-04-151-28/+13Star
|\ \ \ \
| * | | | ALSA: sound/pci: use memdup_user()Li Zefan2009-04-141-28/+13Star
* | | | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-04-153-11/+42
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'topic/jack-free-fix' into topic/hdaTakashi Iwai2009-04-152-8/+40
| |\ \ \ \
| | * | | | ALSA: hda - Avoid call of snd_jack_report at releaseTakashi Iwai2009-04-142-8/+40
| | |/ / /
| * | / / ALSA: hda - Add quirk mask for Fujitsu Amilo laptops with ALC883Takashi Iwai2009-04-151-3/+2Star
| | |/ / | |/| |