ASoC: stm32: fix sai driver name initialisation
authorArnaud Pouliquen <arnaud.pouliquen@st.com>
Fri, 5 Apr 2019 09:19:11 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2019 05:21:53 +0000 (07:21 +0200)
commitd4f1e3ef958663e46c0e088c0671a2f1aa80f16c
tree1f60744eec68a58faad6e7bbad8cb5c76d25f198
parent7d3f7107079b2e0480e8f3868f81608f7d8b7feb
ASoC: stm32: fix sai driver name initialisation

commit 17d3069ccf06970e2db3f7cbf4335f207524279e upstream.

This patch fixes the sai driver structure overwriting which results in
a cpu dai name equal NULL.

Fixes: 3e086ed ("ASoC: stm32: add SAI driver")

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/stm/stm32_sai_sub.c