Searched refs:USB_PLAYBACK (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/audio/hal/audio_extn/ |
D | usb.c | 58 USB_PLAYBACK = 0, enumerator 342 ALOGV("%s: for %s", __func__, (type == USB_PLAYBACK) ? in usb_get_capability() 383 str_start = strstr(read_buf, ((type == USB_PLAYBACK) ? in usb_get_capability() 387 __func__, ((type == USB_PLAYBACK) ? in usb_get_capability() 392 str_end = strstr(read_buf, ((type == USB_PLAYBACK) ? in usb_get_capability() 563 if ((ret = usb_get_capability(USB_PLAYBACK, usb_card_info, card))) { in usb_get_device_playback_config() 568 usb_set_dev_id_mixer_ctl(USB_PLAYBACK, card, "USB_AUDIO_RX dev_token"); in usb_get_device_playback_config() 1058 int type = is_playback ? USB_PLAYBACK : USB_CAPTURE; in audio_extn_usb_sup_sample_rates() 1211 supported_sample_rates_mask[USB_PLAYBACK] = 0; in audio_extn_usb_remove_device() 1239 if ((playback && (dev_info->type == USB_PLAYBACK)) || in audio_extn_usb_find_service_interval() [all …]
|