From 308c5e3dc5174ba9498f0af1eed46201c06e4683 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Fri, 29 Feb 2008 11:46:32 +0100 Subject: [PATCH] --- yaml --- r: 86587 b: refs/heads/master c: 008f3599ef97438900d62fe05d75535d114780fc h: refs/heads/master i: 86585: d59d513c24bd673d89c3d2472501eca95090099a 86583: c24103a52d565a6800d17822ab3a9b2ee7302203 v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/phase.c | 2 +- trunk/sound/pci/ice1712/revo.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 931f643935b0..b1e73ff423af 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3fffe871b93f957bea443e85f6b221c50bbf9f97 +refs/heads/master: 008f3599ef97438900d62fe05d75535d114780fc diff --git a/trunk/sound/pci/ice1712/phase.c b/trunk/sound/pci/ice1712/phase.c index 9ab4a9f383cb..5a158b73dcaa 100644 --- a/trunk/sound/pci/ice1712/phase.c +++ b/trunk/sound/pci/ice1712/phase.c @@ -51,7 +51,7 @@ struct phase28_spec { unsigned short master[2]; unsigned short vol[8]; -} phase28; +}; /* WM8770 registers */ #define WM_DAC_ATTEN 0x00 /* DAC1-8 analog attenuation */ diff --git a/trunk/sound/pci/ice1712/revo.c b/trunk/sound/pci/ice1712/revo.c index ddd5fc8d4fe1..301bf929acd9 100644 --- a/trunk/sound/pci/ice1712/revo.c +++ b/trunk/sound/pci/ice1712/revo.c @@ -36,7 +36,7 @@ struct revo51_spec { struct snd_i2c_device *dev; struct snd_pt2258 *pt2258; -} revo51; +}; static void revo_i2s_mclk_changed(struct snd_ice1712 *ice) {