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

Commit 0cc411b9 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: wm2200: Remove DSP B and left justified AIF modes



These are not supported.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent 2a5f4315
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1566,15 +1566,9 @@ static int wm2200_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
	case SND_SOC_DAIFMT_DSP_A:
		fmt_val = 0;
		break;
	case SND_SOC_DAIFMT_DSP_B:
		fmt_val = 1;
		break;
	case SND_SOC_DAIFMT_I2S:
		fmt_val = 2;
		break;
	case SND_SOC_DAIFMT_LEFT_J:
		fmt_val = 3;
		break;
	default:
		dev_err(codec->dev, "Unsupported DAI format %d\n",
			fmt & SND_SOC_DAIFMT_FORMAT_MASK);