All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] snd-ac97-codec: add support for Front Mic input on ALC850
@ 2005-04-24 12:28 Sergey Vlasov
  0 siblings, 0 replies; only message in thread
From: Sergey Vlasov @ 2005-04-24 12:28 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

Add the "Mic Front Input Switch" control to the mixer for ALC850.
Enabling this input is required for using the front panel microphone
connector with ASUS A8V motherboard.

Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>

--- alsa-driver/alsa-kernel/pci/ac97/ac97_patch.c.alc850-front-mic	2005-04-23 19:35:45 +0400
+++ alsa-driver/alsa-kernel/pci/ac97/ac97_patch.c	2005-04-24 16:12:11 +0400
@@ -1928,6 +1928,7 @@ static void alc850_update_jacks(ac97_t *
 
 static const snd_kcontrol_new_t snd_ac97_controls_alc850[] = {
 	AC97_PAGE_SINGLE("Duplicate Front", AC97_ALC650_MULTICH, 0, 1, 0, 0),
+	AC97_SINGLE("Mic Front Input Switch", AC97_ALC850_JACK_SELECT, 15, 1, 1),
 	AC97_SURROUND_JACK_MODE_CTL,
 	AC97_CHANNEL_MODE_CTL,
 };

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-24 12:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-24 12:28 [PATCH] snd-ac97-codec: add support for Front Mic input on ALC850 Sergey Vlasov

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.