rockbox/firmware/usbstack
Solomon Peachy ea570c5728 pcm: Make more of the low-level PCM API private
* pcm_play_data
 * pcm_play_stop
 * pcm_play_stop_int
 * pcm_is_playing
 * pcm_set_frequency
 * pcm_get_frequency
 * pcm_apply_settings

Now, the only user of these functions are the mixer and recording layers
that provide a higher-level API to plugins and the main [playback]
application.

Outside of the PCM core, pcm_apply_settings() was only used immediately
following a call to mixer_set_frequency(), so the latter function
now always calls the former.

Change-Id: I61c3144dc156b9de9b7963160b525c6d10c6ad4b
2026-03-03 13:09:21 -05:00
..
usb_audio.c pcm: Make more of the low-level PCM API private 2026-03-03 13:09:21 -05:00
usb_audio.h usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_audio_def.h usbaudio: convert to asynchronous operation 2025-11-15 07:32:05 -05:00
usb_charging_only.c usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_charging_only.h usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_class_driver.h usb: introduce USB_NOTIFY_CLASS_DRIVER 2026-01-27 13:39:58 -05:00
usb_core.c usb: fix yellow in eb69211791 2026-01-27 15:23:47 -05:00
usb_hid.c usb: hid: move hid definitions to usb_hid_def.h 2026-01-12 16:57:36 -05:00
usb_hid.h usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_hid_def.h usb: hid: move hid definitions to usb_hid_def.h 2026-01-12 16:57:36 -05:00
usb_hid_usage_tables.h usb_hid: add support for Battery Strength 2021-03-06 04:15:02 +00:00
usb_serial.c usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_serial.h usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_storage.c usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00
usb_storage.h usb: implement endpoint allocation 2026-01-03 13:23:53 -05:00