mirror of https://github.com/thesofproject/sof.git
ipc4: fix compiling issue for ipc4
Move endif to include general ipc4 conversion. Signed-off-by: Rander Wang <rander.wang@intel.com>
This commit is contained in:
parent
ffffa4b0bd
commit
c7b9df0106
|
@ -494,8 +494,6 @@ const struct pcm_func_map pcm_func_map[] = {
|
|||
|
||||
const size_t pcm_func_count = ARRAY_SIZE(pcm_func_map);
|
||||
|
||||
#endif
|
||||
|
||||
#if CONFIG_PCM_CONVERTER_FORMAT_S16_C16_AND_S16_C32
|
||||
static int pcm_convert_s16_c16_to_s16_c32(const struct audio_stream *source,
|
||||
uint32_t ioffset, struct audio_stream *sink,
|
||||
|
@ -695,3 +693,5 @@ const struct pcm_func_vc_map pcm_func_vc_map[] = {
|
|||
};
|
||||
|
||||
const size_t pcm_func_vc_count = ARRAY_SIZE(pcm_func_vc_map);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue