|
@@ -29,7 +29,7 @@ MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
|
|
MODULE_DESCRIPTION("OPL4 driver");
|
|
MODULE_DESCRIPTION("OPL4 driver");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_LICENSE("GPL");
|
|
|
|
|
|
-static void inline snd_opl4_wait(struct snd_opl4 *opl4)
|
|
|
|
|
|
+static inline void snd_opl4_wait(struct snd_opl4 *opl4)
|
|
{
|
|
{
|
|
int timeout = 10;
|
|
int timeout = 10;
|
|
while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
|
|
while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
|