dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: Remove DSP mode support for WM8776

This is not supported by current hardware revisions.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Cc: stable@kernel.org
This commit is contained in:
Mark Brown 2010-08-16 11:46:57 +01:00
parent da5cabf80e
commit b2c1e07b81
1 changed files with 0 additions and 7 deletions

View File

@ -178,13 +178,6 @@ static int wm8776_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
case SND_SOC_DAIFMT_LEFT_J:
iface |= 0x0001;
break;
/* FIXME: CHECK A/B */
case SND_SOC_DAIFMT_DSP_A:
iface |= 0x0003;
break;
case SND_SOC_DAIFMT_DSP_B:
iface |= 0x0007;
break;
default:
return -EINVAL;
}