comment only

This commit is contained in:
Ross Owen
2014-07-29 14:53:47 +01:00
parent 878b92ac26
commit 5cb62d8460

View File

@@ -229,13 +229,12 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
select
{
#if defined(SPDIF_RX) || defined(ADAT_RX)
/* Clocking thread wants to produce an interrupt... */
case inuint_byref(c_clk_int, u_tmp):
chkct(c_clk_int, XS1_CT_END);
/* Check if we have interrupt pending.
* Note, this his means we can loose interrupts */
* Note, this his means we can loose interrupts... */
if(!g_intFlag)
{
g_intFlag = 1;