Commit 9a6e3f1b authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Jaroslav Kysela <perex@suse.cz>

CS46xx driver
added missing variables to debug messages
parent bcbfcf6a
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment