forked from PAWPAW-Mirror/lib_xua
comment only
This commit is contained in:
@@ -229,13 +229,12 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
|
|||||||
select
|
select
|
||||||
{
|
{
|
||||||
#if defined(SPDIF_RX) || defined(ADAT_RX)
|
#if defined(SPDIF_RX) || defined(ADAT_RX)
|
||||||
|
|
||||||
/* Clocking thread wants to produce an interrupt... */
|
/* Clocking thread wants to produce an interrupt... */
|
||||||
case inuint_byref(c_clk_int, u_tmp):
|
case inuint_byref(c_clk_int, u_tmp):
|
||||||
chkct(c_clk_int, XS1_CT_END);
|
chkct(c_clk_int, XS1_CT_END);
|
||||||
|
|
||||||
/* Check if we have interrupt pending.
|
/* 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)
|
if(!g_intFlag)
|
||||||
{
|
{
|
||||||
g_intFlag = 1;
|
g_intFlag = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user