lkml.org 
[lkml]   [2002]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[trivial patch] gemtek radio fix
  Hi,

This patch makes the radio gemtek device start muted.

Gerd

--- linux-2.5.44/drivers/media/radio/radio-gemtek.c Wed Oct 23 18:53:13 2002
+++ linux/drivers/media/radio/radio-gemtek.c Wed Oct 23 18:54:50 2002
@@ -269,14 +269,14 @@
printk(KERN_INFO "GemTek Radio Card driver.\n");

spin_lock_init(&lock);
- /* mute card - prevents noisy bootups */
- outb(0x10, io);
- udelay(5);
- gemtek_unit.muted = 1;

/* this is _maybe_ unnecessary */
outb(0x01, io);

+ /* mute card - prevents noisy bootups */
+ gemtek_unit.muted = 0;
+ gemtek_mute(&gemtek_unit);
+
return 0;
}

--
You can't please everybody. And usually if you _try_ to please
everybody, the end result is one big mess.
-- Linus Torvalds, 2002-04-20
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.132 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site