mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
drivers/audio/cs4344: fix configure function when setting mclk
This commit is contained in:
committed by
Xiang Xiao
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user