]> 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)
commit47dd56e022ba06d1b3813c1b0aac3abf608c4fa1
treeb39b52468a9890d4d0bf12d9011aa15af4e50b69
parente891ff2ae0ba12ea71737cd94c652ac70f104271
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: e891ff2ae0ba ("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