diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 22:15:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 22:15:52 +0200 |
commit | 90d561bed9619fc08c31eab9315ebe811d41149a (patch) | |
tree | 990181e26f309543db6fd4d8797d5bcabdae37b6 /sound/soc/mxs | |
parent | Merge remote-tracking branch 'asoc/topic/dapm' into tmp (diff) | |
parent | ASoC: mxs-sgtl5000: Configure the dai_links as unidirectional (diff) | |
download | linux-90d561bed9619fc08c31eab9315ebe811d41149a.tar.xz linux-90d561bed9619fc08c31eab9315ebe811d41149a.zip |
Merge remote-tracking branch 'asoc/topic/fsl' into tmp
Diffstat (limited to 'sound/soc/mxs')
-rw-r--r-- | sound/soc/mxs/mxs-sgtl5000.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c index ce084eb10c49..4bb273786ff3 100644 --- a/sound/soc/mxs/mxs-sgtl5000.c +++ b/sound/soc/mxs/mxs-sgtl5000.c @@ -105,11 +105,13 @@ static struct snd_soc_dai_link mxs_sgtl5000_dai[] = { .stream_name = "HiFi Playback", .codec_dai_name = "sgtl5000", .ops = &mxs_sgtl5000_hifi_ops, + .playback_only = true, }, { .name = "HiFi Rx", .stream_name = "HiFi Capture", .codec_dai_name = "sgtl5000", .ops = &mxs_sgtl5000_hifi_ops, + .capture_only = true, }, }; |