mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
drivers: audio: Close MQ in cxd56 SRC
Closes the message queue file handle when the sample rate converter is de-initialized. Signed-off-by: Tobias Johansson <tobias.johansson@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
3828dd2b11
commit
e9e15689d0
@@ -529,6 +529,8 @@ int cxd56_src_deinit(void)
|
||||
file_close(&dump_file_post);
|
||||
#endif
|
||||
|
||||
file_mq_close(&g_src.mq);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user