Skip to content

Commit f70d14e

Browse files
authored
Merge pull request #3467 from luhuadong/develop
fixed a typo
2 parents ed0637f + e641737 commit f70d14e

File tree

1 file changed

+1
-1
lines changed
  • bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src

1 file changed

+1
-1
lines changed

bsp/imx6sx/iMX6_Platform_SDK/sdk/drivers/audio/src/snd_card.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ static int32_t snd_card_config(void *priv, audio_dev_para_p para)
125125
return -2;
126126
}
127127
//Set the parameters for codec according para
128-
//if audio controller is mater, the codec should be slave.
128+
//if audio controller is master, the codec should be slave.
129129
if (AUDIO_BUS_MODE_MASTER == para->bus_mode)
130130
para->bus_mode = AUDIO_BUS_MODE_SLAVE;
131131
else if (AUDIO_BUS_MODE_SLAVE == para->bus_mode)

0 commit comments

Comments
 (0)