max98090.h (d053cf0d771f6547cb0537759a9af63cf402908d) max98090.h (fb180283c00b435019bd9500ae027872da9faa3b)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * max98090.h -- MAX98090 ALSA SoC Audio driver
4 *
5 * Copyright 2011-2012 Maxim Integrated Products
6 */
7
8#ifndef _MAX98090_H

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

1528 struct max98090_cdata dai[1];
1529 int jack_state;
1530 struct delayed_work jack_work;
1531 struct delayed_work pll_det_enable_work;
1532 struct work_struct pll_det_disable_work;
1533 struct snd_soc_jack *jack;
1534 unsigned int dai_fmt;
1535 int tdm_slots;
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * max98090.h -- MAX98090 ALSA SoC Audio driver
4 *
5 * Copyright 2011-2012 Maxim Integrated Products
6 */
7
8#ifndef _MAX98090_H

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

1528 struct max98090_cdata dai[1];
1529 int jack_state;
1530 struct delayed_work jack_work;
1531 struct delayed_work pll_det_enable_work;
1532 struct work_struct pll_det_disable_work;
1533 struct snd_soc_jack *jack;
1534 unsigned int dai_fmt;
1535 int tdm_slots;
1536 int tdm_width;
1536 int tdm_lslot;
1537 int tdm_rslot;
1537 u8 lin_state;
1538 unsigned int pa1en;
1539 unsigned int pa2en;
1540 unsigned int sidetone;
1541 bool master;
1542 bool shdn_pending;
1543};
1544
1545int max98090_mic_detect(struct snd_soc_component *component,
1546 struct snd_soc_jack *jack);
1547
1548#endif
1538 u8 lin_state;
1539 unsigned int pa1en;
1540 unsigned int pa2en;
1541 unsigned int sidetone;
1542 bool master;
1543 bool shdn_pending;
1544};
1545
1546int max98090_mic_detect(struct snd_soc_component *component,
1547 struct snd_soc_jack *jack);
1548
1549#endif