15 Jul
2024
15 Jul
'24
8:12 p.m.
On Sat, Jul 13, 2024 at 09:51:41AM +0800, Shenghao Ding wrote:
Add TAS2563 into the Header in case of misunderstanding.
@@ -64,8 +64,8 @@ static int tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, */ ret = regmap_write(map, TASDEVICE_PAGE_SELECT, 0); if (ret < 0) {
dev_err(tas_priv->dev, "%s, E=%d\n",
__func__, ret);
dev_err(tas_priv->dev, "%s, E=%d channel:%d\n",
__func__, ret, chn); goto out; }
This is reasonable enough but doesn't match the changelog.