aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98090.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/max98090.h')
-rw-r--r--sound/soc/codecs/max98090.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h
index 1a4e2334a7b2..cf1b6062ba8c 100644
--- a/sound/soc/codecs/max98090.h
+++ b/sound/soc/codecs/max98090.h
@@ -1524,6 +1524,7 @@ struct max98090_priv {
1524 struct snd_soc_codec *codec; 1524 struct snd_soc_codec *codec;
1525 enum max98090_type devtype; 1525 enum max98090_type devtype;
1526 struct max98090_pdata *pdata; 1526 struct max98090_pdata *pdata;
1527 struct clk *mclk;
1527 unsigned int sysclk; 1528 unsigned int sysclk;
1528 unsigned int bclk; 1529 unsigned int bclk;
1529 unsigned int lrclk; 1530 unsigned int lrclk;
@@ -1540,6 +1541,7 @@ struct max98090_priv {
1540 unsigned int pa2en; 1541 unsigned int pa2en;
1541 unsigned int extmic_mux; 1542 unsigned int extmic_mux;
1542 unsigned int sidetone; 1543 unsigned int sidetone;
1544 bool master;
1543}; 1545};
1544 1546
1545int max98090_mic_detect(struct snd_soc_codec *codec, 1547int max98090_mic_detect(struct snd_soc_codec *codec,