Home
last modified time | relevance | path

Searched refs:ahub_device (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/audiorecorder/
H A Dwidget.cpp45 ahub_device = 1; in record_init()
98 ahub_pcm = pcm_open(ahub_card, ahub_device, PCM_IN, &config); in capture_sample()
101 ahub_device, pcm_get_error(ahub_pcm)); in capture_sample()
H A Dwidget.h68 unsigned int ahub_device = 0; variable