Lines Matching refs:component

178 						struct snd_soc_component *component)  in ss_to_ctx()  argument
180 return snd_soc_component_get_drvdata(component); in ss_to_ctx()
184 struct snd_soc_component *component) in ss_to_as() argument
186 struct alchemy_pcm_ctx *ctx = ss_to_ctx(ss, component); in ss_to_as()
190 static int alchemy_pcm_open(struct snd_soc_component *component, in alchemy_pcm_open() argument
193 struct alchemy_pcm_ctx *ctx = ss_to_ctx(substream, component); in alchemy_pcm_open()
217 static int alchemy_pcm_close(struct snd_soc_component *component, in alchemy_pcm_close() argument
220 struct alchemy_pcm_ctx *ctx = ss_to_ctx(substream, component); in alchemy_pcm_close()
229 static int alchemy_pcm_hw_params(struct snd_soc_component *component, in alchemy_pcm_hw_params() argument
233 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_hw_params()
240 static int alchemy_pcm_hw_free(struct snd_soc_component *component, in alchemy_pcm_hw_free() argument
243 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_hw_free()
248 static int alchemy_pcm_trigger(struct snd_soc_component *component, in alchemy_pcm_trigger() argument
251 struct audio_stream *stream = ss_to_as(substream, component); in alchemy_pcm_trigger()
268 static snd_pcm_uframes_t alchemy_pcm_pointer(struct snd_soc_component *component, in alchemy_pcm_pointer() argument
271 struct audio_stream *stream = ss_to_as(ss, component); in alchemy_pcm_pointer()
281 static int alchemy_pcm_new(struct snd_soc_component *component, in alchemy_pcm_new() argument