瀏覽代碼

Merge pull request #3467 from luhuadong/develop

fixed a typo
Bernard Xiong 5 年之前
父節點
當前提交
f70d14ef93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c

+ 1 - 1
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)