aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-16ALSA: hda - Allow multiple callbacks for jackTakashi Iwai10-65/+107
2014-09-15ALSA: lx6464es: Use nonatomic PCM opsTakashi Iwai4-200/+108
2014-09-15ALSA: pcxhr: Use nonatomic PCM opsTakashi Iwai4-78/+77
2014-09-15ALSA: mixart: Use nonatomic PCM opsTakashi Iwai4-64/+44
2014-09-15ALSA: vx: Use nonatomic PCM opsTakashi Iwai1-2/+3
2014-09-15ALSA: hda - Make snd_hda_jack_detect_enable_callback() returning the jack objectTakashi Iwai3-17/+26
2014-09-11ALSA: hda - Make snd_hda_jack_tbl_new() staticTakashi Iwai2-4/+1
2014-09-11ALSA: hda - Get rid of action field from struct hda_jack_tblTakashi Iwai10-73/+23
2014-09-11Merge branch 'for-linus' into for-nextTakashi Iwai5-10/+42
2014-09-11ALSA: hda - Fix invalid pin powermap without jack detectionTakashi Iwai1-5/+12
2014-09-09sound: pci: au88x0: printk replacementSudip Mukherjee8-74/+74
2014-09-08Merge branch 'topic/pcm-nonatomic' into for-nextTakashi Iwai1-5/+7
2014-09-08ALSA: virtuoso: add Xonar Essence STX II daughterboard supportClemens Ladisch1-2/+13
2014-09-08ALSA: virtuoso: add one more headphone impedance settingClemens Ladisch1-8/+10
2014-09-03Merge tag 'asoc-v3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai66-69/+69
2014-09-03ALSA: hda - Add TLV_DB_SCALE_MUTE bit for relevant controlsTakashi Iwai4-11/+12
2014-09-03ALSA: hda - Make the ALC269 pin quirk table shorterDavid Henningsson1-171/+40
2014-09-03ALSA: hda - Add common pin macros for ALC269 familyDavid Henningsson1-0/+31
2014-09-03ALSA: hda/realtek - move HP_GPIO_MIC1_LED quirk for alc280Hui Wang1-8/+13
2014-09-03ALSA: hda/realtek - move HP_LINE1_MIC1_LED quirk for alc282Hui Wang1-9/+11
2014-09-03ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc290Hui Wang1-13/+91
2014-09-03ALSA: hda/realtek - move HP_MUTE_LED_MIC1 quirk for alc282Hui Wang1-24/+55
2014-09-03ALSA: hda/realtek - move DELL2_MIC_NO_PRESENCE quirk for alc255Hui Wang1-2/+11
2014-09-03ALSA: hda/realtek - move DELL1_MIC_NO_PRESENCE quirk for alc255Hui Wang1-1/+0
2014-09-03ALSA: hda/realtek - move DELL1_MIC_NO_PRESENCE quirk for alc283Hui Wang1-21/+11
2014-09-03ALSA: hda/realtek - move DELL2_MIC_NO_PRESENCE quirk for alc292Hui Wang1-11/+24
2014-09-02ALSA: hda - Fix COEF setups for ALC1150 codecTakashi Iwai1-0/+2
2014-09-01ALSA: hda - Fix digital mic on Acer Aspire 3830TGTakashi Iwai1-1/+8
2014-08-28Merge tag 'sound-3.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-4/+20
2014-08-27ALSA: hda - Set up initial pins for Acer Aspire V5Takashi Iwai1-0/+18
2014-08-27ALSA: ice1712: Replacing hex with #definesKonstantinos Tsimpoukas1-1/+1
2014-08-26ALSA: ctxfi: fix broken user-visible stringSudip Mukherjee7-43/+27
2014-08-26ALSA: ctxfi: prink replacementSudip Mukherjee10-42/+42
2014-08-25ALSA: ctxfi: ctpcm.c: printk replacementSudip Mukherjee1-3/+3
2014-08-22ALSA: ctxfi: ct20k1reg: Fix typo in include guardRasmus Villemoes1-3/+1
2014-08-22ALSA: hda: ca0132_regs.h: Fix typo in include guardRasmus Villemoes1-1/+1
2014-08-21Merge tag 'sound-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-10/+28
2014-08-19ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codecLibin Yang1-4/+7
2014-08-19ALSA: hda/hdmi - set depop_delay for haswell plusLibin Yang1-2/+1
2014-08-19ALSA: hda/realtek - Use tables for batch COEF writes/updtesTakashi Iwai1-245/+314
2014-08-19ALSA: hda/realtek - Add alc_update_coef*_idx() helperTakashi Iwai1-195/+82
2014-08-19ALSA: hda/realtek - Use alc_write_coef_idx() in alc269_quanta_automake()Takashi Iwai1-9/+2
2014-08-19ALSA: hda/realtek - Optimize alc888_coef_init()Takashi Iwai1-51/+40
2014-08-19ALSA: hda - Remove obsoleted EXPORT_SYMBOL_HDA() macroTakashi Iwai1-2/+0
2014-08-19ALSA: hda - Remove obsoleted snd_hda_check_board_config() & coTakashi Iwai2-121/+0
2014-08-19Merge branch 'for-linus' into topic/hda-cleanupTakashi Iwai1-5/+21
2014-08-19ALSA: hda - restore the gpio led after resumeHui Wang1-0/+9
2014-08-16ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & coTakashi Iwai1-5/+12
2014-08-15Merge tag 'sound-fix-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-2/+100
2014-08-14ALSA: hda - Set TLV_DB_SCALE_MUTE bit for cx5051 vmasterTakashi Iwai1-0/+6