linux/sound/soc/amd/ps
Vijendar Mukunda dec5aaa276
ASoC: amd: ps: replace bitwise OR with logical OR in IRQ return check
The condition 'irq_flag | wake_irq_flag' uses bitwise OR to combine two
integer flags that are used as booleans. Replace with logical OR '||' to
correctly express the intended boolean check.

Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Fixes: 7f91f012c1 ("ASoC: amd: ps: fix for irq handler return status")
Link: https://patch.msgid.link/20260707060130.2514138-4-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2026-07-07 23:47:18 +01:00
..
acp63.h ASoC: amd: ps: Propagate the PCI subsystem Vendor and Device IDs 2025-10-20 02:39:23 +01:00
Makefile ASoC: amd: ps: add acp pci driver hw_ops for acp6.3 platform 2025-02-07 13:33:40 +00:00
pci-ps.c ASoC: amd: ps: replace bitwise OR with logical OR in IRQ return check 2026-07-07 23:47:18 +01:00
ps-common.c ASoC: amd: ps: fix for soundwire failures during hibernation exit sequence 2025-06-23 14:20:29 +01:00
ps-mach.c ASoC: amd: ps-mach: remove unused machine 2026-06-03 14:50:00 +01:00
ps-pdm-dma.c ASoC: amd: ps: fix the pcm device numbering for acp pdm dmic 2026-04-07 18:21:14 +01:00
ps-sdw-dma.c ASoC: amd: name back to pcm_new()/pcm_free() 2026-03-16 13:37:42 +00:00