Unverified Commit c1925565 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown
Browse files

ASoC: Spelling s/configr/configur/



Fix misspellings of "configuration" and "configure".

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20191024151603.29043-1-geert+renesas@glider.be


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4baabbf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -120,7 +120,7 @@
 * DRC configurations are specified with a label and a set of register
 * DRC configurations are specified with a label and a set of register
 * values to write (the enable bits will be ignored).  At runtime an
 * values to write (the enable bits will be ignored).  At runtime an
 * enumerated control will be presented for each DRC block allowing
 * enumerated control will be presented for each DRC block allowing
 * the user to choose the configration to use.
 * the user to choose the configuration to use.
 *
 *
 * Configurations may be generated by hand or by using the DRC control
 * Configurations may be generated by hand or by using the DRC control
 * panel provided by the WISCE - see  http://www.wolfsonmicro.com/wisce/
 * panel provided by the WISCE - see  http://www.wolfsonmicro.com/wisce/
+1 −1
Original line number Original line Diff line number Diff line
@@ -1507,7 +1507,7 @@ static int cx2072x_probe(struct snd_soc_component *codec)
	regmap_multi_reg_write(cx2072x->regmap, cx2072x_reg_init,
	regmap_multi_reg_write(cx2072x->regmap, cx2072x_reg_init,
			       ARRAY_SIZE(cx2072x_reg_init));
			       ARRAY_SIZE(cx2072x_reg_init));


	/* configre PortC as input device */
	/* configure PortC as input device */
	regmap_update_bits(cx2072x->regmap, CX2072X_PORTC_PIN_CTRL,
	regmap_update_bits(cx2072x->regmap, CX2072X_PORTC_PIN_CTRL,
			   0x20, 0x20);
			   0x20, 0x20);