drivers/audio/cs4344: fix configure function when setting mclk

This commit is contained in:
Tiago Medicci Serrano 2022-11-01 11:02:51 -03:00 committed by Xiang Xiao
parent 20d8a55181
commit e791d73bb2
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ cs4344_configure(FAR struct audio_lowerhalf_s *dev,
{
audwarn("WARNING: MCLK could not be set on lower half\n");
priv->mclk_freq = 0;
ret = OK;
}
}