diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-15 11:24:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-15 11:24:22 +0200 |
commit | 00610a81df32ea50dba0105078e7369988caef3b (patch) | |
tree | 808970164276f8b32c5016155c446e1e60c0c1c8 /sound/usb/caiaq/control.h | |
parent | 035f5afb022451b6b4f7ca1ff65a43d7ea8154a1 (diff) | |
parent | 936e7d03394bc6238091db10d060326622c87ed7 (diff) | |
download | talos-op-linux-00610a81df32ea50dba0105078e7369988caef3b.tar.gz talos-op-linux-00610a81df32ea50dba0105078e7369988caef3b.zip |
Merge branch 'topic/usb-caiaq' into for-linus
* topic/usb-caiaq:
ALSA: snd-usb-caiaq: rename files to remove redundant information in file pathes
ALSA: snd-usb-caiaq: clean up header includes
Diffstat (limited to 'sound/usb/caiaq/control.h')
-rw-r--r-- | sound/usb/caiaq/control.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/caiaq/control.h b/sound/usb/caiaq/control.h new file mode 100644 index 000000000000..2e7ab1aa4fb3 --- /dev/null +++ b/sound/usb/caiaq/control.h @@ -0,0 +1,6 @@ +#ifndef CAIAQ_CONTROL_H +#define CAIAQ_CONTROL_H + +int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *dev); + +#endif /* CAIAQ_CONTROL_H */ |