diff options
Diffstat (limited to 'sound/soc/codecs/max98090.h')
-rw-r--r-- | sound/soc/codecs/max98090.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98090.h b/sound/soc/codecs/max98090.h index a5f6bada06da..21ff743f5af2 100644 --- a/sound/soc/codecs/max98090.h +++ b/sound/soc/codecs/max98090.h | |||
@@ -12,6 +12,12 @@ | |||
12 | #define _MAX98090_H | 12 | #define _MAX98090_H |
13 | 13 | ||
14 | /* | 14 | /* |
15 | * The default operating frequency for a DMIC attached to the codec. | ||
16 | * This can be overridden by a device tree property. | ||
17 | */ | ||
18 | #define MAX98090_DEFAULT_DMIC_FREQ 2500000 | ||
19 | |||
20 | /* | ||
15 | * MAX98090 Register Definitions | 21 | * MAX98090 Register Definitions |
16 | */ | 22 | */ |
17 | 23 | ||
@@ -1518,8 +1524,10 @@ struct max98090_priv { | |||
1518 | struct max98090_pdata *pdata; | 1524 | struct max98090_pdata *pdata; |
1519 | struct clk *mclk; | 1525 | struct clk *mclk; |
1520 | unsigned int sysclk; | 1526 | unsigned int sysclk; |
1527 | unsigned int pclk; | ||
1521 | unsigned int bclk; | 1528 | unsigned int bclk; |
1522 | unsigned int lrclk; | 1529 | unsigned int lrclk; |
1530 | u32 dmic_freq; | ||
1523 | struct max98090_cdata dai[1]; | 1531 | struct max98090_cdata dai[1]; |
1524 | int jack_state; | 1532 | int jack_state; |
1525 | struct delayed_work jack_work; | 1533 | struct delayed_work jack_work; |