Skip to content

Commit b7188a1

Browse files
Amadeusz Sławińskibroonie
authored andcommitted
ASoC: Intel: avs: boards: Fix rt5663 front end name
Fix copy paste mistake in board name. Fixes: f1e282c ("ASoC: Intel: avs: boards: Change rt5663 card name") Reviewed-by: Cezary Rojewski <[email protected]> Signed-off-by: Amadeusz Sławiński <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 065a651 commit b7188a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/avs/boards/rt5663.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static int avs_rt5663_probe(struct platform_device *pdev)
228228
card->name = "avs_rt5663";
229229
} else {
230230
card->driver_name = "avs_rt5663";
231-
card->long_name = card->name = "AVS I2S ALC5640";
231+
card->long_name = card->name = "AVS I2S ALC5663";
232232
}
233233
card->dev = dev;
234234
card->owner = THIS_MODULE;

0 commit comments

Comments
 (0)