summaryrefslogtreecommitdiffstats
path: root/drivers/sound/opl3.h
blob: 104ae9ff4e7d2c39710f26998f0e3457edf6070a (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 *	opl3.h
 *
 * Copyright:	Christoph Hellwig <chhellwig@gmx.net>
 *
 */

int opl3_detect (int ioaddr, int *osp);
int opl3_init(int ioaddr, int *osp, struct module *owner);

void enable_opl3_mode(int left, int right, int both);