max98390.h (320424c7d44f54c18df9812fd7c45f6963524002) max98390.h (a10facb752535c078c914b1910dd72eb2e8d584b)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2020, Maxim Integrated.
4 */
5
6#ifndef _MAX98390_H
7#define _MAX98390_H
8

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

657 struct regmap *regmap;
658 unsigned int sysclk;
659 unsigned int master;
660 unsigned int tdm_mode;
661 unsigned int v_l_slot;
662 unsigned int i_l_slot;
663 unsigned int ref_rdc_value;
664 unsigned int ambient_temp_value;
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (c) 2020, Maxim Integrated.
4 */
5
6#ifndef _MAX98390_H
7#define _MAX98390_H
8

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

657 struct regmap *regmap;
658 unsigned int sysclk;
659 unsigned int master;
660 unsigned int tdm_mode;
661 unsigned int v_l_slot;
662 unsigned int i_l_slot;
663 unsigned int ref_rdc_value;
664 unsigned int ambient_temp_value;
665 const char *dsm_param_name;
665};
666#endif
666};
667#endif