drivers/audio/cs4344: fix configure function when setting mclk
This commit is contained in:
parent
20d8a55181
commit
e791d73bb2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue