aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_eld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05ALSA: hda: More constificationsTakashi Iwai1-3/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 32Thomas Gleixner1-14/+1
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart1-1/+1
2016-03-07ALSA: hda - Use snd_hdac namespace prefix for chmap exported APIsSubhransu S. Prusty1-2/+2
2016-03-07ALSA: hda - Move chmap support helpers/ops to coreSubhransu S. Prusty1-26/+1
2015-12-04ALSA: hda - Do zero-clear in snd_hdmi_parse_eld() itselfTakashi Iwai1-0/+1
2015-08-17ALSA: hda/eld - Add const to possible placesTakashi Iwai1-5/+5
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-2/+2
2014-10-29ALSA: hda - Correct kerneldoc commentsTakashi Iwai1-1/+1
2014-06-25ALSA: hda - Kill snd_printd*() in HDMI debug / info printsTakashi Iwai1-24/+22
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai1-9/+8
2013-11-11ALSA: hda - hdmi: Fix wrong baseline length in ATI/AMD generated ELDAnssi Hannula1-3/+6
2013-11-11ALSA: hda - hdmi: Skip out-of-range latency values in AMD ELD generatorAnssi Hannula1-4/+19
2013-11-11ALSA: hda - hdmi: Add error-checking to some codec readsAnssi Hannula1-1/+4
2013-10-24ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecsAnssi Hannula1-0/+151
2013-10-17ALSA: hda - Move mutex from hda_eld to per_pin in HDMI codec driverTakashi Iwai1-43/+5
2013-04-02ALSA: hda - bug fix on return value when getting HDMI ELD infoMengdong Lin1-1/+1
2013-02-19ALSA: hda - hdmi: Protect ELD bufferDavid Henningsson1-1/+7
2013-02-19ALSA: hda - hdmi: Refactor hdmi_eld into parsed_hdmi_eldDavid Henningsson1-25/+21
2012-04-10ALSA: hda - hide HDMI/ELD printks unless snd.debug=2Fengguang Wu1-3/+3
2012-03-13ALSA: hda - fix printing of high HDMI sample ratesAnssi Hannula1-2/+2
2011-11-22ALSA: hda - fail ELD reading earlyWu Fengguang1-9/+19
2011-11-16ALSA: hda - move eld->spk_alloc fixup to hdmi_update_eld()Wu Fengguang1-0/+8
2011-11-16ALSA: hda - fix ELD memory leakWu Fengguang1-4/+1
2011-10-06ALSA: hda - Moved snd_print_pcm_rates() back into hda_proc.cTakashi Iwai1-0/+2
2011-10-06ALSA: hdmi: fix printout of SAD sampling ratesPierre-Louis Bossart1-2/+22
2011-10-03ALSA: hda/hdmi: expose ELD controlPierre-Louis Bossart1-5/+8
2011-08-20ALSA: hda - Don't spew too many ELD errorsTakashi Iwai1-12/+19
2011-07-07Merge branch 'fix/hda' into topic/hdaTakashi Iwai1-1/+1
2011-06-29ALSA: HDMI - fix ELD monitor name lengthWu Fengguang1-1/+1
2011-06-06ALSA: hda: hdmi_eld_update_pcm_info: update a stream in placeStephen Warren1-22/+24
2011-05-25ALSA: HDA: Unify HDMI hotplug handling.Stephen Warren1-18/+3
2011-01-25ALSA: HDA: Fix dmesg output of HDMI supported bitsDavid Henningsson1-1/+1
2010-12-08ALSA: hda - Reset sample sizes and max bitrates when reading ELDAnssi Hannula1-1/+3
2010-12-07ALSA: hda - Always allow basic audio irrespective of ELD infoAnssi Hannula1-9/+7
2010-12-07ALSA: hda - Do not wrongly restrict min_channels based on ELDAnssi Hannula1-4/+0
2010-09-20ALSA: hda - Merge all HDMI modules into the unified moduleTakashi Iwai1-7/+0
2010-08-19ALSA: hda - Fix build error with CONFIG_PROC_FS=nTakashi Iwai1-2/+2
2010-08-13ALSA: hda - Restrict PCM parameters per ELD information over HDMITakashi Iwai1-0/+49
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04ALSA: hda - Build hda_eld into snd-hda-codec moduleTakashi Iwai1-0/+6
2009-11-18ALSA: hda - introduce snd_hda_jack_detect() and snd_hda_pin_sense()Wu Fengguang1-6/+1
2009-11-18ALSA: intelhdmi - export monitor-presence and ELD-valid statusWu Fengguang1-1/+7
2009-10-30ALSA: hda - vectorize intelhdmiWu Fengguang1-2/+3
2009-07-29ALSA: hda: fix out-of-bound hdmi_eld.sad[] writeRoel Kluin1-2/+2
2008-11-22ALSA: hda - fix build warning when CONFIG_PROC_FS=nWu Fengguang1-16/+14
2008-11-22ALSA: hda - fix DisplayPort namingWu Fengguang1-1/+1
2008-11-22ALSA: hda - ELD proc interface write updatesWu Fengguang1-2/+9
2008-11-22ALSA: hda - make HDMI messages more user friendlyWu Fengguang1-14/+16
2008-11-21ALSA: hda - Release ELD proc fileTakashi Iwai1-1/+10