summaryrefslogtreecommitdiffstats
path: root/drivers/sound/opl3.h
blob: 6ef00614bb86b397ac5d5db3e3b55a28692a125d (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);

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