Searched refs:aux_dev (Results 1 – 5 of 5) sorted by relevance
1412 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num]; in soc_bind_aux_dev() local1413 const char *name = aux_dev->codec_name; in soc_bind_aux_dev()1415 rtd->component = soc_find_component(aux_dev->codec_of_node, name); in soc_bind_aux_dev()1417 if (aux_dev->codec_of_node) in soc_bind_aux_dev()1418 name = of_node_full_name(aux_dev->codec_of_node); in soc_bind_aux_dev()1437 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num]; in soc_probe_aux_dev() local1445 if (aux_dev->init) { in soc_probe_aux_dev()1446 ret = aux_dev->init(rtd->component); in soc_probe_aux_dev()1449 aux_dev->name, ret); in soc_probe_aux_dev()1454 return soc_post_component_init(rtd, aux_dev->name); in soc_probe_aux_dev()
300 .aux_dev = speyside_aux_dev,
323 .aux_dev = neo1973_aux_devs,
382 .aux_dev = rx51_aux_dev,
1084 struct snd_soc_aux_dev *aux_dev; member