Home
last modified time | relevance | path

Searched refs:aux_dev (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-core.c1412 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num]; in soc_bind_aux_dev() local
1413 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() local
1445 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()
/linux-4.1.27/sound/soc/samsung/
Dspeyside.c300 .aux_dev = speyside_aux_dev,
Dneo1973_wm8753.c323 .aux_dev = neo1973_aux_devs,
/linux-4.1.27/sound/soc/omap/
Drx51.c382 .aux_dev = rx51_aux_dev,
/linux-4.1.27/include/sound/
Dsoc.h1084 struct snd_soc_aux_dev *aux_dev; member