mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-10-26 17:04:24 +10:00
I2S mode register field will be set to 1 when tdm mode is enabled.
Update the I2S mode field based on tdm_mode flag check.
This will fix below smatch checker warning.
sound/soc/amd/acp/acp-i2s.c:59 acp_set_i2s_clk()
warn: odd binop '0x0 & 0x2'
Fixes:
|
||
|---|---|---|
| .. | ||
| acp | ||
| include | ||
| ps | ||
| raven | ||
| renoir | ||
| rpl | ||
| vangogh | ||
| yc | ||
| acp3x-rt5682-max9836.c | ||
| acp-config.c | ||
| acp-da7219-max98357a.c | ||
| acp-es8336.c | ||
| acp-pcm-dma.c | ||
| acp-rt5645.c | ||
| acp.h | ||
| Kconfig | ||
| mach-config.h | ||
| Makefile | ||