Unverified Commit aac976aa authored by Bard Liao's avatar Bard Liao Committed by Mark Brown
Browse files

ASoC: Intel: change cs35l56 name_prefix

parent a2e620e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -373,13 +373,13 @@ static const struct snd_soc_acpi_adr_device cs35l56_1_adr[] = {
		.adr = 0x00013701FA355601ull,
		.num_endpoints = 1,
		.endpoints = &spk_r_endpoint,
		.name_prefix = "AMP8"
		.name_prefix = "AMP3"
	},
	{
		.adr = 0x00013601FA355601ull,
		.num_endpoints = 1,
		.endpoints = &spk_3_endpoint,
		.name_prefix = "AMP7"
		.name_prefix = "AMP4"
	}
};

+2 −2
Original line number Diff line number Diff line
@@ -464,13 +464,13 @@ static const struct snd_soc_acpi_adr_device cs35l56_1_adr[] = {
		.adr = 0x00013701FA355601ull,
		.num_endpoints = 1,
		.endpoints = &spk_l_endpoint,
		.name_prefix = "AMP8"
		.name_prefix = "AMP3"
	},
	{
		.adr = 0x00013601FA355601ull,
		.num_endpoints = 1,
		.endpoints = &spk_2_endpoint,
		.name_prefix = "AMP7"
		.name_prefix = "AMP4"
	}
};