diff options
author | olivier moysan <olivier.moysan@st.com> | 2018-01-31 11:47:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 07:04:33 -0500 |
commit | 037002b14b7ae217aa79b260228ba51afc516a8c (patch) | |
tree | e1df148f64da95937a7b64b1c426290476241401 | |
parent | b9aa4716281247960e009dd55c38bcc4c2e4cb94 (diff) |
ASoC: stm32: spdifrx: Use default dai name
Use dai name provided by framework from dev_name() function.
Signed-off-by: olivier moysan <olivier.moysan@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/stm/stm32_spdifrx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/stm/stm32_spdifrx.c b/sound/soc/stm/stm32_spdifrx.c index 42ad2ae22d21..373df4f24be1 100644 --- a/sound/soc/stm/stm32_spdifrx.c +++ b/sound/soc/stm/stm32_spdifrx.c | |||
@@ -819,7 +819,6 @@ static const struct snd_soc_dai_ops stm32_spdifrx_pcm_dai_ops = { | |||
819 | 819 | ||
820 | static struct snd_soc_dai_driver stm32_spdifrx_dai[] = { | 820 | static struct snd_soc_dai_driver stm32_spdifrx_dai[] = { |
821 | { | 821 | { |
822 | .name = "spdifrx-capture-cpu-dai", | ||
823 | .probe = stm32_spdifrx_dai_probe, | 822 | .probe = stm32_spdifrx_dai_probe, |
824 | .capture = { | 823 | .capture = { |
825 | .stream_name = "CPU-Capture", | 824 | .stream_name = "CPU-Capture", |