Commit: 2a0e392b40fae902ebf4d789a0456df020bbcc16
Parent: 06ec4f61000aad92df33ff7d95df0594136797b6
Author: Nitin Jadhav <nitin.jadhav@nxp.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-07-25 22:36:51
Tree: 0d57eb302ff491436c57762c3258fa1acb750e09

shared/vcp: Fix issues of audio location and descriptor Issues - Audio output descriptor & location read functions requires code correction. - During reading audio location descriptor value was checked instead of the pointer. DBG statement wrongly accessed value to print the log that caused the crash. Fix - Corrected audio output descriptor read variable - Corrected the audio location debug printing function - Allocated the memory as a char pointer to the audio descriptor variable. - Corrected the audio descriptor pointer checking condition

Diffstat

M src/shared/vcp.c | 41 ++++++++++++++++++++++- - - - - - - - - - - - - - - - - - -

1 files changed, 22 insertions(+), 19 deletions(-)

View Full Diff | Patch