diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-09-02 17:48:41 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-09-03 12:51:32 +0200 |
| commit | c3c9a75ede23fe2b244d2f1c4ac0c6cc3a4dc100 (patch) | |
| tree | 171262c7c1785c1b6d0948db9322c62d6f8d6af5 | |
| parent | 8409816b1eb306eb1f6137f83317fc756722d7d0 (diff) | |
ALSA: hda/conexant: Fix typos in comments
s/OPLC/OLPC/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20250902154858.86102-2-thorsten.blum@linux.dev
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/hda/codecs/conexant.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/hda/codecs/conexant.c b/sound/hda/codecs/conexant.c index c881bf213ebe..5fcbc1312c69 100644 --- a/sound/hda/codecs/conexant.c +++ b/sound/hda/codecs/conexant.c @@ -32,7 +32,7 @@ struct conexant_spec { unsigned int parse_flags; /* flag for snd_hda_parse_pin_defcfg() */ - /* OPLC XO specific */ + /* OLPC XO specific */ bool recording; bool dc_enable; unsigned int dc_input_bias; /* offset into olpc_xo_dc_bias */ @@ -407,7 +407,7 @@ static void cxt_fixup_headset_mic(struct hda_codec *codec, } } -/* OPLC XO 1.5 fixup */ +/* OLPC XO 1.5 fixup */ /* OLPC XO-1.5 supports DC input mode (e.g. for use with analog sensors) * through the microphone jack. |
