Commit b90fc9a8 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] [trivial] Fix compile warning

Intel8x0 driver
Fix compile warning abount unused variables.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent cdf4d80f
......@@ -943,7 +943,6 @@ static int snd_intel8x0_hw_params(snd_pcm_substream_t * substream,
intel8x0_t *chip = snd_pcm_substream_chip(substream);
ichdev_t *ichdev = get_ichdev(substream);
snd_pcm_runtime_t *runtime = substream->runtime;
size_t size = params_buffer_bytes(hw_params);
int dbl = params_rate(hw_params) > 48000;
int err;
......
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