summaryrefslogtreecommitdiff
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2022-11-11 07:34:51 +0300
committerMark Brown <broonie@kernel.org>2022-11-11 20:26:52 +0300
commit1985fa962a6dd8fc002cbf7b2c894ebcc44b2eb2 (patch)
tree87f0cfbafbe2a6e31a6164e39c3b850bffee0627 /sound/soc/generic
parente045595be3c1548e1164f3d402cef990425b6195 (diff)
downloadlinux-1985fa962a6dd8fc002cbf7b2c894ebcc44b2eb2.tar.xz
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>
Diffstat (limited to 'sound/soc/generic')
-rw-r--r--sound/soc/generic/audio-graph-card2.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/generic/audio-graph-card2.c b/sound/soc/generic/audio-graph-card2.c
index e34c3433d354..06609a526b78 100644
--- a/sound/soc/generic/audio-graph-card2.c
+++ b/sound/soc/generic/audio-graph-card2.c
@@ -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);