hal: Fix usecase transcode loopback usecase id

Fix transcode loopback rx usecase id

Change-Id: I308940d5490d3685f6ac57cf3f9a0692286fd8e3
This commit is contained in:
Deeraj Soman 2018-09-24 16:28:50 +05:30
parent 93cd25a9f9
commit 6623f33bf4
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ int32_t release_loopback_session(loopback_patch_t *active_loopback_patch)
struct stream_inout *inout = &active_loopback_patch->patch_stream;
struct audio_port_config *source_patch_config = &active_loopback_patch->
loopback_source;
int32_t pcm_dev_asm_rx_id = platform_get_pcm_device_id(USECASE_AUDIO_TRANSCODE_LOOPBACK,
int32_t pcm_dev_asm_rx_id = platform_get_pcm_device_id(USECASE_AUDIO_TRANSCODE_LOOPBACK_RX,
PCM_PLAYBACK);
/* Close the PCM devices */