diff options
author | Daniel Mack <zonque@gmail.com> | 2013-03-03 23:46:21 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-03-04 12:57:17 +0400 |
commit | 1c8470ce311c6b2b49a71a02961c360d04ed28b2 (patch) | |
tree | 34aca4afee14e143a0e3f6150888f3af4655fe22 /sound/usb/caiaq/control.h | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 (diff) | |
download | linux-1c8470ce311c6b2b49a71a02961c360d04ed28b2.tar.xz |
ALSA: snd-usb-caiaq: rename 'dev' to 'cdev'
This is needed in order to make the device namespace cleaner, and will
help when moving this driver over to dev_*() logging.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq/control.h')
-rw-r--r-- | sound/usb/caiaq/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/caiaq/control.h b/sound/usb/caiaq/control.h index 2e7ab1aa4fb3..501c4883aef6 100644 --- a/sound/usb/caiaq/control.h +++ b/sound/usb/caiaq/control.h @@ -1,6 +1,6 @@ #ifndef CAIAQ_CONTROL_H #define CAIAQ_CONTROL_H -int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *dev); +int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *cdev); #endif /* CAIAQ_CONTROL_H */ |