diff mbox series

ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64

Message ID 20240612075740.1678082-1-shumingf@realtek.com (mailing list archive)
State Accepted
Commit 60ff540a1d476c2d48b96f7bc8ac8581b820e878
Headers show
Series ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64 | expand

Commit Message

Shuming [θŒƒζ›ΈιŠ˜] June 12, 2024, 7:57 a.m. UTC
From: Shuming Fan <shumingf@realtek.com>

Dell SKU 0C64 has a single rt1318 amplifier.
The prefix name of control still needs to be set rt1318-1 corresponding to UCM config.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
---
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Liao, Bard June 17, 2024, 3:34 a.m. UTC | #1
> -----Original Message-----
> From: shumingf@realtek.com <shumingf@realtek.com>
> Sent: Wednesday, June 12, 2024 3:58 PM
> To: broonie@kernel.org; lgirdwood@gmail.com
> Cc: linux-sound@vger.kernel.org; lars@metafoo.de; flove@realtek.com;
> oder_chiou@realtek.com; jack.yu@realtek.com; derek.fang@realtek.com;
> Bossart, Pierre-louis <pierre-louis.bossart@intel.com>; Liao, Bard
> <bard.liao@intel.com>; Deep.Harsora@Dell.com; Shuming Fan
> <shumingf@realtek.com>
> Subject: [PATCH] ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU
> 0C64
> 
> From: Shuming Fan <shumingf@realtek.com>
> 
> Dell SKU 0C64 has a single rt1318 amplifier.
> The prefix name of control still needs to be set rt1318-1 corresponding to
> UCM config.
> 
> Signed-off-by: Shuming Fan <shumingf@realtek.com>

Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>

> ---
>  sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
> b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
> index 48252fa9e39e..8e0ae3635a35 100644
> --- a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
> +++ b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
> @@ -293,7 +293,7 @@ static const struct snd_soc_acpi_adr_device
> rt1318_1_single_adr[] = {
>  		.adr = 0x000130025D131801,
>  		.num_endpoints = 1,
>  		.endpoints = &single_endpoint,
> -		.name_prefix = "rt1318"
> +		.name_prefix = "rt1318-1"
>  	}
>  };
> 
> --
> 2.34.1
Mark Brown June 19, 2024, 5:31 p.m. UTC | #2
On Wed, 12 Jun 2024 15:57:40 +0800, shumingf@realtek.com wrote:
> Dell SKU 0C64 has a single rt1318 amplifier.
> The prefix name of control still needs to be set rt1318-1 corresponding to UCM config.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: Intel: soc-acpi: mtl: fix speaker no sound on Dell SKU 0C64
      commit: 60ff540a1d476c2d48b96f7bc8ac8581b820e878

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
index 48252fa9e39e..8e0ae3635a35 100644
--- a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c
@@ -293,7 +293,7 @@  static const struct snd_soc_acpi_adr_device rt1318_1_single_adr[] = {
 		.adr = 0x000130025D131801,
 		.num_endpoints = 1,
 		.endpoints = &single_endpoint,
-		.name_prefix = "rt1318"
+		.name_prefix = "rt1318-1"
 	}
 };