All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
@ 2011-05-23  6:58 Raymond Yau
  2011-05-23  6:59 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Raymond Yau @ 2011-05-23  6:58 UTC (permalink / raw)
  To: ALSA Development Mailing List, Takashi Iwai

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

Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source

[-- Attachment #2: 0001-Change-Mic-to-Rear-Mic-of-ad1988_6stack_capture_source.patch --]
[-- Type: application/octet-stream, Size: 836 bytes --]

From 75de06f928ba2302030787518dca28cd758627a5 Mon Sep 17 00:00:00 2001
From: Raymond Yau <superquad.vortex2@gmail.com>
Date: Mon, 23 May 2011 14:47:25 +0800
Subject: [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source

Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source

Signed-off-by: Raymond Yau <superquad.vortex2@gmail.com>

diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index f1b3875..33d8ebe 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -2117,7 +2117,7 @@ static const struct hda_input_mux ad1988_6stack_capture_source = {
 	.items = {
 		{ "Front Mic", 0x1 },	/* port-B */
 		{ "Line", 0x2 },	/* port-C */
-		{ "Mic", 0x4 },		/* port-E */
+		{ "Rear Mic", 0x4 },	/* port-E */
 		{ "CD", 0x5 },
 		{ "Mix", 0x9 },
 	},
-- 
1.6.0.6


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
  2011-05-23  6:58 [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source Raymond Yau
@ 2011-05-23  6:59 ` Takashi Iwai
  2011-05-23  8:03   ` Raymond Yau
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2011-05-23  6:59 UTC (permalink / raw)
  To: Raymond Yau; +Cc: ALSA Development Mailing List

At Mon, 23 May 2011 14:58:05 +0800,
Raymond Yau wrote:
> 
> Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source

Which reason?  Please elaborate in the changelog.


thanks,

Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
  2011-05-23  6:59 ` Takashi Iwai
@ 2011-05-23  8:03   ` Raymond Yau
  2011-05-23  8:05     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Raymond Yau @ 2011-05-23  8:03 UTC (permalink / raw)
  To: ALSA Development Mailing List

2011/5/23 Takashi Iwai <tiwai@suse.de>:
> At Mon, 23 May 2011 14:58:05 +0800,
> Raymond Yau wrote:
>>
>> Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
>
> Which reason?  Please elaborate in the changelog.
>

Sorry, no need to change any thing since it is only model=auto create
the "rear mic" volume controls/boost/switch which is not compatible
with alsactl init

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
  2011-05-23  8:03   ` Raymond Yau
@ 2011-05-23  8:05     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2011-05-23  8:05 UTC (permalink / raw)
  To: Raymond Yau; +Cc: ALSA Development Mailing List

At Mon, 23 May 2011 16:03:31 +0800,
Raymond Yau wrote:
> 
> 2011/5/23 Takashi Iwai <tiwai@suse.de>:
> > At Mon, 23 May 2011 14:58:05 +0800,
> > Raymond Yau wrote:
> >>
> >> Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source
> >
> > Which reason?  Please elaborate in the changelog.
> >
> 
> Sorry, no need to change any thing since it is only model=auto create
> the "rear mic" volume controls/boost/switch which is not compatible
> with alsactl init

OK, thanks for a quick check.


Takashi
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-23  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-23  6:58 [PATCH] ALSA - HDA - Change "Mic" to "Rear Mic" in ad1988_6stack_capture_source Raymond Yau
2011-05-23  6:59 ` Takashi Iwai
2011-05-23  8:03   ` Raymond Yau
2011-05-23  8:05     ` Takashi Iwai

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.