diff options
author | 2024-05-03 08:52:20 -0500 | |
---|---|---|
committer | 2024-05-05 23:45:47 +0900 | |
commit | 3b7bd0c139849e95981961525b7f6dd20097a563 (patch) | |
tree | d853f705ca2a9bf61f0baf1f591f5a984fb7934f /scripts/gdb/linux/utils.py | |
parent | ASoC: SOF: Intel: move tracepoint creation (diff) | |
download | wireguard-linux-3b7bd0c139849e95981961525b7f6dd20097a563.tar.xz wireguard-linux-3b7bd0c139849e95981961525b7f6dd20097a563.zip |
ASoC: SOF: Intel: remove circular dependency on hda_sdw_process_wakeen()
hda_sdw_process_wakeen() is used in hda-loader.c, but defined in
hda.c. This code split will create a circular dependency when hda.c is
moved to a different module. Rather than an invasive code change, this
patch follows the model used for sdw_check_wakeen_irq() with an
abstraction. For now all abstractions point to the same common
routine, which is arguably not great, but this also provides us with a
future-proof way of addressing platform-specific wake processing.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/20240503135221.229202-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions