summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_sai.h
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2020-05-27 15:56:52 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2020-05-27 16:55:06 +0800
commit2f07bac002aa9ac01d500f1f5c96d1bc73f95581 (patch)
tree676f509b86091cc7024fd4aa21e364f3ca6e49a4 /sound/soc/fsl/fsl_sai.h
parent48daa0ca63cdac5efc95f606ad2daf66edfbd28f (diff)
MLK-24175: ASoC: fsl_sai: instantiate snd_soc_dai_driver
instantiate snd_soc_dai_driver for independent symmetric control. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Viorel Suman <viorel.suman@nxp.com>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r--sound/soc/fsl/fsl_sai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 81599924c38f..91e153e88ae2 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -288,6 +288,7 @@ struct fsl_sai {
struct fsl_sai_verid verid;
struct fsl_sai_param param;
+ struct snd_soc_dai_driver cpu_dai_drv;
};
const struct attribute_group *fsl_sai_get_dev_attribute_group(bool monitor_spdif);