The first patch in this series changes the stop command handling for ASHA where it does not wait for response of the command any more. This brings it in line with the Android implementation and also the observed device behaviour. Second patch in the series makes a modification to release in transport, moving the media request creation before transport suspend to prevent a the media request corresponding to the release request being NULL when the suspend operation does not have a corresponding callback for stop operation. Arun Raghavan (1): shared/asha: Don't wait for status notification on stop Sanchayan Maity (1): transport: Create media request before calling suspend profiles/audio/asha.c | 5 ++--- profiles/audio/asha.h | 3 +-- profiles/audio/transport.c | 22 +++++++--------------- src/shared/asha.c | 19 ++++++++++--------- src/shared/asha.h | 4 +--- 5 files changed, 21 insertions(+), 32 deletions(-) -- 2.49.0