max98371 184 sound/soc/codecs/max98371.c struct max98371_priv *max98371 = snd_soc_component_get_drvdata(component); max98371 209 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_FMT, max98371 219 sound/soc/codecs/max98371.c struct max98371_priv *max98371 = snd_soc_component_get_drvdata(component); max98371 225 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_FMT, max98371 230 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_FMT, max98371 235 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_FMT, max98371 240 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_FMT, max98371 252 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 257 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 262 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 272 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 277 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 282 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 287 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 292 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, max98371 301 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_MONOMIX_SRC, max98371 303 sound/soc/codecs/max98371.c regmap_update_bits(max98371->regmap, MAX98371_DAI_CHANNEL, max98371 371 sound/soc/codecs/max98371.c struct max98371_priv *max98371; max98371 374 sound/soc/codecs/max98371.c max98371 = devm_kzalloc(&i2c->dev, max98371 375 sound/soc/codecs/max98371.c sizeof(*max98371), GFP_KERNEL); max98371 376 sound/soc/codecs/max98371.c if (!max98371) max98371 379 sound/soc/codecs/max98371.c i2c_set_clientdata(i2c, max98371); max98371 380 sound/soc/codecs/max98371.c max98371->regmap = devm_regmap_init_i2c(i2c, &max98371_regmap); max98371 381 sound/soc/codecs/max98371.c if (IS_ERR(max98371->regmap)) { max98371 382 sound/soc/codecs/max98371.c ret = PTR_ERR(max98371->regmap); max98371 388 sound/soc/codecs/max98371.c ret = regmap_read(max98371->regmap, MAX98371_VERSION, ®);