Loading sound/soc/msm/qdsp6v2/q6asm.c +6 −4 Original line number Diff line number Diff line Loading @@ -78,6 +78,12 @@ static int q6asm_map_channels(u8 *channel_mapping, uint32_t channels); void *q6asm_mmap_apr_reg(void); /* for ASM custom topology */ static struct audio_buffer common_buf[2]; static struct audio_client common_client; static int set_custom_topology; static int topology_map_handle; #ifdef CONFIG_DEBUG_FS #define OUT_BUFFER_SIZE 56 #define IN_BUFFER_SIZE 24 Loading @@ -95,10 +101,6 @@ static int in_cont_index; static int out_cold_index; static char *out_buffer; static char *in_buffer; static struct audio_buffer common_buf[2]; static struct audio_client common_client; static int set_custom_topology; static int topology_map_handle; int q6asm_mmap_apr_dereg(void) Loading Loading
sound/soc/msm/qdsp6v2/q6asm.c +6 −4 Original line number Diff line number Diff line Loading @@ -78,6 +78,12 @@ static int q6asm_map_channels(u8 *channel_mapping, uint32_t channels); void *q6asm_mmap_apr_reg(void); /* for ASM custom topology */ static struct audio_buffer common_buf[2]; static struct audio_client common_client; static int set_custom_topology; static int topology_map_handle; #ifdef CONFIG_DEBUG_FS #define OUT_BUFFER_SIZE 56 #define IN_BUFFER_SIZE 24 Loading @@ -95,10 +101,6 @@ static int in_cont_index; static int out_cold_index; static char *out_buffer; static char *in_buffer; static struct audio_buffer common_buf[2]; static struct audio_client common_client; static int set_custom_topology; static int topology_map_handle; int q6asm_mmap_apr_dereg(void) Loading