pcm: Get rid of pcm_play_pause() and associated APIs

Nothing in the core has used it for some time.  It's exported to the
plugin API but the last plugins to use it were switched to the mixer API
back in 2011.

This allows us to get rid of pcm_play_dma_pause() from all audio drivers

Change-Id: Ic3fa02592316f84963e41d792d1cabb436d1ff6b
This commit is contained in:
Solomon Peachy 2020-10-30 20:30:27 -04:00
parent 2d85c72151
commit fe2d52cc7d
35 changed files with 20 additions and 388 deletions

View file

@ -602,8 +602,6 @@ static const struct plugin_api rockbox_api = {
pcm_play_stop,
pcm_set_frequency,
pcm_is_playing,
pcm_is_paused,
pcm_play_pause,
pcm_get_bytes_waiting,
pcm_calculate_peaks,
pcm_get_peak_buffer,