~ubuntu-audio-dev/alsa-driver/tiwai-trunk2

« back to all changes in this revision

Viewing changes to soc/codecs/ak4642.c

  • Committer: Canonistack server
  • Date: 2016-05-27 17:04:40 UTC
  • Revision ID: david.henningsson@canonical.com-20160527170440-e1vppk5freik7anx
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
560
560
        .max_register           = FIL1_3,
561
561
        .reg_defaults           = ak4642_reg,
562
562
        .num_reg_defaults       = NUM_AK4642_REG_DEFAULTS,
 
563
        .cache_type             = REGCACHE_RBTREE,
563
564
};
564
565
 
565
566
static const struct regmap_config ak4643_regmap = {
568
569
        .max_register           = SPK_MS,
569
570
        .reg_defaults           = ak4643_reg,
570
571
        .num_reg_defaults       = ARRAY_SIZE(ak4643_reg),
 
572
        .cache_type             = REGCACHE_RBTREE,
571
573
};
572
574
 
573
575
static const struct regmap_config ak4648_regmap = {
576
578
        .max_register           = EQ_FBEQE,
577
579
        .reg_defaults           = ak4648_reg,
578
580
        .num_reg_defaults       = ARRAY_SIZE(ak4648_reg),
 
581
        .cache_type             = REGCACHE_RBTREE,
579
582
};
580
583
 
581
584
static const struct ak4642_drvdata ak4642_drvdata = {