[Isisalsa-devel] isis sam9707.c,1.2,1.3
Status: Inactive
Brought to you by:
jeanseb
|
From: Jean-Sébastien V. <je...@us...> - 2005-11-03 13:26:44
|
Update of /cvsroot/isisalsa/isis In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25825 Modified Files: sam9707.c Log Message: some log to experiment Index: sam9707.c =================================================================== RCS file: /cvsroot/isisalsa/isis/sam9707.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sam9707.c 25 Oct 2005 06:40:23 -0000 1.2 --- sam9707.c 3 Nov 2005 13:26:09 -0000 1.3 *************** *** 806,809 **** --- 806,810 ---- snd_pcm_hw_params_t *hw_params) { + snd_printk("snd_isis_pcm_hw_params"); return snd_pcm_lib_malloc_pages(substream, (size_t) params_buffer_bytes(hw_params)); *************** *** 821,824 **** --- 822,826 ---- u8 format; + snd_printk("snd_isis_pcm_prepare\n"); /* compute the format byte */ format = runtime->channels > 1 ? 0x1 : 0x0; *************** *** 869,872 **** --- 871,875 ---- struct isis_sam9707_chip *chip = snd_pcm_substream_chip(substream); + snd_printk("snd_isis_pcm_trigger : %x\n", cmd); switch (cmd) { |