Skip to content

Commit 4dc59b2

Browse files
author
Codrin Ciubotariu
committed
ASoC: atmel: ssc: add stream names
Stream names are used by DPCM and are required when used with ASRC. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent 7041283 commit 4dc59b2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/atmel/atmel_ssc_dai.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,13 +841,15 @@ static const struct snd_soc_dai_ops atmel_ssc_dai_ops = {
841841

842842
static struct snd_soc_dai_driver atmel_ssc_dai = {
843843
.playback = {
844+
.stream_name = "Playback",
844845
.channels_min = 1,
845846
.channels_max = 2,
846847
.rates = SNDRV_PCM_RATE_CONTINUOUS,
847848
.rate_min = 8000,
848849
.rate_max = 384000,
849850
.formats = ATMEL_SSC_FORMATS,},
850851
.capture = {
852+
.stream_name = "Capture",
851853
.channels_min = 1,
852854
.channels_max = 2,
853855
.rates = SNDRV_PCM_RATE_CONTINUOUS,

0 commit comments

Comments
 (0)