From 8105609e73d5024c65471144b00e46043281206a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 7 Feb 2008 12:06:32 +0100 Subject: [PATCH] --- yaml --- r: 92028 b: refs/heads/master c: 21c7b0819f0d04788b2d3341f5062744373589a1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_intel.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 801ec7827fa8..18fad11ea6e6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef2cd2ccad66b4aba518eca7514eface267ee0f3 +refs/heads/master: 21c7b0819f0d04788b2d3341f5062744373589a1 diff --git a/trunk/sound/pci/hda/hda_intel.c b/trunk/sound/pci/hda/hda_intel.c index ec3ddda30beb..f3242e1a7315 100644 --- a/trunk/sound/pci/hda/hda_intel.c +++ b/trunk/sound/pci/hda/hda_intel.c @@ -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);