Lines Matching refs:component

188 	struct snd_soc_component *component = dai->component;  in hdac_hda_dai_set_stream()  local
196 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_set_stream()
209 struct snd_soc_component *component = dai->component; in hdac_hda_dai_hw_params() local
219 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_hw_params()
241 struct snd_soc_component *component = dai->component; in hdac_hda_dai_hw_free() local
246 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_hw_free()
260 struct snd_soc_component *component = dai->component; in hdac_hda_dai_prepare() local
269 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_prepare()
291 struct snd_soc_component *component = dai->component; in hdac_hda_dai_open() local
296 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_open()
311 struct snd_soc_component *component = dai->component; in hdac_hda_dai_close() local
316 hda_pvt = snd_soc_component_get_drvdata(component); in hdac_hda_dai_close()
394 static int hdac_hda_codec_probe(struct snd_soc_component *component) in hdac_hda_codec_probe() argument
397 snd_soc_component_get_drvdata(component); in hdac_hda_codec_probe()
399 snd_soc_component_get_dapm(component); in hdac_hda_codec_probe()
423 ret = snd_hda_codec_device_new(hcodec->bus, component->card->snd_card, in hdac_hda_codec_probe()
514 static void hdac_hda_codec_remove(struct snd_soc_component *component) in hdac_hda_codec_remove() argument
517 snd_soc_component_get_drvdata(component); in hdac_hda_codec_remove()