Skip to content

Commit

Permalink
correct SND_SOC_DAILINK_DEFS
Browse files Browse the repository at this point in the history
Signed-off-by: AMuszkat <[email protected]>
  • Loading branch information
AMuszkat authored and pelwell committed Jul 14, 2020
1 parent 95a969f commit 7d9a391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/bcm/rpi-simple-soundcard.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ static struct snd_rpi_simple_drvdata drvdata_rpi_dac = {

SND_SOC_DAILINK_DEFS(merus_amp,
DAILINK_COMP_ARRAY(COMP_EMPTY()),
DAILINK_COMP_ARRAY(COMP_CODEC("ma120x0p-amp", "ma120x0p.1-0020")),
DAILINK_COMP_ARRAY(COMP_CODEC("ma120x0p.1-0020","ma120x0p-amp")),
DAILINK_COMP_ARRAY(COMP_EMPTY()));

static struct snd_soc_dai_link snd_merus_amp_dai[] = {
Expand Down

0 comments on commit 7d9a391

Please sign in to comment.