On Sat, 04 May 2019 17:16:52 +0200,
Nariman wrote:
From: Jordy Ubink <jordyubink@xxxxxxxxxx>
The snprintf calls filling byt_rt5651_cpu_dai_name / byt_rt5651_cpu_dai_name always fill them with the same string (ssp0-port" resp "rt5651-aif2"). So instead of keeping these buffers around and making the cpu_dai_name / codec_dai_name point to this, simply update the foo_dai_name pointers to directly point to a string constant containing the desired string.
Signed-off-by: Jordy Ubink <jordyubink@xxxxxxxxxx>
If you submit a patch, please give your own sign-off as well as the
author's one, even if the patch is not written by you. This is a
legal requirement.