blob: 5f8a09a0fa953e31ca2293f8cb1d13046ea69760 [file] [log] [blame]
Markus Grabner705ecec2009-02-27 19:43:04 -08001/*
Markus Grabnere1a164d2010-08-23 01:08:25 +02002 * Line6 Linux USB driver - 0.9.1beta
Markus Grabner705ecec2009-02-27 19:43:04 -08003 *
Markus Grabner1027f4762010-08-12 01:35:30 +02004 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at)
Markus Grabner705ecec2009-02-27 19:43:04 -08005 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation, version 2.
9 *
10 */
11
12#ifndef AUDIO_H
13#define AUDIO_H
14
Markus Grabner705ecec2009-02-27 19:43:04 -080015#include "driver.h"
16
Markus Grabner705ecec2009-02-27 19:43:04 -080017extern void line6_cleanup_audio(struct usb_line6 *);
18extern int line6_init_audio(struct usb_line6 *);
19extern int line6_register_audio(struct usb_line6 *);
20
Markus Grabner705ecec2009-02-27 19:43:04 -080021#endif