topology/pcm.c: remove duplicated AC97 hw format

Remove the second occurrence of AC97 hardware format
from audio hardware format array.

Signed-off-by: Chao Song <chao.song@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Chao Song 2021-05-26 14:00:21 +08:00 committed by Jaroslav Kysela
parent f9bb2487ac
commit aa70b19d4c

View file

@ -1366,10 +1366,6 @@ static struct audio_hw_format audio_hw_formats[] = {
.type = SND_SOC_DAI_FORMAT_AC97,
.name = "AC97",
},
{
.type = SND_SOC_DAI_FORMAT_AC97,
.name = "AC97",
},
{
.type = SND_SOC_DAI_FORMAT_PDM,
.name = "PDM",