summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs4271.h
blob: 9adad8eefdc9ff5081c636efa3ca61a4ebd2d4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _CS4271_PRIV_H
#define _CS4271_PRIV_H

#include <linux/regmap.h>

extern const struct of_device_id cs4271_dt_ids[];
extern const struct regmap_config cs4271_regmap_config;

int cs4271_probe(struct device *dev, struct regmap *regmap);

#endif
ludemode:
authorLars-Peter Clausen <lars@metafoo.de>2016-10-21 10:27:07 +0200
committerMark Brown <broonie@kernel.org>2016-10-24 17:48:36 +0100
commit206964e8265c4aeeda8338a3c1cec9814a90647b (patch)
tree36551fd500b4dce88bf87a9f8c46d81dc334b11e /include/net/netns
parent1001354ca34179f3db924eb66672442a173147dc (diff)
ASoC: wm9705: Convert to regmap
Currently the wm9712 driver still uses custom snd_soc_codec_driver IO callbacks. This has been deprecated for a while, so convert the wm9705 driver to use regmap for its IO. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/net/netns')