aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16ALSA: hda: fix some klockwork scan warningsLibin Yang1-0/+5
2016-05-16Merge branch 'for-next' into for-linusTakashi Iwai1-119/+267
2016-05-11ALSA: hda - Fix regression on ATI HDMI audioTakashi Iwai1-4/+3
2016-04-26Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+7
2016-04-26ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDWTakashi Iwai1-0/+1
2016-04-18ALSA - hda: hdmi check NULL pointer in hdmi_set_chmapLibin Yang1-0/+2
2016-04-13ALSA: hda - Fix inconsistent monitor_present state until repollTakashi Iwai1-7/+4
2016-04-13ALSA: hda - Fix regression of monitor_present flag in eld proc fileHyungwon Hwang1-0/+2
2016-04-04ALSA: hda - Update chmap tlv to report sink's capabilitySubhransu S. Prusty1-0/+13
2016-03-28ALSA: hda - Enable i915 ELD notifier for Intel IronLake and BaytrailTakashi Iwai1-5/+17
2016-03-28ALSA: hda - Add the pin / port mapping on Intel ILK and VLVTakashi Iwai1-2/+2
2016-03-28ALSA: hda - Use eld notifier for Intel SandyBridge and IvyBridge HDMI/DPTakashi Iwai1-2/+39
2016-03-28ALSA: hda - Introduce pin_cvt_fixup() ops to hdmi parserTakashi Iwai1-32/+50
2016-03-28ALSA: hda - Override HDMI setup_stream ops for Intel HSW+Takashi Iwai1-3/+10
2016-03-28ALSA: hda - Apply AMP fix in hdmi_setup_audio_infoframe() genericallyTakashi Iwai1-1/+2
2016-03-28ALSA: hda - Split out Intel-specific codes from patch_generic_hdmi()Takashi Iwai1-79/+139
2016-03-21ALSA: hda - Fix missing ELD update at unpluggingTakashi Iwai1-2/+1
2016-03-20ALSA: hda - Workaround for unbalanced i915 power refcount by concurrent probeTakashi Iwai1-0/+6
2016-03-18ALSA: hda - Fix spurious kernel WARNING on Baytrail HDMITakashi Iwai1-1/+2
2016-03-18ALSA: hda - Fix forgotten HDMI monitor_present updateTakashi Iwai1-0/+1
2016-03-18ALSA: hda - Really restrict i915 notifier to HSW+Takashi Iwai1-7/+17
2016-03-17ALSA: hda - Fix mutex deadlock at HDMI/DP hotplugTakashi Iwai1-2/+7
2016-03-15ALSA: hda - Limit i915 HDMI binding only for HSW and laterTakashi Iwai1-2/+3
2016-03-14ALSA: hda - Fixes double fault in nvhdmi_chmap_cea_alloc_validate_get_typeSubhransu S. Prusty1-2/+6
2016-03-14ALSA: hda - Add new GPU codec ID 0x10de0082 to snd-hdaAaron Plattner1-0/+1
2016-03-14Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+4
2016-03-10ALSA: hda - Don't handle ELD notify from invalid portTakashi Iwai1-0/+4
2016-03-07ALSA: hda - Use snd_hdac namespace prefix for chmap exported APIsSubhransu S. Prusty1-7/+7
2016-03-07ALSA: hda - Move chmap support helpers/ops to coreSubhransu S. Prusty1-688/+1
2016-03-07ALSA: hda - chmap helper args modified to use generic hdac objs.Subhransu S. Prusty1-41/+67
2016-03-07ALSA: hda - Add hdmi chmap verb programming ops to chmap objectSubhransu S. Prusty1-59/+28
2016-03-07ALSA: hda - Use hdac name space for CEA spk alloc structureSubhransu S. Prusty1-12/+14
2016-03-07ALSA: hda - Register chmap obj as priv data instead of codecSubhransu S. Prusty1-34/+59
2016-03-07ALSA: hda - Create common chmap objectSubhransu S. Prusty1-41/+40
2016-03-04Merge branch 'for-linus' into for-nextTakashi Iwai1-7/+12
2016-03-04ALSA: hda - hdmi defer to register acomp eld notifierLibin Yang1-12/+12
2016-03-04ALSA: hda - hdmi add wmb barrier for audio componentLibin Yang1-0/+5
2016-03-01ALSA: hda - hdmi_find_pcm_slot return value bug fixLibin Yang1-1/+1
2016-02-23ALSA: hda - hdmi eld control created based on pcmLibin Yang1-26/+48
2016-02-19ALSA: hda - hdmi get jack from hda_jack_tbl when not dyn_pcm_assignLibin Yang1-4/+26
2016-02-10Merge branch 'topic/hda-mst' into for-nextTakashi Iwai1-66/+482
2016-02-09ALSA: hda - Fix bad dereference of jack objectTakashi Iwai1-1/+1
2016-02-05ALSA: hda - Fix static checker warning in patch_hdmi.cDavid Henningsson1-1/+2
2016-02-03ALSA: hda - build chmap kctl based on pcm in hdmi audioLibin Yang1-7/+33
2016-01-29ALSA: hda - hdmi create spdif ctl based on pcmLibin Yang1-9/+18
2016-01-29ALSA: hda - hdmi jack created based on pcmLibin Yang1-26/+67
2016-01-29ALSA: hda - add hdmi_pcm to manage hdmi pcm related featuresLibin Yang1-16/+23
2016-01-29ALSA: hda - hdmi setup pin when monitor hotplug in pcm dynamic assignment modeLibin Yang1-4/+83
2016-01-29ALSA: hda - hdmi dynamically bind PCM to pin when monitor hotplugLibin Yang1-2/+80
2016-01-29ALSA: hda - hdmi operate spdif based on pcmLibin Yang1-5/+29