Home
last modified time | relevance | path

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

/sound/soc/intel/boards/
Dcht_bsw_max98090_ti.c288 .aux_dev = &cht_max98090_headset_dev,
322 snd_soc_card_cht.aux_dev = NULL; in snd_cht_mc_probe()
/sound/soc/
Dsoc-core.c1408 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num]; in soc_bind_aux_dev() local
1409 const char *name = aux_dev->codec_name; in soc_bind_aux_dev()
1411 rtd->component = soc_find_component(aux_dev->codec_of_node, name); in soc_bind_aux_dev()
1413 if (aux_dev->codec_of_node) in soc_bind_aux_dev()
1414 name = of_node_full_name(aux_dev->codec_of_node); in soc_bind_aux_dev()
1433 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num]; in soc_probe_aux_dev() local
1441 if (aux_dev->init) { in soc_probe_aux_dev()
1442 ret = aux_dev->init(rtd->component); in soc_probe_aux_dev()
1445 aux_dev->name, ret); in soc_probe_aux_dev()
1450 return soc_post_component_init(rtd, aux_dev->name); in soc_probe_aux_dev()
/sound/soc/rockchip/
Drockchip_max98090.c153 .aux_dev = &rk_98090_headset_dev,
/sound/soc/samsung/
Dspeyside.c300 .aux_dev = speyside_aux_dev,
Dneo1973_wm8753.c323 .aux_dev = neo1973_aux_devs,
/sound/soc/omap/
Drx51.c376 .aux_dev = rx51_aux_dev,