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 /include/sound | |
parent | 59a3aed73bd61616df2f40700b7783dcdc7414fd (diff) | |
parent | a90e6053baa61feed8b19a9f4cbec6b56479d1ba (diff) | |
download | linux-90d561bed9619fc08c31eab9315ebe811d41149a.tar.gz linux-90d561bed9619fc08c31eab9315ebe811d41149a.tar.bz2 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 { |