Skip to content

Commit

Permalink
ALSA: ASoC: Cover also Nokia N810 WiMAX Edition in N810 machine driver
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Jarkko Nikula authored and Jaroslav Kysela committed Jun 13, 2008
1 parent a2e31a5 commit 6e132fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/omap/n810.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static int __init n810_soc_init(void)
int err;
struct device *dev;

if (!machine_is_nokia_n810())
if (!(machine_is_nokia_n810() || machine_is_nokia_n810_wimax()))
return -ENODEV;

n810_snd_device = platform_device_alloc("soc-audio", -1);
Expand Down

0 comments on commit 6e132fa

Please sign in to comment.