Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_plug.c56 enum snd_pcm_plug_route_policy route_policy; member
1012 enum snd_pcm_plug_route_policy route_policy, in snd_pcm_plug_open() argument
1031 plug->route_policy = route_policy; in snd_pcm_plug_open()
1083 route_policy = PLUG_ROUTE_POLICY_NONE; in _snd_pcm_plug_open()
1102 if (plug_config->route_policy != NULL) { in _snd_pcm_plug_open()
1105 if (!strcmp(plug_config->route_policy, "default")) in _snd_pcm_plug_open()
1106 route_policy = PLUG_ROUTE_POLICY_DEFAULT; in _snd_pcm_plug_open()
1108 route_policy = PLUG_ROUTE_POLICY_AVERAGE; in _snd_pcm_plug_open()
1109 else if (!strcmp(plug_config->route_policy, "copy")) in _snd_pcm_plug_open()
1110 route_policy = PLUG_ROUTE_POLICY_COPY; in _snd_pcm_plug_open()
[all …]
A Dalsa_config.c150 .route_policy = "default",
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/plugin/
A Dpcm_plug.h53 const char *route_policy; member

Completed in 12 milliseconds