Commits
Clark Wang committed a9b0619fa0b
MLK-20940-3 codecs: cs42xx8: use single read/write to send i2c msg cs42xx8 will call regcache_sync to refresh its register cache. However, it will send a long msg which length is greater than the max buffer size of virtual i2c driver. It will cause the regcache_sync operation failed. So, use the single read/write to send i2c msg in regcache functions. Signed-off-by: Clark Wang <xiaoning.wang@nxp.com> (cherry picked from commit 0153e60c26a0fdcf463fb16b090511da7e52df0c)