|
@@ -86,7 +86,7 @@ static int rsnd_cmd_init(struct rsnd_mod *mod,
|
|
|
cmd_case[rsnd_mod_id(src)] << 16;
|
|
|
}
|
|
|
|
|
|
- dev_dbg(dev, "ctu/mix path = 0x%08x", data);
|
|
|
+ dev_dbg(dev, "ctu/mix path = 0x%08x\n", data);
|
|
|
|
|
|
rsnd_mod_write(mod, CMD_ROUTE_SLCT, data);
|
|
|
rsnd_mod_write(mod, CMD_BUSIF_MODE, rsnd_get_busif_shift(io, mod) | 1);
|