nuttx/drivers/audio
Masayuki Ishikawa ae92afd250 drivers: audio: Fix cxd56_stop in cxd56.c
In the previous implementation, cxd56_stop() checked the internal
state before sending AUDIO_MSG_STOP to the message queue. However,
if the worker thread took time to turn on AMP, cxd560_stop() was
not able to send the message and caused a deadlock.

This commit fixes this issue by always sending AUDIO_MSG_STOP
regardless of the internal state.

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-06-16 08:52:40 +02:00
..
audio_i2s.c audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
audio_null.c drivers: audio: Return -ENOTTY in xxx_ioctl() if not handled 2020-06-05 12:02:33 +08:00
cs43l22_debug.c audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
cs43l22.c drivers: audio: Return -ENOTTY in xxx_ioctl() if not handled 2020-06-05 12:02:33 +08:00
cs43l22.h audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
cs4344.c Fix PR1201 nxstyle issues. 2020-06-05 15:54:17 -03:00
cs4344.h drivers/audio: Add CS4344 driver. 2020-06-05 15:54:17 -03:00
cxd56.c drivers: audio: Fix cxd56_stop in cxd56.c 2020-06-16 08:52:40 +02:00
cxd56.h drivers: audio: Add a buffering feature to cxd56 2020-06-10 09:11:15 -03:00
Kconfig drivers/audio: Add CS4344 driver. 2020-06-05 15:54:17 -03:00
Make.defs drivers/audio: Add CS4344 driver. 2020-06-05 15:54:17 -03:00
tone.c audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
vs1053.c drivers: audio: Return -ENOTTY in xxx_ioctl() if not handled 2020-06-05 12:02:33 +08:00
vs1053.h audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
wm8776.c drivers: audio: Return -ENOTTY in xxx_ioctl() if not handled 2020-06-05 12:02:33 +08:00
wm8776.h audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
wm8904_debug.c audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00
wm8904.c drivers: audio: Return -ENOTTY in xxx_ioctl() if not handled 2020-06-05 12:02:33 +08:00
wm8904.h audio: nxstyle fixes for core and drivers 2020-04-21 17:19:52 -06:00