mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +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");
|
audwarn("WARNING: MCLK could not be set on lower half\n");
|
||||||
priv->mclk_freq = 0;
|
priv->mclk_freq = 0;
|
||||||
|
ret = OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user