summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-19ALSA: hda - Fix possible races of accesses to connection list arrayTakashi Iwai1-45/+37
2012-05-12ALSA: hda - Disable FLOAT format supportTakashi Iwai1-0/+2
2012-05-10ALSA: hda - Fix concurrent hash accessesTakashi Iwai1-81/+120
2012-05-10ALSA: hda - Protect SPDIF-related stuff via spdif_mutexTakashi Iwai1-10/+25
2012-05-09ALSA: hda - More robustify the power-up/down sequenceTakashi Iwai1-7/+15
2012-05-09ALSA: hda - Remove pre_resume and post_suspend opsTakashi Iwai1-4/+0
2012-05-08ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai1-596/+0
2012-05-08ALSA: hda - Protect the power-saving count with spinlockTakashi Iwai1-2/+21
2012-05-08ALSA: hda - Clear the power-saving states properly at resetTakashi Iwai1-0/+3
2012-05-08ALSA: hda - Always resume the codec immediatelyTakashi Iwai1-2/+7
2012-05-08ALSA: hda - Fix possible access to uninitialized work structTakashi Iwai1-7/+8
2012-05-08Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-4/+0
2012-05-08Revert "ALSA: hda - Set codec to D3 forcibly even if not used"Takashi Iwai1-4/+0
2012-04-20ALSA: hda - Skip pin capability sanity check for bogus valuesTakashi Iwai1-2/+2
2012-04-20ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai1-0/+27
2012-04-20ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai1-0/+26
2012-03-13ALSA: hda - Add expose_enum_ctl flag to snd_hda_add_vmaster_hook()Takashi Iwai1-1/+4
2012-03-13ALSA: hda - Add "Mute-LED Mode" enum controlTakashi Iwai1-0/+94
2012-03-12ALSA: hda - Return the created kcontrol in __snd_hda_add_vmaster()Takashi Iwai1-1/+8
2012-03-09ALSA: hda - Initialize vmaster slave volumesTakashi Iwai1-3/+62
2012-03-07ALSA: hda - Set codec to D3 forcibly even if not usedTakashi Iwai1-0/+4
2012-03-02Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-4/+8
2012-03-02ALSA: hda - Kill hyphenated namesTakashi Iwai1-2/+2
2012-02-29ALSA: hda - Add a fake mute featureTakashi Iwai1-2/+6
2012-02-06ALSA: hda - Remove a debug print in vmaster codeTakashi Iwai1-1/+0
2012-02-03ALSA: hda - Add suffix argument to snd_hda_add_vmaster()Takashi Iwai1-6/+16
2012-02-01ALSA: HDA: Fix duplicated output to more than one codecDavid Henningsson1-1/+1
2011-12-20Merge branch 'test/hda-jack' into topic/hdaTakashi Iwai1-148/+148
2011-11-26ALSA: hda - Supports more audio streamsTakashi Iwai1-0/+6
2011-11-23ALSA: hda - Check subdevice mask in snd_hda_check_board_codec_sid_config()Takashi Iwai1-3/+3
2011-11-21ALSA: hda - Don't add channel suffix for headphone pin labelsTakashi Iwai1-21/+31
2011-11-21ALSA: hda - Fix a typoTakashi Iwai1-1/+1
2011-11-16ALSA: hda - Give more unique names by snd_hda_get_pin_label()Takashi Iwai1-33/+108
2011-11-16ALSA: hda - Merge input-jack helpers to hda_jack.cTakashi Iwai1-108/+0
2011-11-16ALSA: hda - Cache the jack-detection valueTakashi Iwai1-37/+3
2011-11-16ALSA: hda - Introduce snd_hda_get_pin_label()Takashi Iwai1-3/+60
2011-11-10ALSA: hda - Re-enable the check NO_PRESENCE misc bitTakashi Iwai1-0/+4
2011-11-10ALSA: hda - Don't add elements of other codecs to vmaster slaveTakashi Iwai1-21/+39
2011-10-31sound: Add module.h to the previously silent sound usersPaul Gortmaker1-0/+1
2011-10-26ALSA: hda - Fix surround/CLFE headphone and speaker pins orderTakashi Iwai1-15/+24
2011-10-06ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.cTakashi Iwai1-24/+0
2011-10-06ALSA: hdmi: fix printout of SAD sampling ratesPierre-Louis Bossart1-1/+1
2011-10-05ALSA: jack - Add "Line In" input jack constantsDavid Henningsson1-0/+2
2011-09-27ALSA: hda - Avoid unnecessary verbs to clear PCM formatsTakashi Iwai1-2/+5
2011-09-20Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-1/+5
2011-09-13ALSA: hda - Terminate the recursive connection search properlyTakashi Iwai1-1/+5
2011-08-23ALSA: hda - Add multi-headphone NIDs in multiout structTakashi Iwai1-0/+9
2011-08-23ALSA: hda - Rename to snd_hda_parse_pin_defcfg()Takashi Iwai1-6/+9
2011-08-19ALSA: hda - Allow different assoc numbers for multiple speakersTakashi Iwai1-9/+3
2011-08-15ALSA: hda - Add snd_hda_override_pin_caps() helper functionTakashi Iwai1-0/+23