max98390.h (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) max98390.h (e5870bd0e40c749fd96a4e565497c789bee456bf)
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

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

653#define MAX98390_DSM_PARAM_MAX_SIZE 1024
654#define MAX98390_DSM_PARAM_MIN_SIZE 670
655
656struct max98390_priv {
657 struct regmap *regmap;
658 unsigned int sysclk;
659 unsigned int master;
660 unsigned int tdm_mode;
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

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

653#define MAX98390_DSM_PARAM_MAX_SIZE 1024
654#define MAX98390_DSM_PARAM_MIN_SIZE 670
655
656struct max98390_priv {
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;
661 unsigned int ref_rdc_value;
662 unsigned int ambient_temp_value;
663};
664#endif
663 unsigned int ref_rdc_value;
664 unsigned int ambient_temp_value;
665};
666#endif