Skip to content

Commit 8d102e2

Browse files
author
ckkim
committed
ODROIDXU3:sound card capture modify
1 parent 65dc486 commit 8d102e2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sound/soc/samsung/odroid_max98090.c

+2-5
Original file line numberDiff line numberDiff line change
@@ -193,17 +193,14 @@ static struct snd_soc_ops odroid_ops = {
193193
static struct snd_soc_dai_link odroid_dai[] = {
194194
{ /* Primary DAI i/f */
195195
.name = "MAX98090 AIF1",
196-
.stream_name = "Playback",
197-
.cpu_dai_name = "samsung-i2s-sec",
196+
.stream_name = "i2s0-pri",
198197
.codec_dai_name = "HiFi",
199-
.platform_name = "samsung-i2s-sec",
200198
.ops = &odroid_ops,
201199
}, { /* Secondary DAI i/f */
202200
.name = "MAX98090 AIF2",
203-
.stream_name = "Capture",
201+
.stream_name = "i2s-sec",
204202
.cpu_dai_name = "samsung-i2s-sec",
205203
.codec_dai_name = "HiFi",
206-
.platform_name = "samsung-i2s-sec",
207204
.ops = &odroid_ops,
208205
}
209206
};

0 commit comments

Comments
 (0)