Unverified Commit 9929265f authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

ASoC: meson: aiu: Fix spelling mistake "Unsupport" -> "Unsupported"

parent 9208d3ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static int aiu_encoder_spdif_hw_params(struct snd_pcm_substream *substream,
		val |= AIU_958_MISC_MODE_32BITS;
		break;
	default:
		dev_err(dai->dev, "Unsupport physical width\n");
		dev_err(dai->dev, "Unsupported physical width\n");
		return -EINVAL;
	}