intel_sst: Fixes the wrong debug trace in intel_sst_app_interface
authorDharageswari.R <Dharageswari.R@intel.com>
Thu, 6 Oct 2011 15:18:37 +0000 (16:18 +0100)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 21:17:01 +0000 (13:17 -0800)
This patch fixes the wrong debug trace in intel_sst_app_interface, from
"SNDRV_SST_SET_VOLUME" to "SNDRV_SST_SET_MUTE"

Change-Id: I6d5dcfd15a5cabb8f91e191d82bdc82620741b70
Signed-off-by: Dharageswari.R <Dharageswari.R@intel.com>
drivers/staging/intel_sst/intel_sst_app_interface.c

index 6109562..7199084 100644 (file)
@@ -1152,7 +1152,7 @@ long intel_sst_ioctl(struct file *file_ptr, unsigned int cmd, unsigned long arg)
                        retval = -EFAULT;
                        break;
                }
-               pr_debug("SNDRV_SST_SET_VOLUME received for %d!\n",
+               pr_debug("SNDRV_SST_SET_MUTE received for %d!\n",
                        set_mute.stream_id);
                if (minor == STREAM_MODULE && set_mute.stream_id == 0) {
                        retval = -EPERM;