skypiax: better printk 'signature' from custom snd-dummy ALSA driver
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14570 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d8f0754765
commit
6fb1ab0cfd
|
@ -917,7 +917,7 @@ giovadpcms[i].started=0;
|
|||
giovatimer.function = snd_card_dummy_pcm_timer_function;
|
||||
giovatimer.expires = (HZ/100) + jiffies;
|
||||
add_timer(&giovatimer);
|
||||
printk("giova skypiax: %d\n", __LINE__);
|
||||
printk("snd-dummy skypiax driver, %s:%d working on a machine with %dHZ kernel\n", __FILE__, __LINE__, HZ);
|
||||
spin_unlock_bh(&giovalock);
|
||||
}
|
||||
|
||||
|
|
|
@ -917,7 +917,7 @@ giovadpcms[i].started=0;
|
|||
giovatimer.function = snd_card_dummy_pcm_timer_function;
|
||||
giovatimer.expires = (HZ/100) + jiffies;
|
||||
add_timer(&giovatimer);
|
||||
printk("giova skypiax: %d\n", __LINE__);
|
||||
printk("snd-dummy skypiax driver, %s:%d working on a machine with %dHZ kernel\n", __FILE__, __LINE__, HZ);
|
||||
spin_unlock_bh(&giovalock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue