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 /include/sound | |
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 'include/sound')
-rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 71848058ffd4..d22cb0a06feb 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -930,6 +930,10 @@ struct snd_soc_dai_link { /* machine stream operations */ const struct snd_soc_ops *ops; const struct snd_soc_compr_ops *compr_ops; + + /* For unidirectional dai links */ + bool playback_only; + bool capture_only; }; struct snd_soc_codec_conf { |