dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: WM8985: Remove unneeded declaration.

We are not using the private data in this function, so get rid of it.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Dimitris Papastamos 2010-09-24 13:02:07 +01:00 committed by Mark Brown
parent 591796b82a
commit fc38a8a11d
1 changed files with 0 additions and 2 deletions

View File

@ -557,12 +557,10 @@ static int wm8985_dac_mute(struct snd_soc_dai *dai, int mute)
static int wm8985_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
{
struct wm8985_priv *wm8985;
struct snd_soc_codec *codec;
u16 format, master, bcp, lrp;
codec = dai->codec;
wm8985 = snd_soc_codec_get_drvdata(codec);
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
case SND_SOC_DAIFMT_I2S: