From: Gerd Knorr <kraxel@bytesex.org>
To: Linus Torvalds <torvalds@transmeta.com>,
Kernel List <linux-kernel@vger.kernel.org>
Subject: [trivial patch] gemtek radio fix
Date: Tue, 29 Oct 2002 18:13:21 +0100 [thread overview]
Message-ID: <20021029171321.GA23636@bytesex.org> (raw)
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
reply other threads:[~2002-10-29 16:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021029171321.GA23636@bytesex.org \
--to=kraxel@bytesex.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.