summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/pcm3060.h
diff options
context:
space:
mode:
authorKirill Marinushkin2018-11-12 08:08:33 +0100
committerMark Brown2018-11-14 01:59:33 +0100
commit9d4b17efa51f3bb0918021090c09b0013039df00 (patch)
treeecdbc5cfaf96ae74a9b29fdf335e38eabdff2d30 /sound/soc/codecs/pcm3060.h
parentASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider() (diff)
downloadkernel-qcow2-linux-9d4b17efa51f3bb0918021090c09b0013039df00.tar.gz
kernel-qcow2-linux-9d4b17efa51f3bb0918021090c09b0013039df00.tar.xz
kernel-qcow2-linux-9d4b17efa51f3bb0918021090c09b0013039df00.zip
ASoC: pcm3060: Add DT property for single-ended output
DAC output may be differential (default) or single-ended. Signed-off-by: Kirill Marinushkin <kmarinushkin@birdec.tech> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm3060.h')
-rw-r--r--sound/soc/codecs/pcm3060.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/pcm3060.h b/sound/soc/codecs/pcm3060.h
index fd89a68aa8a7..c895cf40ee10 100644
--- a/sound/soc/codecs/pcm3060.h
+++ b/sound/soc/codecs/pcm3060.h
@@ -25,6 +25,7 @@ struct pcm3060_priv_dai {
struct pcm3060_priv {
struct regmap *regmap;
struct pcm3060_priv_dai dai[PCM3060_DAI_IDS_NUM];
+ u8 out_se: 1;
};
int pcm3060_probe(struct device *dev);