mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00: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:
parent
3828dd2b11
commit
e9e15689d0
1 changed files with 2 additions and 0 deletions
|
|
@ -529,6 +529,8 @@ int cxd56_src_deinit(void)
|
|||
file_close(&dump_file_post);
|
||||
#endif
|
||||
|
||||
file_mq_close(&g_src.mq);
|
||||
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue