diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-04-01 19:05:39 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-14 13:31:17 +0200 |
commit | 936e7d03394bc6238091db10d060326622c87ed7 (patch) | |
tree | ce5e863a2a9669d3540fc2a4edb19db6cc67b6ea /sound/usb/caiaq/control.h | |
parent | e431cf45687d1ccb7c7d818defc2af34bd783db2 (diff) | |
download | linux-936e7d03394bc6238091db10d060326622c87ed7.tar.bz2 |
ALSA: snd-usb-caiaq: rename files to remove redundant information in file pathes
Cleanup only, no functional change.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 */ |