summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_local.h
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Add a new quirk match based on default pin configurationDavid Henningsson2014-05-261-0/+14
* ALSA: hda - Replace with standard printkTakashi Iwai2014-02-251-0/+7
* ALSA: hda - Add sysfs to codec object, tooTakashi Iwai2014-02-251-0/+5
* ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-251-18/+0Star
* ALSA: hda - Bind with HDMI codec parser automaticallyTakashi Iwai2013-11-261-0/+1
* ALSA: hda - Split the generic parser as an individual moduleTakashi Iwai2013-11-261-7/+0Star
* ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecsAnssi Hannula2013-10-241-0/+4
* ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driverTakashi Iwai2013-10-171-18/+4Star
* ALSA: hda - add HDA_FIXUP_ACT_FREE actionDavid Henningsson2013-10-171-0/+1
* ALSA: hda - Fix missing Mic Boost controls for VIA codecsTakashi Iwai2013-06-191-0/+8
* ALSA: hda - Fix return value of snd_hda_check_power_state()Takashi Iwai2013-06-181-1/+1
* ALSA: hda - Don't apply EAPD power filter as defaultTakashi Iwai2013-03-131-0/+4
* ALSA: hda - hdmi: Protect ELD bufferDavid Henningsson2013-02-191-0/+1
* ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eldDavid Henningsson2013-02-191-10/+17
* ALSA: hda - Add snd_hda_check_power_state() helper functionTakashi Iwai2013-01-241-0/+13
* ALSA: hda - Add chained_before flag to the fixup entryTakashi Iwai2013-01-231-1/+2
* ALSA: hda - Combine snd_hda_codec_flush_*_cache() to a single functionTakashi Iwai2013-01-221-4/+0Star
* ALSA: hda - Add snd_hda_get_int_hint() helper functionTakashi Iwai2013-01-121-0/+7
* ALSA: hda - Add a new fixup type to override pinctl valuesTakashi Iwai2013-01-121-0/+1
* ALSA: hda - More strict correction of invalid pinctl bitsTakashi Iwai2013-01-121-0/+2
* ALSA: hda - Add helper functions to cache the current pinctl targetTakashi Iwai2013-01-121-0/+4
* ALSA: hda - Add snd_hda_codec_flush_*_cache() aliasesTakashi Iwai2013-01-121-0/+4
* ALSA: hda - Move fixup code into struct hda_codecTakashi Iwai2013-01-121-0/+53
* ALSA: hda/realtek - Add path active flagTakashi Iwai2013-01-121-1/+2
* ALSA: hda - Introduce snd_hda_codec_amp_init*()Takashi Iwai2013-01-121-0/+4
* ALSA: hda - Introduce cache & flush cmd / amp writesTakashi Iwai2013-01-121-2/+0Star
* ALSA: hda - Add a helper function for simple enum kcontrolsTakashi Iwai2012-11-301-0/+9
* ALSA: hda - Add workaround for conflicting IEC958 controlsTakashi Iwai2012-10-171-3/+5
* ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-301-1/+1
* ALSA: hda - Move beep helper functions to hda_beep.cTakashi Iwai2012-07-031-1/+3
* ALSA: hda - Move BIOS pin-parser code to hda_auto_parser.cTakashi Iwai2012-05-081-79/+3Star
* ALSA: hda - Add snd_hda_get_default_vref() helper functionTakashi Iwai2012-04-201-0/+2
* ALSA: hda - Introduce snd_hda_set_pin_ctl*() helper functionsTakashi Iwai2012-04-201-0/+38
* ALSA: hda - Add expose_enum_ctl flag to snd_hda_add_vmaster_hook()Takashi Iwai2012-03-131-1/+2
* ALSA: hda - Add "Mute-LED Mode" enum controlTakashi Iwai2012-03-131-0/+21
* ALSA: hda - Return the created kcontrol in __snd_hda_add_vmaster()Takashi Iwai2012-03-121-3/+4
* ALSA: hda - Initialize vmaster slave volumesTakashi Iwai2012-03-091-2/+4
* ALSA: hda - Add suffix argument to snd_hda_add_vmaster()Takashi Iwai2012-02-031-1/+2
* ALSA: hda - Return the error from get_wcaps_type() for invalid NIDsTakashi Iwai2012-01-101-1/+6
* ALSA: hda - Integrate input-jack stuff into kctl-jackTakashi Iwai2011-12-011-20/+0Star
* ALSA: hda - Give more unique names by snd_hda_get_pin_label()Takashi Iwai2011-11-161-2/+3
* ALSA: hda - Merge input-jack helpers to hda_jack.cTakashi Iwai2011-11-161-4/+0Star
* ALSA: hda - Cache the jack-detection valueTakashi Iwai2011-11-161-15/+0Star
* ALSA: hda - Introduce snd_hda_get_pin_label()Takashi Iwai2011-11-161-2/+2
* ALSA: hda - fix ELD memory leakWu Fengguang2011-11-161-0/+3
* ALSA: hda - Re-enable the check NO_PRESENCE misc bitTakashi Iwai2011-11-101-7/+9
* ALSA: hda - Revert the check of NO_PRESENCE pincfg default bitTakashi Iwai2011-11-061-2/+5
* ALSA: hda - Check NO_PRESENCE pincfg default bitTakashi Iwai2011-11-021-0/+4
* ALSA: hda/realtek - Fix missing volume controls with ALC260Takashi Iwai2011-10-271-1/+2
* ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.cTakashi Iwai2011-10-061-3/+0Star