Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9877

This commit is contained in:
Mark Brown
2015-07-16 21:35:01 +01:00
20 changed files with 24 additions and 24 deletions

View File

@@ -35,7 +35,7 @@ struct max9768 {
u32 flags;
};
static struct reg_default max9768_default_regs[] = {
static const struct reg_default max9768_default_regs[] = {
{ 0, 0 },
{ 3, MAX9768_CTRL_FILTERLESS},
};