diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-02-07 06:06:32 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:08 -0400 |
commit | 21c7b0819f0d04788b2d3341f5062744373589a1 (patch) | |
tree | 7556cabab4749f8be12fceed42ca882d92898e5e /sound/pci/hda/hda_intel.c | |
parent | ef2cd2ccad66b4aba518eca7514eface267ee0f3 (diff) |
[ALSA] hda-intel - Fix a compile error with CONFIG_SND_DEBUG_DETECT=y
Forgot to get rid of the obsolete fragsize field from a debug print.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ec3ddda30beb..f3242e1a7315 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1308,9 +1308,8 @@ static int azx_pcm_prepare(struct snd_pcm_substream *substream) | |||
1308 | return -EINVAL; | 1308 | return -EINVAL; |
1309 | } | 1309 | } |
1310 | 1310 | ||
1311 | snd_printdd("azx_pcm_prepare: bufsize=0x%x, fragsize=0x%x, " | 1311 | snd_printdd("azx_pcm_prepare: bufsize=0x%x, format=0x%x\n", |
1312 | "format=0x%x\n", | 1312 | azx_dev->bufsize, azx_dev->format_val); |
1313 | azx_dev->bufsize, azx_dev->fragsize, azx_dev->format_val); | ||
1314 | if (azx_setup_periods(substream, azx_dev) < 0) | 1313 | if (azx_setup_periods(substream, azx_dev) < 0) |
1315 | return -EINVAL; | 1314 | return -EINVAL; |
1316 | azx_setup_controller(chip, azx_dev); | 1315 | azx_setup_controller(chip, azx_dev); |