diff options
| author | Mark Brown <broonie@linaro.org> | 2013-09-01 16:15:52 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-09-01 16:15:52 -0400 |
| commit | 90d561bed9619fc08c31eab9315ebe811d41149a (patch) | |
| tree | 990181e26f309543db6fd4d8797d5bcabdae37b6 /include | |
| parent | 59a3aed73bd61616df2f40700b7783dcdc7414fd (diff) | |
| parent | a90e6053baa61feed8b19a9f4cbec6b56479d1ba (diff) | |
Merge remote-tracking branch 'asoc/topic/fsl' into tmp
Diffstat (limited to 'include')
| -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 { | |||
| 930 | /* machine stream operations */ | 930 | /* machine stream operations */ |
| 931 | const struct snd_soc_ops *ops; | 931 | const struct snd_soc_ops *ops; |
| 932 | const struct snd_soc_compr_ops *compr_ops; | 932 | const struct snd_soc_compr_ops *compr_ops; |
| 933 | |||
| 934 | /* For unidirectional dai links */ | ||
| 935 | bool playback_only; | ||
| 936 | bool capture_only; | ||
| 933 | }; | 937 | }; |
| 934 | 938 | ||
| 935 | struct snd_soc_codec_conf { | 939 | struct snd_soc_codec_conf { |
