table of contents
other versions
- stretch 4.9.168-1
SND_SOC_DAPM_ADD_ROU(9) | ASoC | SND_SOC_DAPM_ADD_ROU(9) |
NAME¶
snd_soc_dapm_add_routes - Add routes between DAPM widgetsSYNOPSIS¶
int snd_soc_dapm_add_routes(struct snd_soc_dapm_context * dapm, const struct snd_soc_dapm_route * route, int num);
ARGUMENTS¶
dapmDAPM context
route
audio routes
num
number of routes
DESCRIPTION¶
Connects 2 dapm widgets together via a named audio path. The sink is the widget receiving the audio signal, whilst the source is the sender of the audio signal.Returns 0 for success else error. On error all resources can be freed with a call to snd_soc_card_free.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |