aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/hdac_hdmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-54/+9
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/broonie/sound into for-linusTakashi 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/broonie/sound into for-nextTakashi Iwai1-9/+54
2018-12-13Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-4.21 intel depMark 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-9/+54
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
2018-09-06ASoC: hdac_hdmi: remove redundant check for !port conditionColin Ian King1-3/+0
2018-08-01Merge branch 'topic/drm_audio_component' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-4.19Mark Brown1-221/+205
2018-07-18ASoC: hdac_hdmi: Add documentation for power managementSriram Periyasamy1-0/+69
2018-07-17ALSA: hda: Make audio component support more genericTakashi Iwai1-1/+7
2018-07-17ALSA: hda/i915: Associate audio component with devresTakashi Iwai1-1/+1
2018-07-17drm/i915: Split audio component to a generic typeTakashi Iwai1-1/+1
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_driver, use hdac_driver insteadRakesh Ughreja1-7/+5
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_bus and use hdac_bus insteadRakesh Ughreja1-13/+9
2018-06-28ALSA: hdac: Remove usage of struct hdac_ext_device and use hdac_device insteadRakesh Ughreja1-206/+190
2018-02-15ASoC: Intel: Fix buildMark Brown1-3/+3
2018-02-15ASoC: hdac_hdmi : Ensuring proper setting of output widget power stateAbhijeet Kumar1-3/+15
2018-02-12ASoC: hdac_hdmi/nau8825/rt286/rt298/rt5663/da7219: replace codec to componentKuninori Morimoto1-24/+23
2018-01-05Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/fsl-ssi', 'asoc/topic/fsl_asrc' and 'asoc/topic/hdac_hdmi' into asoc-nextMark Brown1-0/+2
2017-12-21ASoC: hdac_hdmi: Add vendor id for Cannonlake HDMI codecGuneshwor Singh1-0/+2
2017-12-20ASoC: hdac_hdmi: keep DAI driver pointer in private dataKuninori Morimoto1-1/+3
2017-12-06ASoC: hdac_hdmi: Remove redundant assignmentsPuneeth Prabhu1-6/+1
2017-12-06ASoC: hdac_hdmi: Refresh sysfs during hdmi device probePuneeth Prabhu1-0/+1
2017-12-01ASoC: hdac_hdmi: clean up hdac_device variable namesUghreja, Rakesh A1-156/+156