Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2c1e07b authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove DSP mode support for WM8776



This is not supported by current hardware revisions.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Cc: stable@kernel.org
parent da5cabf8
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -178,13 +178,6 @@ static int wm8776_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
	case SND_SOC_DAIFMT_LEFT_J:
	case SND_SOC_DAIFMT_LEFT_J:
		iface |= 0x0001;
		iface |= 0x0001;
		break;
		break;
		/* FIXME: CHECK A/B */
	case SND_SOC_DAIFMT_DSP_A:
		iface |= 0x0003;
		break;
	case SND_SOC_DAIFMT_DSP_B:
		iface |= 0x0007;
		break;
	default:
	default:
		return -EINVAL;
		return -EINVAL;
	}
	}