We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38068d9 commit 2086b55Copy full SHA for 2086b55
sound/soc/intel/boards/sof_sdw.c
@@ -1879,9 +1879,6 @@ static int sof_sdw_card_late_probe(struct snd_soc_card *card)
1879
return ret;
1880
}
1881
1882
-/* SoC card */
1883
-static const char sdw_card_long_name[] = "Intel Soundwire SOF";
1884
-
1885
/* helper to get the link that the codec DAI is used */
1886
static struct snd_soc_dai_link *mc_find_codec_dai_used(struct snd_soc_card *card,
1887
const char *dai_name)
@@ -1999,8 +1996,6 @@ static int mc_probe(struct platform_device *pdev)
1999
1996
return -ENOMEM;
2000
1997
2001
1998
2002
- card->long_name = sdw_card_long_name;
2003
2004
/* Register the card */
2005
ret = devm_snd_soc_register_card(card->dev, card);
2006
if (ret) {
0 commit comments