Loading include/sound/apr_audio-v2.h +2 −0 Original line number Diff line number Diff line Loading @@ -2511,6 +2511,8 @@ struct asm_softvolume_params { #define ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT 0x00010BE4 #define ASM_STREAM_POSTPROC_TOPO_ID_NONE 0x00010C68 #define ASM_MEDIA_FMT_EVRCB_FS 0x00010BEF #define ASM_MEDIA_FMT_EVRCWB_FS 0x00010BF0 Loading sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ int get_topology(int path_type) topology_id = get_adm_tx_topology(); if (topology_id == 0) topology_id = DEFAULT_COPP_TOPOLOGY; topology_id = NULL_COPP_TOPOLOGY; return topology_id; } Loading sound/soc/msm/qdsp6v2/q6asm.c +3 −3 Original line number Diff line number Diff line Loading @@ -1607,7 +1607,7 @@ static int __q6asm_open_read(struct audio_client *ac, open.preprocopo_id = get_asm_topology(); if (open.preprocopo_id == 0) open.preprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.preprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; open.bits_per_sample = bits_per_sample; open.mode_flags = 0x0; Loading Loading @@ -1706,7 +1706,7 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format, open.postprocopo_id = get_asm_topology(); if (open.postprocopo_id == 0) open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; switch (format) { case FORMAT_LINEAR_PCM: Loading Loading @@ -1790,7 +1790,7 @@ int q6asm_open_read_write(struct audio_client *ac, /* source endpoint : matrix */ open.postprocopo_id = get_asm_topology(); if (open.postprocopo_id == 0) open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; switch (wr_format) { case FORMAT_LINEAR_PCM: Loading Loading
include/sound/apr_audio-v2.h +2 −0 Original line number Diff line number Diff line Loading @@ -2511,6 +2511,8 @@ struct asm_softvolume_params { #define ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT 0x00010BE4 #define ASM_STREAM_POSTPROC_TOPO_ID_NONE 0x00010C68 #define ASM_MEDIA_FMT_EVRCB_FS 0x00010BEF #define ASM_MEDIA_FMT_EVRCWB_FS 0x00010BF0 Loading
sound/soc/msm/qdsp6v2/msm-pcm-routing-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ int get_topology(int path_type) topology_id = get_adm_tx_topology(); if (topology_id == 0) topology_id = DEFAULT_COPP_TOPOLOGY; topology_id = NULL_COPP_TOPOLOGY; return topology_id; } Loading
sound/soc/msm/qdsp6v2/q6asm.c +3 −3 Original line number Diff line number Diff line Loading @@ -1607,7 +1607,7 @@ static int __q6asm_open_read(struct audio_client *ac, open.preprocopo_id = get_asm_topology(); if (open.preprocopo_id == 0) open.preprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.preprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; open.bits_per_sample = bits_per_sample; open.mode_flags = 0x0; Loading Loading @@ -1706,7 +1706,7 @@ static int __q6asm_open_write(struct audio_client *ac, uint32_t format, open.postprocopo_id = get_asm_topology(); if (open.postprocopo_id == 0) open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; switch (format) { case FORMAT_LINEAR_PCM: Loading Loading @@ -1790,7 +1790,7 @@ int q6asm_open_read_write(struct audio_client *ac, /* source endpoint : matrix */ open.postprocopo_id = get_asm_topology(); if (open.postprocopo_id == 0) open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_DEFAULT; open.postprocopo_id = ASM_STREAM_POSTPROC_TOPO_ID_NONE; switch (wr_format) { case FORMAT_LINEAR_PCM: Loading