diff options
author | Daniel Mack <zonque@gmail.com> | 2013-03-03 20:46:22 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-03-04 09:57:26 +0100 |
commit | f1f6b8f65ff08afed4532b88de1a3bbea773787f (patch) | |
tree | 239b592c8d087738c05d0ebe1d192330d4fa69db /sound/usb/caiaq/control.c | |
parent | ALSA: snd-usb-caiaq: rename 'dev' to 'cdev' (diff) | |
download | linux-f1f6b8f65ff08afed4532b88de1a3bbea773787f.tar.xz linux-f1f6b8f65ff08afed4532b88de1a3bbea773787f.zip |
ALSA: snd-usb-caiaq: switch to dev_*() logging
Get rid of the proprietary functions log() and debug() and use the
generic dev_*() approach. A macro is needed to cast a cdev to a struct
device *.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/caiaq/control.c')
-rw-r--r-- | sound/usb/caiaq/control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/usb/caiaq/control.c b/sound/usb/caiaq/control.c index 2c5195948b2c..ae6b50f9ed56 100644 --- a/sound/usb/caiaq/control.c +++ b/sound/usb/caiaq/control.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <linux/device.h> #include <linux/init.h> #include <linux/usb.h> #include <sound/control.h> |