We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46deefd commit fd7d7a3Copy full SHA for fd7d7a3
sound/soc/bcm/bcm2708-i2s.c
@@ -853,6 +853,7 @@ static const struct regmap_config bcm2708_regmap_config[] = {
853
.precious_reg = bcm2708_i2s_precious_reg,
854
.volatile_reg = bcm2708_i2s_volatile_reg,
855
.cache_type = REGCACHE_RBTREE,
856
+ .name = "i2s",
857
},
858
{
859
.reg_bits = 32,
@@ -861,6 +862,7 @@ static const struct regmap_config bcm2708_regmap_config[] = {
861
862
.max_register = BCM2708_CLK_PCMDIV_REG,
863
.volatile_reg = bcm2708_clk_volatile_reg,
864
865
+ .name = "clk",
866
867
};
868
0 commit comments