Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
/*
 *	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);