]> git.neil.brown.name Git - history.git/commitdiff
ALSA CVS update - Jaroslav Kysela <perex@suse.cz>
authorJaroslav Kysela <perex@suse.cz>
Thu, 5 Feb 2004 17:07:37 +0000 (18:07 +0100)
committerJaroslav Kysela <perex@suse.cz>
Thu, 5 Feb 2004 17:07:37 +0000 (18:07 +0100)
CS46xx driver
added missing variables to debug messages

sound/pci/cs46xx/dsp_spos_scb_lib.c

index 39d4cd6c25fc0a16f4399daa02bc6950f9fd8d46..3100d003d4c77367653d3b50cf7c087200a893f6 100644 (file)
@@ -1391,7 +1391,7 @@ int cs46xx_dsp_pcm_channel_set_period (cs46xx_t * chip,
                temp |= DMA_RQ_C1_SOURCE_MOD16;
                break; 
        default:
-               snd_printdd ("period size (%d) not supported by HW\n");
+               snd_printdd ("period size (%d) not supported by HW\n", period_size);
                return -EINVAL;
        }
 
@@ -1429,7 +1429,7 @@ int cs46xx_dsp_pcm_ostream_set_period (cs46xx_t * chip,
                temp |= DMA_RQ_C1_DEST_MOD16;
                break; 
        default:
-               snd_printdd ("period size (%d) not supported by HW\n");
+               snd_printdd ("period size (%d) not supported by HW\n", period_size);
                return -EINVAL;
        }