Searched refs:USB_STEREO_SAMPLE_SIZE (Results 1 – 1 of 1) sorted by relevance
83 #define USB_STEREO_SAMPLE_SIZE (USB_MONO_SAMPLE_SIZE * 2) macro159 NET_BUF_POOL_DEFINE(usb_tx_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_SAMPLE_SIZE, 0, net_buf_destroy);451 uint8_t usb_audio_data[USB_STEREO_SAMPLE_SIZE] = {0}; in usb_data_request_cb()474 err = usb_audio_send(dev, pcm_buf, USB_STEREO_SAMPLE_SIZE); in usb_data_request_cb()