Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-spdif.c869 platform->num_controls = ARRAY_SIZE(sunxi_spdif_controls); in snd_platform_spdif_register()
870 platform->controls = snd_malloc(sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_spdif_register()
877 sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_spdif_register()
A Dsun8iw19-daudio.c1255 platform->num_controls = ARRAY_SIZE(sunxi_daudio_controls); in snd_platform_daudio_register()
1256 platform->controls = snd_malloc(sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_daudio_register()
1263 sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_daudio_register()
A Dsunxi-daudio.c1157 platform->num_controls = ARRAY_SIZE(sunxi_daudio_controls); in snd_platform_daudio_register()
1158 platform->controls = snd_malloc(sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_daudio_register()
1165 sizeof(struct snd_kcontrol) * platform->num_controls); in snd_platform_daudio_register()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h407 unsigned int num_controls; member
422 unsigned int num_controls; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c946 for (i = 0; i < card->codec->num_controls; i++) { in snd_ctl_add_controls()
959 for (i = 0; i < card->platform->num_controls; i++) { in snd_ctl_add_controls()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/codecs/
A Dsun8iw19-codec.c1052 .num_controls = ARRAY_SIZE(sunxi_codec_controls),
A Dsun8iw18-codec.c1039 .num_controls = ARRAY_SIZE(sunxi_codec_controls),
A Dsun8iw20-codec.c1041 .num_controls = ARRAY_SIZE(sunxi_codec_controls),
A Dac108.c1592 .num_controls = ARRAY_SIZE(ac108_codec_controls),

Completed in 39 milliseconds