Skip to content

Commit

Permalink
ALSA: emu10k1: fix spelling mistake: "Caputre" -> "Capture"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistakes in audigy_outs arrays.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Colin Ian King authored and tiwai committed May 17, 2018
1 parent dc82e52 commit bf8b47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sound/pci/emu10k1/emufx.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static char *audigy_outs[32] = {
/* 0x0f */ "Rear Right",
/* 0x10 */ "AC97 Front Left",
/* 0x11 */ "AC97 Front Right",
/* 0x12 */ "ADC Caputre Left",
/* 0x12 */ "ADC Capture Left",
/* 0x13 */ "ADC Capture Right",
/* 0x14 */ NULL,
/* 0x15 */ NULL,
Expand Down
2 changes: 1 addition & 1 deletion sound/pci/emu10k1/emuproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void snd_emu10k1_proc_read(struct snd_info_entry *entry,
/* 15 */ "Rear Right",
/* 16 */ "AC97 Front Left",
/* 17 */ "AC97 Front Right",
/* 18 */ "ADC Caputre Left",
/* 18 */ "ADC Capture Left",
/* 19 */ "ADC Capture Right",
/* 20 */ "???",
/* 21 */ "???",
Expand Down

0 comments on commit bf8b47f

Please sign in to comment.