diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 21:15:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 21:15:52 +0100 |
commit | 90d561bed9619fc08c31eab9315ebe811d41149a (patch) | |
tree | 990181e26f309543db6fd4d8797d5bcabdae37b6 /sound/soc/mxs | |
parent | 59a3aed73bd61616df2f40700b7783dcdc7414fd (diff) | |
parent | a90e6053baa61feed8b19a9f4cbec6b56479d1ba (diff) | |
download | linux-90d561bed9619fc08c31eab9315ebe811d41149a.tar.bz2 |
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, }, }; |