ASoC: bytcr_rt5640: Fix a typo and quirk parameter type
authorTakashi Iwai <tiwai@suse.de>
Mon, 24 Apr 2017 21:34:30 +0000 (23:34 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 25 Apr 2017 15:39:42 +0000 (16:39 +0100)
commit0b2c9f88b94cd40f6a27641f0bac02a7ba185e39
treeb39b52468a9890d4d0bf12d9011aa15af4e50b69
parent9f2cf73ed65b598514e4858ca3d602710718ab93
ASoC: bytcr_rt5640: Fix a typo and quirk parameter type

The previous patch for adding the quirk module option had a typo in
its info print, which results in a weird output.  Also, the parameter
type should be rather unsigned int instead of signed int.

Fixes: 9f2cf73ed65b ("ASoC: bytcr_rt5640: Allow quirk set via module option")
Reported-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/boards/bytcr_rt5640.c