[ALSA] hda-intel - Fix a compile error with CONFIG_SND_DEBUG_DETECT=y
authorTakashi Iwai <tiwai@suse.de>
Thu, 7 Feb 2008 11:06:32 +0000 (12:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:08 +0000 (12:00 +0200)
Forgot to get rid of the obsolete fragsize field from a debug print.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index ec3ddda..f3242e1 100644 (file)
@@ -1308,9 +1308,8 @@ static int azx_pcm_prepare(struct snd_pcm_substream *substream)
                return -EINVAL;
        }
 
-       snd_printdd("azx_pcm_prepare: bufsize=0x%x, fragsize=0x%x, "
-                   "format=0x%x\n",
-                   azx_dev->bufsize, azx_dev->fragsize, azx_dev->format_val);
+       snd_printdd("azx_pcm_prepare: bufsize=0x%x, format=0x%x\n",
+                   azx_dev->bufsize, azx_dev->format_val);
        if (azx_setup_periods(substream, azx_dev) < 0)
                return -EINVAL;
        azx_setup_controller(chip, azx_dev);