All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kaige Li <likaige@loongson.cn>
To: Takashi Iwai <tiwai@suse.de>
Cc: Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Xuefeng Li <lixuefeng@loongson.cn>,
	Tiezhu Yang <yangtiezhu@loongson.cn>
Subject: Re: [PATCH 1/2] ALSA: hda/realtek: Fix headset mic on Loongson platform
Date: Fri, 24 Jul 2020 11:32:38 +0800	[thread overview]
Message-ID: <66a95c5e-4997-ea4a-258e-343cdb91dfea@loongson.cn> (raw)
In-Reply-To: <d95c163f-ab9b-acf1-f89d-d163726b6528@loongson.cn>

On 07/20/2020 09:58 AM, Kaige Li wrote:

>
> On 07/17/2020 02:57 PM, Takashi Iwai wrote:
>> On Fri, 17 Jul 2020 04:51:31 +0200,
>> Kaige Li wrote:
>>> Add pin quirks to enable use of the headset mic on Loongson platform.
>>>
>>> Signed-off-by: Kaige Li <likaige@loongson.cn>
>>> @@ -7654,6 +7663,7 @@ static const struct snd_pci_quirk 
>>> alc269_fixup_tbl[] = {
>>>       SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", 
>>> ALC269_FIXUP_PCM_44K),
>>>       SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", 
>>> ALC269_FIXUP_LENOVO_EAPD),
>>>       SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", 
>>> ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
>>> +    SND_PCI_QUIRK(0x10ec, 0x0269, "Loongson HDA", 
>>> ALC269_FIXUP_LOONGSON_HDA),
>> This is basically Realtek ALC269 codec itself, so putting this here
>> may hit with many other machines.
>>
>> Doesn't it has any proper PCI or codec SSID?  The lack of them usually
>> means a bug of BIOS.
>
>  Ok, I will have a look. If there is any progress, I will reply to you 
> again.
Sorry for that, there is no proper PCI or codec SSID. We have fixed this 
by writing the firmware. So this patch is useless.

Thank you for your time!

Kaige
>
>  Thank you!
>
>  Kaige
>
>> thanks,
>>
>> Takashi
>


WARNING: multiple messages have this Message-ID (diff)
From: Kaige Li <likaige@loongson.cn>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Takashi Iwai <tiwai@suse.com>,
	Tiezhu Yang <yangtiezhu@loongson.cn>,
	Xuefeng Li <lixuefeng@loongson.cn>
Subject: Re: [PATCH 1/2] ALSA: hda/realtek: Fix headset mic on Loongson platform
Date: Fri, 24 Jul 2020 11:32:38 +0800	[thread overview]
Message-ID: <66a95c5e-4997-ea4a-258e-343cdb91dfea@loongson.cn> (raw)
In-Reply-To: <d95c163f-ab9b-acf1-f89d-d163726b6528@loongson.cn>

On 07/20/2020 09:58 AM, Kaige Li wrote:

>
> On 07/17/2020 02:57 PM, Takashi Iwai wrote:
>> On Fri, 17 Jul 2020 04:51:31 +0200,
>> Kaige Li wrote:
>>> Add pin quirks to enable use of the headset mic on Loongson platform.
>>>
>>> Signed-off-by: Kaige Li <likaige@loongson.cn>
>>> @@ -7654,6 +7663,7 @@ static const struct snd_pci_quirk 
>>> alc269_fixup_tbl[] = {
>>>       SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", 
>>> ALC269_FIXUP_PCM_44K),
>>>       SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", 
>>> ALC269_FIXUP_LENOVO_EAPD),
>>>       SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", 
>>> ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
>>> +    SND_PCI_QUIRK(0x10ec, 0x0269, "Loongson HDA", 
>>> ALC269_FIXUP_LOONGSON_HDA),
>> This is basically Realtek ALC269 codec itself, so putting this here
>> may hit with many other machines.
>>
>> Doesn't it has any proper PCI or codec SSID?  The lack of them usually
>> means a bug of BIOS.
>
>  Ok, I will have a look. If there is any progress, I will reply to you 
> again.
Sorry for that, there is no proper PCI or codec SSID. We have fixed this 
by writing the firmware. So this patch is useless.

Thank you for your time!

Kaige
>
>  Thank you!
>
>  Kaige
>
>> thanks,
>>
>> Takashi
>


  reply	other threads:[~2020-07-24  3:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-17  2:51 [PATCH 1/2] ALSA: hda/realtek: Fix headset mic on Loongson platform Kaige Li
2020-07-17  2:51 ` Kaige Li
2020-07-17  2:51 ` [PATCH 2/2] ALSA: hda: Add support for Loongson 7A1000 controller Kaige Li
2020-07-17  2:51   ` Kaige Li
2020-07-17  6:58   ` Takashi Iwai
2020-07-17  6:58     ` Takashi Iwai
2020-07-17  6:57 ` [PATCH 1/2] ALSA: hda/realtek: Fix headset mic on Loongson platform Takashi Iwai
2020-07-17  6:57   ` Takashi Iwai
2020-07-20  1:58   ` Kaige Li
2020-07-20  1:58     ` Kaige Li
2020-07-24  3:32     ` Kaige Li [this message]
2020-07-24  3:32       ` Kaige Li

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=66a95c5e-4997-ea4a-258e-343cdb91dfea@loongson.cn \
    --to=likaige@loongson.cn \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lixuefeng@loongson.cn \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.com \
    --cc=tiwai@suse.de \
    --cc=yangtiezhu@loongson.cn \
    /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.