Commit 36c4d9a6 authored by Mark Brown's avatar Mark Brown

ASoC: cs43130: Fixes and improvements

Merge series from Maciej Strozek <mstrozek@opensource.cirrus.com>:

This patchset aims to add minor fixes (first two patches) and
introduce general improvements to the driver (rest of the patches)
parents 7d562ac3 9158221b
This diff is collapsed.
......@@ -500,6 +500,7 @@ struct cs43130_dai {
};
struct cs43130_private {
struct device *dev;
struct snd_soc_component *component;
struct regmap *regmap;
struct regulator_bulk_data supplies[CS43130_NUM_SUPPLIES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment