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 New
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
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"
 	}
 };