aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2005-01-03 13:11:06 +0100
committerJaroslav Kysela <perex@suse.cz>2005-01-03 13:11:06 +0100
commitb90fc9a8dd09171e7aa09264ab6f296165966a85 (patch)
treeec8d15582a59058fb531509aa36225e2540bb4a1 /sound
parentcdf4d80f336c84fce5a4de0fe8701aacca9f12df (diff)
downloadhistory-b90fc9a8dd09171e7aa09264ab6f296165966a85.tar.gz
[ALSA] [trivial] Fix compile warning
Intel8x0 driver Fix compile warning abount unused variables. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/intel8x0.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c
index 3206f39b6df080..50278917dd572e 100644
--- a/sound/pci/intel8x0.c
+++ b/sound/pci/intel8x0.c
@@ -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;