diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 467c9a18819b..7668388e8b56 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c | |||
@@ -1054,7 +1054,7 @@ static void chipio_enable_clocks(struct hda_codec *codec) | |||
1054 | static int dspio_send(struct hda_codec *codec, unsigned int reg, | 1054 | static int dspio_send(struct hda_codec *codec, unsigned int reg, |
1055 | unsigned int data) | 1055 | unsigned int data) |
1056 | { | 1056 | { |
1057 | unsigned int res; | 1057 | int res; |
1058 | int retry = 50; | 1058 | int retry = 50; |
1059 | 1059 | ||
1060 | /* send bits of data specified by reg to dsp */ | 1060 | /* send bits of data specified by reg to dsp */ |