Commit 6cf4f6b3 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Fix compile warning

EMU10K1/EMU10K2 driver
Removed an unused variable to fix a compile warning.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5760b62a
......@@ -848,7 +848,6 @@ static void snd_emu10k1x_pcm_free(snd_pcm_t *pcm)
static int __devinit snd_emu10k1x_pcm(emu10k1x_t *emu, int device, snd_pcm_t **rpcm)
{
snd_pcm_t *pcm;
snd_pcm_substream_t *substream;
int err;
int capture = 0;
......
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