Commit fae3e7fb authored by Karsten Keil's avatar Karsten Keil

Fix small typo

Remove additional ;
Signed-off-by: default avatarKarsten Keil <kkeil@suse.de>
parent 21c150a6
...@@ -1579,7 +1579,7 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members) ...@@ -1579,7 +1579,7 @@ dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
schedule_work(&dsp->workq); schedule_work(&dsp->workq);
} }
static u32 jittercount; /* counter for jitter check */; static u32 jittercount; /* counter for jitter check */
struct timer_list dsp_spl_tl; struct timer_list dsp_spl_tl;
u32 dsp_spl_jiffies; /* calculate the next time to fire */ u32 dsp_spl_jiffies; /* calculate the next time to fire */
static u16 dsp_count; /* last sample count */ static u16 dsp_count; /* last sample count */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment