]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/sound/soc.h
ASoC: soc-pcm: Allow to specify unidirectional dai_link
[karo-tx-linux.git] / include / sound / soc.h
index c0ac3bc7b7f41919e5dbff8496f8ca394958fa18..65414e82c762407a25d689266d25ad66a315ef72 100644 (file)
@@ -936,6 +936,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 {