Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.c1361 struct snd_soc_dapm_route *aw_route = NULL; in aw883xx_add_widgets() local
1399 aw_route = devm_kzalloc(aw883xx->dev, in aw883xx_add_widgets()
1402 if (!aw_route) in aw883xx_add_widgets()
1405 memcpy(aw_route, aw883xx_audio_map, in aw883xx_add_widgets()
1409 if (aw_route[i].sink) { in aw883xx_add_widgets()
1410 ret = aw883xx_append_i2c_suffix("%s_%x_%x", &aw_route[i].sink, aw883xx); in aw883xx_add_widgets()
1417 if (aw_route[i].source) { in aw883xx_add_widgets()
1418 ret = aw883xx_append_i2c_suffix("%s_%x_%x", &aw_route[i].source, aw883xx); in aw883xx_add_widgets()
1425 snd_soc_dapm_add_routes(dapm, aw_route, ARRAY_SIZE(aw883xx_audio_map)); in aw883xx_add_widgets()