mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
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:
parent
f9bb2487ac
commit
aa70b19d4c
1 changed files with 0 additions and 4 deletions
|
|
@ -1366,10 +1366,6 @@ static struct audio_hw_format audio_hw_formats[] = {
|
||||||
.type = SND_SOC_DAI_FORMAT_AC97,
|
.type = SND_SOC_DAI_FORMAT_AC97,
|
||||||
.name = "AC97",
|
.name = "AC97",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.type = SND_SOC_DAI_FORMAT_AC97,
|
|
||||||
.name = "AC97",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
.type = SND_SOC_DAI_FORMAT_PDM,
|
.type = SND_SOC_DAI_FORMAT_PDM,
|
||||||
.name = "PDM",
|
.name = "PDM",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue