linux/sound/soc/amd/acp
Meng Tang 3304a242f4
ASoC: amd: Use platform_get_irq_byname() to get the interrupt
platform_get_resource_byname(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue
when using hierarchical interrupt domains using "interrupts" property
in the node as this bypasses the hierarchical setup and messes up the
irq chaining.

In preparation for removal of static setup of IRQ resource from DT core
code use platform_get_irq_byname().

Signed-off-by: Meng Tang <tangmeng@uniontech.com>
Link: https://lore.kernel.org/r/20220225112358.19403-1-tangmeng@uniontech.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-02-25 13:45:37 +00:00
..
acp-i2s.c
acp-legacy-mach.c ASoC: amd: acp-legacy: Add legacy card support for new machines 2022-02-24 17:44:00 +00:00
acp-mach-common.c ASoC: amd: acp: Add DMIC machine driver ops 2022-02-24 17:44:01 +00:00
acp-mach.h ASoC: amd: acp: Power on/off the speaker enable gpio pin based on DAPM callback. 2021-12-24 14:06:59 +00:00
acp-pci.c ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00
acp-pdm.c ASoC: amd: acp: Add generic support for PDM controller on ACP 2022-01-28 15:59:29 +00:00
acp-platform.c ASoC: amd: acp: Fix return value check in acp_machine_select() 2021-10-27 11:31:24 +01:00
acp-renoir.c ASoC: amd: Use platform_get_irq_byname() to get the interrupt 2022-02-25 13:45:37 +00:00
acp-sof-mach.c ASoC: amd: sof-mach: Add support for RT5682S and RT1019 card 2022-01-24 13:31:58 +00:00
amd.h ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00
chip_offset_byte.h ASoC: amd: acp: Add ACP init()/deinit() callback for Renoir. 2022-01-28 15:59:32 +00:00
Kconfig ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00
Makefile ASoC: amd: acp: Add generic PCI driver module for ACP device 2022-01-28 15:59:31 +00:00