ANDROID: ABI: update symbol list for exynos
Update ABI symbol list for Exynos USB audio offloading 14 function symbol(s) added 'int snd_vendor_set_ops(struct snd_usb_audio_vendor_ops*)' 'int usb_choose_configuration(struct usb_device*)' 'int xhci_add_endpoint(struct usb_hcd*, struct usb_device*, struct usb_host_endpoint*)' 'int xhci_address_device(struct usb_hcd*, struct usb_device*)' 'int xhci_bus_resume(struct usb_hcd*)' 'int xhci_bus_suspend(struct usb_hcd*)' 'int xhci_check_trb_in_td_math(struct xhci_hcd*)' 'struct xhci_ep_ctx* xhci_get_ep_ctx(struct xhci_hcd*, struct xhci_container_ctx*, unsigned int)' 'struct xhci_slot_ctx* xhci_get_slot_ctx(struct xhci_hcd*, struct xhci_container_ctx*)' 'void xhci_initialize_ring_info(struct xhci_ring*, unsigned int)' 'void xhci_link_segments(struct xhci_segment*, struct xhci_segment*, enum xhci_ring_type, bool)' 'void xhci_remove_stream_mapping(struct xhci_ring*)' 'void xhci_segment_free(struct xhci_hcd*, struct xhci_segment*)' 'struct xhci_vendor_ops* xhci_vendor_get_ops(struct xhci_hcd*)' Bug: 156315379 Change-Id: I0dfdbb9384d6030bdbefc526bc2dd60c4bfaf8e5 Signed-off-by: JaeHun Jung <jh0801.jung@samsung.com>
This commit is contained in:
parent
58004e1d0e
commit
f54778f021
File diff suppressed because it is too large
Load Diff
@ -634,6 +634,7 @@
|
||||
perf_trace_run_bpf_submit
|
||||
phy_power_off
|
||||
phy_power_on
|
||||
phy_set_mode_ext
|
||||
pinconf_generic_dt_node_to_map
|
||||
pinctrl_dev_get_drvdata
|
||||
pinctrl_lookup_state
|
||||
@ -647,6 +648,7 @@
|
||||
platform_driver_unregister
|
||||
platform_get_irq
|
||||
platform_get_irq_byname
|
||||
platform_get_irq_byname_optional
|
||||
platform_get_resource
|
||||
platform_get_resource_byname
|
||||
__platform_register_drivers
|
||||
@ -935,9 +937,11 @@
|
||||
up_write
|
||||
usb_add_function
|
||||
usb_copy_descriptors
|
||||
usb_enable_autosuspend
|
||||
usb_ep_autoconfig
|
||||
usb_function_register
|
||||
usb_function_unregister
|
||||
usb_hcd_is_primary_hcd
|
||||
usb_hub_find_child
|
||||
usb_interface_id
|
||||
usb_put_function_instance
|
||||
@ -1151,7 +1155,9 @@
|
||||
__tracepoint_workqueue_execute_start
|
||||
|
||||
# required by dwc3-exynos-usb.ko
|
||||
device_create_managed_software_node
|
||||
platform_device_add
|
||||
platform_device_add_resources
|
||||
platform_device_alloc
|
||||
platform_device_del
|
||||
platform_device_put
|
||||
@ -1474,6 +1480,17 @@
|
||||
# required by exynos-ssld.ko
|
||||
driver_register
|
||||
|
||||
# required by exynos-usb-audio-offloading.ko
|
||||
snd_ctl_add
|
||||
snd_ctl_new1
|
||||
snd_vendor_set_ops
|
||||
__traceiter_android_rvh_audio_usb_offload_disconnect
|
||||
__traceiter_android_vh_audio_usb_offload_connect
|
||||
__tracepoint_android_rvh_audio_usb_offload_disconnect
|
||||
__tracepoint_android_vh_audio_usb_offload_connect
|
||||
usb_choose_configuration
|
||||
usb_ifnum_to_if
|
||||
|
||||
# required by exynos9945_sound.ko
|
||||
clk_bulk_disable
|
||||
clk_bulk_enable
|
||||
@ -2418,6 +2435,25 @@
|
||||
kthread_complete_and_exit
|
||||
usb_speed_string
|
||||
|
||||
# required by xhci-exynos-audio.ko
|
||||
dma_pool_alloc
|
||||
dma_pool_free
|
||||
__kmalloc_node
|
||||
kmalloc_node_trace
|
||||
xhci_add_endpoint
|
||||
xhci_address_device
|
||||
xhci_check_trb_in_td_math
|
||||
xhci_get_endpoint_index
|
||||
xhci_get_ep_ctx
|
||||
xhci_get_slot_ctx
|
||||
xhci_initialize_ring_info
|
||||
xhci_link_segments
|
||||
xhci_remove_stream_mapping
|
||||
xhci_ring_alloc
|
||||
xhci_segment_free
|
||||
xhci_trb_virt_to_dma
|
||||
xhci_vendor_get_ops
|
||||
|
||||
# required by xhci-exynos.ko
|
||||
device_property_read_u32_array
|
||||
device_set_wakeup_enable
|
||||
@ -2428,10 +2464,10 @@
|
||||
usb_add_hcd
|
||||
__usb_create_hcd
|
||||
usb_disabled
|
||||
usb_enable_autosuspend
|
||||
usb_hcd_is_primary_hcd
|
||||
usb_put_hcd
|
||||
usb_remove_hcd
|
||||
xhci_bus_resume
|
||||
xhci_bus_suspend
|
||||
xhci_gen_setup
|
||||
xhci_init_driver
|
||||
xhci_resume
|
||||
|
Loading…
Reference in New Issue
Block a user