ASoC: audio-graph-card2: remove Experimental announce

Audio Graph Card2 has been announcing "Audio Graph Card2 is
still under Experimental stage", but it is time to remove it.
This patch removes it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87k042nm6s.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Kuninori Morimoto 2022-11-11 04:34:51 +00:00 committed by Mark Brown
parent e045595be3
commit 1985fa962a
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
1 changed files with 0 additions and 3 deletions

View File

@ -1272,9 +1272,6 @@ err:
if (ret < 0)
dev_err_probe(dev, ret, "parse error\n");
if (ret == 0)
dev_warn(dev, "Audio Graph Card2 is still under Experimental stage\n");
return ret;
}
EXPORT_SYMBOL_GPL(audio_graph2_parse_of);