/* In left headphone IMM state, read out left headphone
* impedance measure result, and delay some time to wait
* detection sine wave output finish. Then, we can calculate
- * the cross talk suppresstion side tone according to the L/R
- * headphone imedance.
+ * the cross talk suppression side tone according to the L/R
+ * headphone impedance.
*/
regmap_read(nau8825->regmap, NAU8825_REG_IMM_RMS_L,
&nau8825->imp_rms[NAU8825_XTALK_HPL_R2L]);
{
struct nau8825 *nau8825 = snd_soc_component_get_drvdata(component);
- /* Cancel and reset cross tak suppresstion detection funciton */
+ /* Cancel and reset cross talk suppression detection function */
nau8825_xtalk_cancel(nau8825);
}
/* ground HPL/HPR, MICGRND1/2 */
regmap_update_bits(nau8825->regmap,
NAU8825_REG_HSD_CTRL, 0xf, 0xf);
- /* Cancel and reset cross talk detection funciton */
+ /* Cancel and reset cross talk detection function */
nau8825_xtalk_cancel(nau8825);
/* Turn off all interruptions before system shutdown. Keep the
* interruption quiet before resume setup completes.