]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: remove unused substream in macro soc_dai_mark_pop
authorHongbo Li <lihongbo22@huawei.com>
Wed, 21 Aug 2024 07:08:13 +0000 (15:08 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 29 Sep 2024 23:09:53 +0000 (01:09 +0200)
commit7215afbd8c090a3254f8cadabb550adf1c00547f
tree2d2c54fc20e79474edbc1c880256747cd47bbea9
parent5687851e484bdb22fa565578e0b046a50d502941
ASoC: remove unused substream in macro soc_dai_mark_pop

The soc_dai_mark_pop don't need substream, and also
substream is not used in this macro, so we can remove it.
This is detected by macro_checker.py script.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://patch.msgid.link/20240821070815.2326534-4-lihongbo22@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-dai.c