summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/hdac_hdmi.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-23ASoC: codecs: hdac_hdmi: Use guard() for mutex locksbui duc phuc1-60/+57
2026-06-29ASoC: hdac_hdmi: Fix resource cleanup on probe failureHaoxiang Li1-2/+8
2026-06-11ASoC: codecs: hdac_hdmi: Validate written enum valueHyeongJun An1-1/+3
2025-11-17ASoC: codecs: hdac_hdmi: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-15/+20
2025-07-24Merge tag 'asoc-v6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-301/+6
2025-07-11ALSA: hda: Move widget capability macros into hdaudio.hTakashi Iwai1-11/+10
2025-06-23ASoC: hdac_hdmi: Rate limit logging on connection and disconnectionMark Brown1-4/+6
2025-06-08ASoC: hdac_hdmi: remove hdac_hdmi_jack[_port]_init()Kuninori Morimoto1-297/+0
2025-03-17ASoC: hdac_hdmi: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-12/+3
2025-02-28ASoC: hdac_hdmi: use devm_kmemdup_array()Raag Jadav1-2/+1
2024-01-12Merge tag 'sound-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+6
2023-11-27ASoC: codecs: hdac_hdmi: Switch to new stream-format interfaceCezary Rojewski1-3/+4
2023-11-27ALSA: hda: Honor subformat when querying PCMsCezary Rojewski1-1/+2
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+6
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula1-0/+1
2023-09-13ASoC: hdac_hdmi: Remove temporary string use in create_fill_jack_kcontrolsPeter Ujfalusi1-7/+6
2023-03-24ASoC: hdac_hdmi: use set_stream() instead of set_tdm_slots()Jason Montleon1-6/+11
2022-10-20ALSA/ASoC: hda: clarify bus_get_link() and bus_link_get() helpersPierre-Louis Bossart1-4/+4
2022-06-27ASoC: hdac_hdmi: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2021-03-18ASoC: hdac_hdmi: remove useless initializationsPierre-Louis Bossart1-7/+7
2020-10-02ASoC: hdac_hdmi: remove cancel_work_sync in runtime suspendBrent Lu1-2/+0
2020-08-25ASoC: hdac_hdmi: tidy up a memset()Dan Carpenter1-1/+1
2020-08-18ASoC: hdac_hdmi: support 'ELD' mixerBrent Lu1-0/+138
2020-04-16ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entryAmadeusz Sławiński1-3/+3
2020-03-13ASoC: codecs: hdac_hdmi: (cosmetic) remove redundant variable initialisationsGuennadi Liakhovetski1-3/+3
2019-12-09ASoC: hdac_hdmi: Drop support for IcelakeKai Vehmanen1-53/+8
2019-09-09Merge branch 'asoc-5.3' into asoc-linusMark Brown1-9/+48
2019-08-09ASoC: hdac_hdmi: Offload dapm update at jack detectionTakashi Iwai1-9/+48
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai1-9/+40
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown1-0/+8
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown1-0/+31
2019-07-06ASoC: hdac_hdmi: report codec link up/down status to busKai Vehmanen1-0/+2
2019-07-05ALSA: hda: Simplify snd_hdac_refresh_widgets()Takashi Iwai1-1/+1
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-9/+1
2019-06-25ASoC: Intel: hdac_hdmi: Set ops to NULL on removeAmadeusz Sławiński1-0/+6
2019-06-13ASoC: codec: hdac_hdmi: fix pin connections at cvt enableKai Vehmanen1-0/+31
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-08ASoC: codec: hdac_hdmi: no checking monitor in hw_paramsLibin Yang1-13/+0
2019-04-19ASoC: codec: hdac_hdmi add device_link to card deviceLibin Yang1-0/+11
2019-02-11ASoC: hdac_hdmi: use devm_kzalloc for all structuresPierre-Louis Bossart1-69/+18
2019-01-14ASoC: intel: skl: Fix display power regressionTakashi Iwai1-103/+13
2018-12-18Merge tag 'asoc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai1-8/+53
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-6/+5
2018-12-11ASoC: hdac_hdmi: Add missing display power-off at driver removalTakashi Iwai1-0/+2
2018-12-11ALSA: hda: Make snd_hdac_display_power() void functionTakashi Iwai1-18/+5
2018-12-11ALSA: hda: Refactor display power managementTakashi Iwai1-4/+3
2018-11-13ASoC: Intel: Power down links before turning off display audio powerPierre-Louis Bossart1-6/+5
2018-11-13ASoC: Intel: hdac_hdmi: add Icelake supportBard liao1-8/+53
2018-09-20ASoC: add for_each_card_rtds() macroKuninori Morimoto1-1/+1
2018-09-07ASoC: Intel: hdac_hdmi: Limit sampling rates at dai creationYong Zhi1-0/+6