Lines Matching defs:component
11 * Generic interface for ACP audio blck PCM component
174 static int acp_dma_open(struct snd_soc_component *component, struct snd_pcm_substream *substream)
177 struct device *dev = component->dev;
195 dev_err(component->dev, "set integer constraint failed\n");
210 static int acp_dma_hw_params(struct snd_soc_component *component,
214 struct acp_dev_data *adata = snd_soc_component_get_drvdata(component);
225 static snd_pcm_uframes_t acp_dma_pointer(struct snd_soc_component *component,
228 struct device *dev = component->dev;
247 static int acp_dma_new(struct snd_soc_component *component,
250 struct device *parent = component->dev->parent;
257 static int acp_dma_close(struct snd_soc_component *component,
260 struct device *dev = component->dev;
300 dev_err(dev, "Fail to register acp i2s component\n");