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

Commit a7bffdf7 authored by Harsha Priya's avatar Harsha Priya Committed by Mark Brown
Browse files

ASoC: sst_platform: add support for capture stream on headset dai

parent fd94eeef
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -73,6 +73,12 @@ struct snd_soc_dai_driver sst_platform_dai[] = {
		.rates = SNDRV_PCM_RATE_48000,
		.formats = SNDRV_PCM_FMTBIT_S24_LE,
	},
	.capture = {
		.channels_min = 1,
		.channels_max = 5,
		.rates = SNDRV_PCM_RATE_48000,
		.formats = SNDRV_PCM_FMTBIT_S24_LE,
	},
},
{
	.name = "Speaker-cpu-dai",