mbox series

[0/2,SRU,M] There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms

Message ID 20240411011806.182144-1-acelan.kao@canonical.com
Headers show
Series There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms | expand

Message

AceLan Kao April 11, 2024, 1:18 a.m. UTC
From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>

BugLink: https://bugs.launchpad.net/bugs/2054487

[Impact]
While playing audio with headset plugged, the sound play from both headset and internal speaker.

[Fix]
The commit from v6.8-rc5 fixes the issue
fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform

To avoid conflict pull in one more quirk from v6.8-rc3
fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform

[Test Case]
1. play an audio file.
2. plug 3.5mm headset.
3. select "headset".
4. sound will play only from headset

[Where problems could occur]
It simply added 2 IDs to the table, should have no impact to the existing machines.
The other commit add one more ID to the table and disable speaker passthrough.

Kailang Yang (1):
  ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker
    platform

Shuming Fan (1):
  ALSA: hda/realtek: add IDs for Dell dual spk platform

 sound/pci/hda/patch_realtek.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Comments

Guoqing Jiang April 12, 2024, 2:19 a.m. UTC | #1
On 4/11/24 09:18, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
>
> BugLink: https://bugs.launchpad.net/bugs/2054487
>
> [Impact]
> While playing audio with headset plugged, the sound play from both headset and internal speaker.
>
> [Fix]
> The commit from v6.8-rc5 fixes the issue
> fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform
>
> To avoid conflict pull in one more quirk from v6.8-rc3
> fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform
>
> [Test Case]
> 1. play an audio file.
> 2. plug 3.5mm headset.
> 3. select "headset".
> 4. sound will play only from headset
>
> [Where problems could occur]
> It simply added 2 IDs to the table, should have no impact to the existing machines.
> The other commit add one more ID to the table and disable speaker passthrough.
>
> Kailang Yang (1):
>    ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker
>      platform
>
> Shuming Fan (1):
>    ALSA: hda/realtek: add IDs for Dell dual spk platform
>
>   sound/pci/hda/patch_realtek.c | 9 +++++++--
>   1 file changed, 7 insertions(+), 2 deletions(-)

Acked-by: Guoqing Jiang <guoqing.jiang@canonical.com>
Tim Gardner April 22, 2024, 1:12 p.m. UTC | #2
On 4/10/24 7:18 PM, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
> 
> BugLink: https://bugs.launchpad.net/bugs/2054487
> 
> [Impact]
> While playing audio with headset plugged, the sound play from both headset and internal speaker.
> 
> [Fix]
> The commit from v6.8-rc5 fixes the issue
> fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform
> 
> To avoid conflict pull in one more quirk from v6.8-rc3
> fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform
> 
> [Test Case]
> 1. play an audio file.
> 2. plug 3.5mm headset.
> 3. select "headset".
> 4. sound will play only from headset
> 
> [Where problems could occur]
> It simply added 2 IDs to the table, should have no impact to the existing machines.
> The other commit add one more ID to the table and disable speaker passthrough.
> 
> Kailang Yang (1):
>    ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker
>      platform
> 
> Shuming Fan (1):
>    ALSA: hda/realtek: add IDs for Dell dual spk platform
> 
>   sound/pci/hda/patch_realtek.c | 9 +++++++--
>   1 file changed, 7 insertions(+), 2 deletions(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Roxana Nicolescu April 25, 2024, 6:40 p.m. UTC | #3
On 11/04/2024 03:18, AceLan Kao wrote:
> From: "Chia-Lin Kao (AceLan)" <acelan.kao@canonical.com>
>
> BugLink: https://bugs.launchpad.net/bugs/2054487
>
> [Impact]
> While playing audio with headset plugged, the sound play from both headset and internal speaker.
>
> [Fix]
> The commit from v6.8-rc5 fixes the issue
> fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform
>
> To avoid conflict pull in one more quirk from v6.8-rc3
> fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform
>
> [Test Case]
> 1. play an audio file.
> 2. plug 3.5mm headset.
> 3. select "headset".
> 4. sound will play only from headset
>
> [Where problems could occur]
> It simply added 2 IDs to the table, should have no impact to the existing machines.
> The other commit add one more ID to the table and disable speaker passthrough.
>
> Kailang Yang (1):
>    ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker
>      platform
>
> Shuming Fan (1):
>    ALSA: hda/realtek: add IDs for Dell dual spk platform
>
>   sound/pci/hda/patch_realtek.c | 9 +++++++--
>   1 file changed, 7 insertions(+), 2 deletions(-)
>
They're already applied from upstream,  I added the buglink in the commit.