pcm3168a.h (9938b04472d5c59f8bd8152a548533a8599596a2) pcm3168a.h (75a6faf617d107bdbc74d36ccf89f2280b96ac26)
1/* SPDX-License-Identifier: GPL-2.0-only */
1/*
2 * PCM3168A codec driver header
3 *
4 * Copyright (C) 2015 Imagination Technologies Ltd.
5 *
6 * Author: Damien Horsley <Damien.Horsley@imgtec.com>
2/*
3 * PCM3168A codec driver header
4 *
5 * Copyright (C) 2015 Imagination Technologies Ltd.
6 *
7 * Author: Damien Horsley <Damien.Horsley@imgtec.com>
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 */
12
13#ifndef __PCM3168A_H__
14#define __PCM3168A_H__
15
16extern const struct dev_pm_ops pcm3168a_pm_ops;
17extern const struct regmap_config pcm3168a_regmap;
18

--- 82 unchanged lines hidden ---
8 */
9
10#ifndef __PCM3168A_H__
11#define __PCM3168A_H__
12
13extern const struct dev_pm_ops pcm3168a_pm_ops;
14extern const struct regmap_config pcm3168a_regmap;
15

--- 82 unchanged lines hidden ---