Fixed muted cd audio on the WSS side of the AD1848 core.

This commit is contained in:
TC1995
2020-11-21 19:22:31 +01:00
parent ceb6ac4c65
commit 66e0c0f7ff

View File

@@ -299,5 +299,6 @@ void ad1848_init(ad1848_t *ad1848, int type)
timer_add(&ad1848->timer_count, ad1848_poll, ad1848, 0);
sound_set_cd_audio_filter(ad1848_filter_cd_audio, ad1848);
if (ad1848->type != AD1848_TYPE_DEFAULT)
sound_set_cd_audio_filter(ad1848_filter_cd_audio, ad1848);
}