max98090.h (0c1d1210160f560841a48641d41b61ec7d05edb2) max98090.h (b10ab7b838bdd86031aececcb386dc253ef3466f)
1/*
2 * max98090.h -- MAX98090 ALSA SoC Audio driver
3 *
4 * Copyright 2011-2012 Maxim Integrated Products
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 1510 unchanged lines hidden (view full) ---

1519 unsigned int fmt;
1520};
1521
1522struct max98090_priv {
1523 struct regmap *regmap;
1524 struct snd_soc_codec *codec;
1525 enum max98090_type devtype;
1526 struct max98090_pdata *pdata;
1/*
2 * max98090.h -- MAX98090 ALSA SoC Audio driver
3 *
4 * Copyright 2011-2012 Maxim Integrated Products
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.

--- 1510 unchanged lines hidden (view full) ---

1519 unsigned int fmt;
1520};
1521
1522struct max98090_priv {
1523 struct regmap *regmap;
1524 struct snd_soc_codec *codec;
1525 enum max98090_type devtype;
1526 struct max98090_pdata *pdata;
1527 struct clk *mclk;
1527 unsigned int sysclk;
1528 unsigned int bclk;
1529 unsigned int lrclk;
1530 struct max98090_cdata dai[1];
1531 int irq;
1532 int jack_state;
1533 struct delayed_work jack_work;
1534 struct snd_soc_jack *jack;

--- 15 unchanged lines hidden ---
1528 unsigned int sysclk;
1529 unsigned int bclk;
1530 unsigned int lrclk;
1531 struct max98090_cdata dai[1];
1532 int irq;
1533 int jack_state;
1534 struct delayed_work jack_work;
1535 struct snd_soc_jack *jack;

--- 15 unchanged lines hidden ---