Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89ba3833 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Move ASM custom topology data out of Debugfs define"

parents 9a3869ce 26916b79
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -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
@@ -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)