Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c0de494 authored by Daniel Mack's avatar Daniel Mack Committed by Eric Miao
Browse files

ARM: pxa/raumfeld: fix device name for codec ak4104



In commit f0fba2ad (ASoC: multi-component - ASoC Multi-Component
Support), the name of the ak4104 codec driver was changed without
amending the platform code which uses it as well.

Signed-off-by: default avatarDaniel Mack <zonque@gmail.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent a74fe119
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ static struct lis3lv02d_platform_data lis3_pdata = {

#define SPI_AK4104	\
{			\
	.modalias	= "ak4104",	\
	.modalias	= "ak4104-codec",	\
	.max_speed_hz	= 10000,		\
	.bus_num	= 0,			\
	.chip_select	= 0,			\