Lines Matching defs:component
134 err = snd_soc_component_update_bits(codec_dai->component, SI476X_DIGITAL_IO_OUTPUT_FORMAT,
141 dev_err(codec_dai->component->dev, "Failed to set output format\n");
157 dev_err(dai->component->dev, "Rate: %d is not supported\n", rate);
180 err = snd_soc_component_write(dai->component, SI476X_DIGITAL_IO_OUTPUT_SAMPLE_RATE,
183 dev_err(dai->component->dev, "Failed to set sample rate\n");
187 err = snd_soc_component_update_bits(dai->component, SI476X_DIGITAL_IO_OUTPUT_FORMAT,
192 dev_err(dai->component->dev, "Failed to set output width\n");
225 static int si476x_probe(struct snd_soc_component *component)
227 snd_soc_component_init_regmap(component,
228 dev_get_regmap(component->dev->parent, NULL));