Searched refs:plug (Results 1 – 15 of 15) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_plug.c | 178 assert(plug->gen.slave == plug->req_slave); in snd_pcm_plug_close() 186 free(plug); in snd_pcm_plug_close() 230 plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_rate() 255 (!plug->ttable || plug->ttable_ok)) in snd_pcm_plug_change_channels() 372 (!plug->ttable || plug->ttable_ok)) in snd_pcm_plug_change_format() 386 (plug->ttable && !plug->ttable_ok)) in snd_pcm_plug_change_format() 398 err = f(new, NULL, slv->format, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_format() 414 err = snd_pcm_copy_open(new, NULL, plug->gen.slave, plug->gen.slave != plug->req_slave); in snd_pcm_plug_change_access() 446 (plug->ttable && !plug->ttable_ok)) { in snd_pcm_plug_insert_plugins() 801 plug->sformat, plug->schannels, plug->srate); [all …]
|
| A D | pcm_linear.c | 41 snd_pcm_plugin_t plug; member 251 snd_pcm_t *slave = linear->plug.gen.slave; in snd_pcm_linear_hw_refine() 265 snd_pcm_t *slave = linear->plug.gen.slave; in snd_pcm_linear_hw_params() 316 snd_pcm_dump_setup(linear->plug.gen.slave); in snd_pcm_linear_dump() 350 snd_pcm_plugin_init(&linear->plug); in snd_pcm_linear_open() 352 linear->plug.read = snd_pcm_linear_read_areas; in snd_pcm_linear_open() 353 linear->plug.write = snd_pcm_linear_write_areas; in snd_pcm_linear_open() 356 linear->plug.gen.slave = slave; in snd_pcm_linear_open() 357 linear->plug.gen.close_slave = close_slave; in snd_pcm_linear_open() 368 snd_pcm_set_hw_ptr(pcm, &linear->plug.hw_ptr, 0, 0); in snd_pcm_linear_open() [all …]
|
| A D | pcm_extplug.c | 42 snd_pcm_plugin_t plug; member 310 snd_pcm_close(ext->plug.gen.slave); in snd_pcm_extplug_close() 420 snd_pcm_t *slave = ext->plug.gen.slave; in snd_pcm_extplug_hw_refine() 446 snd_pcm_t *slave = ext->plug.gen.slave; in snd_pcm_extplug_hw_params() 478 snd_pcm_hw_free(ext->plug.gen.slave); in snd_pcm_extplug_hw_free() 502 snd_pcm_dump(ext->plug.gen.slave); in snd_pcm_extplug_dump() 553 snd_pcm_plugin_init(&ext->plug); in snd_pcm_extplug_create() 554 ext->plug.read = snd_pcm_extplug_read_areas; in snd_pcm_extplug_create() 558 ext->plug.gen.slave = spcm; in snd_pcm_extplug_create() 559 ext->plug.gen.close_slave = 1; in snd_pcm_extplug_create() [all …]
|
| A D | pcm_softvol.c | 44 snd_pcm_plugin_t plug; member 395 if (svol->plug.gen.close_slave) in softvol_free() 396 snd_pcm_close(svol->plug.gen.slave); in softvol_free() 558 snd_pcm_t *slave = svol->plug.gen.slave; in snd_pcm_softvol_hw_params() 627 snd_pcm_dump(svol->plug.gen.slave); in snd_pcm_softvol_dump() 768 snd_pcm_plugin_init(&svol->plug); in _snd_pcm_softvol_open() 772 svol->plug.read = snd_pcm_softvol_read_areas; in _snd_pcm_softvol_open() 773 svol->plug.write = snd_pcm_softvol_write_areas; in _snd_pcm_softvol_open() 776 svol->plug.gen.slave = spcm; in _snd_pcm_softvol_open() 777 svol->plug.gen.close_slave = 1; in _snd_pcm_softvol_open() [all …]
|
| A D | pcm_route.c | 102 snd_pcm_plugin_t plug; member 437 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_write_areas() 459 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_read_areas() 686 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_hw_refine() 709 snd_pcm_t *slave = route->plug.gen.slave; in snd_pcm_route_hw_params() 881 snd_pcm_dump(route->plug.gen.slave); in snd_pcm_route_dump() 1005 snd_pcm_plugin_init(&route->plug); in snd_pcm_route_open() 1008 route->plug.read = snd_pcm_route_read_areas; in snd_pcm_route_open() 1012 route->plug.gen.slave = slave; in snd_pcm_route_open() 1013 route->plug.gen.close_slave = close_slave; in snd_pcm_route_open() [all …]
|
| /bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/ |
| A D | README.md | 9 After installing Python3, some plug-in as below must be installed.
|
| /bsp/raspberry-pi/raspi3-64/ |
| A D | README.md | 47 Prepare an empty SD card, plug it in the computer and then execute the command below: "sudo dd if=2…
|
| /bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/ |
| A D | README.md | 9 After installing Python3, some plug-in as below must be installed.
|
| /bsp/stm32/stm32f469-st-disco/ |
| A D | README.md | 44 | SDCARD | √ | Support hot swapping, plug-in detection interval of 200m…
|
| /bsp/raspberry-pi/raspi3-32/ |
| A D | README.md | 73 Prepare an empty SD card, plug it in the computer and then execute the command below:
|
| /bsp/stm32/stm32f103-blue-pill/ |
| A D | README.md | 301 …plug the USB cable and you will find a new serial (virtual com, 115200, 8-N-1) device in your comp…
|
| /bsp/renesas/ra8d1-vision-board/board/ |
| A D | Kconfig | 39 string "SD Card hot plug detection pin"
|
| /bsp/stm32/stm32u575-st-nucleo/ |
| A D | README.md | 175 Thanks to the Arduino interface on Nucleo, just plug RW007 into the development board, and the hard…
|
| /bsp/stm32/stm32u585-iot02a/ |
| A D | README.md | 175 Thanks to the Arduino interface on Nucleo, just plug RW007 into the development board, and the hard…
|
| /bsp/hpmicro/libraries/hpm_sdk/ |
| A D | CHANGELOG.md | 813 - samples: usbx: add multi devices and hot plug support
|
Completed in 28 milliseconds