AD1848: Extend ad1848_filter_aux2 to any channel

This commit is contained in:
Alexander Babikov
2025-09-11 16:49:38 +05:00
parent a59eb526ed
commit 14cf9ee80b
3 changed files with 11 additions and 7 deletions

View File

@@ -97,7 +97,7 @@ extern void ad1848_update(ad1848_t *ad1848);
extern void ad1848_speed_changed(ad1848_t *ad1848);
extern void ad1848_set_cd_audio_channel(void *priv, int channel);
extern void ad1848_filter_cd_audio(int channel, double *buffer, void *priv);
extern void ad1848_filter_aux2(void* priv, double* out_l, double* out_r);
extern void ad1848_filter_channel(void* priv, int channel, double* out_l, double* out_r);
extern void ad1848_init(ad1848_t *ad1848, uint8_t type);