]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd27544acc8af3138040de7090a15f7dc5b107cc0
treeb39b52468a9890d4d0bf12d9011aa15af4e50b69
parentd043c816f90d0ea7a94a6c73b7fc34bbec4b8ce2
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: d043c816f90d ("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