mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Correct a type in an ifndef EXCLUDE_3812 from 8312 -> 3812. Obtained
from the net or the mailinglist. Sorry, lost the original author.
This commit is contained in:
parent
196c5f3921
commit
f2fe51f460
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5027
@ -29,7 +29,7 @@
|
||||
* Hunyue Yau Jan 6 1994
|
||||
* Added code to support Sound Galaxy NX Pro
|
||||
*
|
||||
* $Id: sb_dsp.c,v 1.20 1994/09/27 17:58:26 davidg Exp $
|
||||
* $Id: sb_dsp.c,v 1.21 1994/10/01 02:17:04 swallace Exp $
|
||||
*/
|
||||
|
||||
#include "sound_config.h"
|
||||
@ -794,7 +794,7 @@ sb_dsp_init (long mem_start, struct address_info *hw_config)
|
||||
mixer_type = sb_mixer_init (sbc_major);
|
||||
#endif
|
||||
|
||||
#ifndef EXCLUDE_YM8312
|
||||
#ifndef EXCLUDE_YM3812
|
||||
|
||||
if (sbc_major > 3 ||
|
||||
(sbc_major == 3 && INB (0x388) == 0x00)) /* Should be 0x06 if not OPL-3 */
|
||||
|
Loading…
Reference in New Issue
Block a user