Loading hal/audio_extn/audio_extn.h +2 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,8 @@ int32_t audio_extn_get_afe_proxy_channel_count(); #define audio_extn_usb_deinit() (0) #define audio_extn_usb_add_device(device, card) (0) #define audio_extn_usb_remove_device(device, card) (0) #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) (0) #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) \ (*bit_width=0, *sample_rate=0, *ch=0, 0) #define audio_extn_usb_enable_sidetone(device, enable) (0) #define audio_extn_usb_set_sidetone_gain(parms, value, len) (0) #define audio_extn_usb_is_capture_supported() (0) Loading Loading
hal/audio_extn/audio_extn.h +2 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,8 @@ int32_t audio_extn_get_afe_proxy_channel_count(); #define audio_extn_usb_deinit() (0) #define audio_extn_usb_add_device(device, card) (0) #define audio_extn_usb_remove_device(device, card) (0) #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) (0) #define audio_extn_usb_is_config_supported(bit_width, sample_rate, ch, pb) \ (*bit_width=0, *sample_rate=0, *ch=0, 0) #define audio_extn_usb_enable_sidetone(device, enable) (0) #define audio_extn_usb_set_sidetone_gain(parms, value, len) (0) #define audio_extn_usb_is_capture_supported() (0) Loading