From aa70b19d4cf613f62e38ba6444e106cfc6524ae5 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 Signed-off-by: Jaroslav Kysela --- src/topology/pcm.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/topology/pcm.c b/src/topology/pcm.c index a473b59b..76085d05 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", -- 2.47.1