Searched refs:hw_refine (Results 1 – 14 of 14) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_linear.c | 255 ret = slave->ops->hw_refine(slave->op_arg, params); in snd_pcm_linear_hw_refine() 322 .hw_refine = snd_pcm_linear_hw_refine,
|
| A D | pcm_hw.c | 416 .hw_refine = snd_pcm_hw_hw_refine,
|
| A D | pcm_route.c | 690 ret = slave->ops->hw_refine(slave->op_arg, params); in snd_pcm_route_hw_refine() 886 .hw_refine = snd_pcm_route_hw_refine,
|
| A D | pcm_dsnoop.c | 393 .hw_refine = snd_pcm_direct_hw_refine,
|
| A D | pcm_extplug.c | 507 .hw_refine = snd_pcm_extplug_hw_refine,
|
| A D | pcm_plug.c | 760 ret = slave->ops->hw_refine(slave->op_arg, params); in snd_pcm_plug_hw_refine() 993 .hw_refine = snd_pcm_plug_hw_refine,
|
| A D | pcm_file.c | 474 .hw_refine = snd_pcm_generic_hw_refine,
|
| A D | pcm_local.h | 78 int (*hw_refine)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params); member
|
| A D | pcm_softvol.c | 633 .hw_refine = snd_pcm_softvol_hw_refine,
|
| A D | pcm_params.c | 730 assert(pcm->ops->hw_refine); in snd_pcm_hw_refine() 737 res = pcm->ops->hw_refine(pcm->op_arg, params); in snd_pcm_hw_refine()
|
| A D | pcm_dmix.c | 796 .hw_refine = snd_pcm_direct_hw_refine,
|
| A D | pcm_rate.c | 230 return spcm->ops->hw_refine(spcm->op_arg, params); in snd_pcm_rate_hw_refine() 1457 .hw_refine = snd_pcm_rate_hw_refine,
|
| A D | pcm_multi.c | 956 .hw_refine = snd_pcm_multi_hw_refine,
|
| A D | pcm.c | 245 assert(pcm->ops->hw_refine); in snd_pcm_hw_params_any()
|
Completed in 47 milliseconds