From e6417379cabf8917ae0209dadc257db7bcf58fe9 Mon Sep 17 00:00:00 2001 From: luhuadong Date: Wed, 18 Mar 2020 13:47:50 +0800 Subject: [PATCH] fixed a typo --- bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c index f56f630332..2113fd2f39 100755 --- a/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c +++ b/bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c @@ -125,7 +125,7 @@ static int32_t snd_card_config(void *priv, audio_dev_para_p para) return -2; } //Set the parameters for codec according para - //if audio controller is mater, the codec should be slave. + //if audio controller is master, the codec should be slave. if (AUDIO_BUS_MODE_MASTER == para->bus_mode) para->bus_mode = AUDIO_BUS_MODE_SLAVE; else if (AUDIO_BUS_MODE_SLAVE == para->bus_mode) -- GitLab