linux/sound/soc/amd/vangogh
YueHaibing 954e615497
ASoC: amd: acp5x-pcm-dma: Fix signedness bug
In acp5x_audio_probe() platform_get_irq() may return error, but i2s_irq now
is unsigned int so the error handling is never triggered.

Fixes: 87d71a1287 ("ASoC: amd: pcm-dma: Use platform_get_irq() to get the interrupt")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20220305123705.3708-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-03-08 12:27:55 +00:00
..
acp5x-i2s.c ASoC: amd: vangogh: constify static struct snd_soc_dai_ops 2021-10-13 12:59:29 +01:00
acp5x-mach.c ASoC: amd: use asoc_substream_to_rtd() 2022-03-02 13:45:23 +00:00
acp5x-pcm-dma.c ASoC: amd: vg: fix signedness bug in acp5x_audio_probe() 2022-03-07 15:45:56 +00:00
acp5x.h ASoC: amd: acp5x-pcm-dma: Fix signedness bug 2022-03-08 12:27:55 +00:00
Makefile ASoC: amd: enable vangogh platform machine driver build 2021-10-15 16:10:55 +01:00
pci-acp5x.c ASoc: amd: create platform device for VG machine driver 2021-10-15 16:10:54 +01:00
vg_chip_offset_byte.h