Unverified Commit 03b70ef5 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: intel: skl_nau88l25_ssm4567: use snd_soc_dai_link_component for codec_conf

parent 5a349330
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -147,11 +147,11 @@ static const struct snd_soc_dapm_route skylake_map[] = {

static struct snd_soc_codec_conf ssm4567_codec_conf[] = {
	{
		.dev_name = "i2c-INT343B:00",
		.dlc = COMP_CODEC_CONF("i2c-INT343B:00"),
		.name_prefix = "Left",
	},
	{
		.dev_name = "i2c-INT343B:01",
		.dlc = COMP_CODEC_CONF("i2c-INT343B:01"),
		.name_prefix = "Right",
	},
};