From e3e3175107273c4d2bc434cb5cc912700a956d6d Mon Sep 17 00:00:00 2001 From: Chao Song Date: Wed, 26 May 2021 14:00:21 +0800 Subject: [PATCH] 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 --- src/topology/pcm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/topology/pcm.c b/src/topology/pcm.c index a473b59b4..76085d05a 100644 --- a/src/topology/pcm.c +++ b/src/topology/pcm.c @@ -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",