]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/regulator/arizona-micsupp.h
Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[mirror_ubuntu-bionic-kernel.git] / include / linux / regulator / arizona-micsupp.h
CommitLineData
22161f3e
RF
1/*
2 * Platform data for Arizona micsupp regulator
3 *
4 * Copyright 2017 Cirrus Logic
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.
9 */
10
11#ifndef ARIZONA_MICSUPP_H
12#define ARIZONA_MICSUPP_H
13
14struct regulator_init_data;
15
16struct arizona_micsupp_pdata {
17 /** Regulator configuration for micsupp */
18 const struct regulator_init_data *init_data;
19};
20
21#endif