aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Merge branch 'topic/pcsp-fix' into topic/miscTakashi Iwai60-546/+855
2008-12-16ALSA: ca0106 MSI K8N Diamond MB spi_dac 2->1Ben Stanley1-1/+1
2008-12-16ALSA: ca0106 Add comments to snd_ca0106_details structBen Stanley1-4/+8
2008-12-11ALSA: sb8 - Fix a return code in the error pathTakashi Iwai1-1/+3
2008-12-10ALSA: sound: Make staticRoel Kluin1-1/+2
2008-12-03ALSA: Reduce stall detection timeout in riptide.cPeter Gruber1-1/+1
2008-12-02ALSA: ac97 - Include ac97_codec.h for ac97_bus_type declarationMark Brown1-0/+1
2008-12-01ALSA: ac97 - Add WM9715 to AC97 IDsMark Brown1-1/+1
2008-12-01ALSA: Fix a compile warning in cs46xx_lib.cTakashi Iwai1-1/+4
2008-11-28ALSA: ac97 - Remove EXPERIMENTAL from CONFIG_SND_AC97_POWER_SAVETakashi Iwai1-1/+1
2008-11-27ALSA: sound/pci/mixart/mixart.c: Add missing snd_card_freeJulia Lawall2-2/+6
2008-11-27ALSA: snd-usb-caiaq: clean up the control adding codeDaniel Mack2-44/+31
2008-11-26ALSA: pcsp - Fix starting the stream with HRTIMER_CB_IRQSAFE_UNLOCKTakashi Iwai2-31/+58
2008-11-26Merge branch 'topic/misc' into topic/pcsp-fixTakashi Iwai9-299/+333
2008-11-18Merge branches 'topic/fix/hda' and 'topic/fix/misc' into for-linusTakashi Iwai4-19/+94
2008-11-18ALSA: hda - Fix resume of GPIO unsol event for STAC/IDTTakashi Iwai1-2/+2
2008-11-18ALSA: hda - Add quirks for HP Pavilion DV modelsTakashi Iwai1-0/+4
2008-11-18ALSA: hda - Fix GPIO initialization in patch_stac92hd71bxx()Takashi Iwai1-7/+7
2008-11-18ALSA: snd-powermac: enable mic on iMac G4Risto Suominen1-1/+1
2008-11-15ALSA: hda - Check model type instead of SSID in patch_92hd71bxx()Takashi Iwai1-2/+2
2008-11-15ALSA: sound/pci/pcxhr/pcxhr.c: introduce missing kfree and pci_disable_deviceJulia Lawall1-1/+4
2008-11-15ALSA: hda: STAC_VREF_EVENT value changeMatthew Ranostay1-1/+3
2008-11-14ALSA: pcsp - Use HRTIMER_CB_IRQSAFE_UNLOCKEDTakashi Iwai1-1/+1
2008-11-13ALSA: hda - Missing NULL check in hda_beep.cTakashi Iwai1-0/+4
2008-11-13ALSA: hda - Add digital beep playback switch for STAC/IDT codecsTakashi Iwai3-6/+68
2008-11-12ALSA: powermac - Rename mic-analog loopback mixer elementTakashi Iwai1-1/+2
2008-11-12Merge branch 'topic/fix/hda' into for-linusTakashi Iwai1-22/+63
2008-11-12ALSA: hda - Fix IDT/STAC multiple HP detectionTakashi Iwai1-14/+45
2008-11-11ALSA: hda - Fix input pin initialization for STAC/IDT codecsTakashi Iwai1-8/+12
2008-11-11ALSA: hda - Add missing analog-mux mixer creation for STAC9200Takashi Iwai1-0/+6
2008-11-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds5-6/+28
2008-11-10Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai5-6/+28
2008-11-10ALSA: hda - Make the HP EliteBook 8530p use AD1884A model laptopTravis Place1-0/+1
2008-11-10ALSA: gusextreme: Fix build errorsVille Syrjala1-1/+1
2008-11-09ALSA: hdsp: check for iobox and upload firmware during ioctlTim Blechmann1-4/+17
2008-11-09ALSA: HDSP: check for io box before uploading firmwareTim Blechmann1-1/+5
2008-11-09ALSA: hda - Add another HP model (6730s) for AD1884AMichel Marti1-0/+1
2008-11-07Merge branch 'topic/fix/misc' into topic/miscTakashi Iwai22-61/+99
2008-11-05ALSA: ice1724 - Re-fix IRQ mask initializationTakashi Iwai1-4/+4
2008-11-05ALSA: hda - Add a quirk for MEDION MD96630Takashi Iwai1-0/+1
2008-11-04ALSA: hda - Limit the number of GPIOs show in procTakashi Iwai1-0/+2
2008-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds16-60/+89
2008-11-03Merge branches 'topic/fix/misc' and 'topic/fix/hda' into for-linusTakashi Iwai16-60/+89
2008-11-03ALSA: hda: make a STAC_DELL_EQ optionMatthew Ranostay1-6/+10
2008-11-03ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy modelsTakashi Iwai1-0/+3
2008-11-03ALSA: hda - Add a quirk for another Acer Aspire (1025:0090)Takashi Iwai1-0/+1
2008-11-03ALSA: remove direct access of dev->bus_id in sound/isa/*Takashi Iwai8-45/+34
2008-11-03sound: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-5/+5
2008-11-03ALSA: Fix PIT lockup on some chipsets when using the PC-SpeakerZoltan Devai1-2/+2
2008-11-03ALSA: rawmidi - Add open check in rawmidi callbacksTakashi Iwai1-0/+8