fixed a typo

This commit is contained in:
luhuadong 2020-03-18 13:47:50 +08:00
parent ed0637fef4
commit e6417379ca
1 changed files with 1 additions and 1 deletions

View File

@ -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)