ALSA: hda/tas2781: fix typos in comment

Message ID ead5609d63e71e8e87c13e1767decca5b272d696.1703203812.git.soyer@irl.hu
State New
Headers
Series ALSA: hda/tas2781: fix typos in comment |

Commit Message

Gergo Koteles Dec. 22, 2023, 12:11 a.m. UTC
  Correct typos.

Signed-off-by: Gergo Koteles <soyer@irl.hu>
---
 sound/pci/hda/tas2781_hda_i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: c7e37b07cc7564a07125ae48c11fd1ca2bcbeae2
  

Comments

Randy Dunlap Dec. 22, 2023, 3:19 a.m. UTC | #1
Hi--

On 12/21/23 16:11, Gergo Koteles wrote:
> Correct typos.
> 
> Signed-off-by: Gergo Koteles <soyer@irl.hu>
> ---
>  sound/pci/hda/tas2781_hda_i2c.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/pci/hda/tas2781_hda_i2c.c b/sound/pci/hda/tas2781_hda_i2c.c
> index fb802802939e..8f63e3099d3e 100644
> --- a/sound/pci/hda/tas2781_hda_i2c.c
> +++ b/sound/pci/hda/tas2781_hda_i2c.c
> @@ -421,9 +421,9 @@ static void tas2781_apply_calib(struct tasdevice_priv *tas_priv)
>  	}
>  }
>  

also:

> -/* Update the calibrate data, including speaker impedance, f0, etc, into algo.
> +/* Update the calibration data, including speaker impedance, f0, etc, into algo.
>   * Calibrate data is done by manufacturer in the factory. These data are used

    * Calibration data

> - * by Algo for calucating the speaker temperature, speaker membrance excursion
> + * by Algo for calculating the speaker temperature, speaker membrane excursion
>   * and f0 in real time during playback.
>   */
>  static int tas2781_save_calibration(struct tasdevice_priv *tas_priv)
> 
> base-commit: c7e37b07cc7564a07125ae48c11fd1ca2bcbeae2
  
Takashi Iwai Dec. 29, 2023, 12:46 p.m. UTC | #2
On Fri, 22 Dec 2023 01:11:54 +0100,
Gergo Koteles wrote:
> 
> Correct typos.
> 
> Signed-off-by: Gergo Koteles <soyer@irl.hu>

Applied now.  Thanks.


Takashi
  

Patch

diff --git a/sound/pci/hda/tas2781_hda_i2c.c b/sound/pci/hda/tas2781_hda_i2c.c
index fb802802939e..8f63e3099d3e 100644
--- a/sound/pci/hda/tas2781_hda_i2c.c
+++ b/sound/pci/hda/tas2781_hda_i2c.c
@@ -421,9 +421,9 @@  static void tas2781_apply_calib(struct tasdevice_priv *tas_priv)
 	}
 }
 
-/* Update the calibrate data, including speaker impedance, f0, etc, into algo.
+/* Update the calibration data, including speaker impedance, f0, etc, into algo.
  * Calibrate data is done by manufacturer in the factory. These data are used
- * by Algo for calucating the speaker temperature, speaker membrance excursion
+ * by Algo for calculating the speaker temperature, speaker membrane excursion
  * and f0 in real time during playback.
  */
 static int tas2781_save_calibration(struct tasdevice_priv *tas_priv)