Merge pull request #1115 from 86Box/tc1995

Fix one off issue about the AD1848. It actually fixes the muted cd audio using the WSS.
This commit is contained in:
Miran Grča
2020-11-21 19:25:56 +01:00
committed by GitHub

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);
}