mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 00:41:08 +00:00
7d8f446475
Currently supports Intel HDA, AC97, and ES1370 audio cards. See README for further details.
14 lines
407 B
Diff
14 lines
407 B
Diff
diff -r aa33e3290f44 kernel/drv/oss_hdaudio/oss_hdaudio.c
|
|
--- a/kernel/drv/oss_hdaudio/oss_hdaudio.c Tue Nov 20 11:10:35 2012 +0100
|
|
+++ b/kernel/drv/oss_hdaudio/oss_hdaudio.c Tue Nov 20 11:13:14 2012 +0100
|
|
@@ -255,8 +255,7 @@
|
|
|
|
if (status & (1 << 30)) /* Controller interrupt (RIRB) */
|
|
{
|
|
- if (rirb_intr (devc))
|
|
- serviced = 1;
|
|
+ serviced = rirb_intr (devc);
|
|
}
|
|
}
|
|
return serviced;
|