We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbbcc3 commit a6b675aCopy full SHA for a6b675a
sound/soc/qcom/qdsp6/q6asm-dai.c
@@ -176,7 +176,7 @@ static const struct snd_compr_codec_caps q6asm_compr_caps = {
176
};
177
178
static void event_handler(uint32_t opcode, uint32_t token,
179
- uint32_t *payload, void *priv)
+ void *payload, void *priv)
180
{
181
struct q6asm_dai_rtd *prtd = priv;
182
struct snd_pcm_substream *substream = prtd->substream;
@@ -490,7 +490,7 @@ static int q6asm_dai_hw_params(struct snd_soc_component *component,
490
}
491
492
static void compress_event_handler(uint32_t opcode, uint32_t token,
493
494
495
496
struct snd_compr_stream *substream = prtd->cstream;
0 commit comments