Fixed muted cd audio on the WSS side of the AD1848 core.
This commit is contained in:
@@ -299,5 +299,6 @@ void ad1848_init(ad1848_t *ad1848, int type)
|
|||||||
|
|
||||||
timer_add(&ad1848->timer_count, ad1848_poll, ad1848, 0);
|
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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user