Skip to content

Commit

Permalink
Correct name of ESS device
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Mar 4, 2024
1 parent c89c840 commit 187d100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sound/snd_ess.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ static const device_config_t ess_config[] = {
};

const device_t ess_1688_device = {
.name = "ESS Technology ESS1688",
.internal_name = "ess_1688",
.name = "ESS Technology ES1688",
.internal_name = "ess_es1688",
.flags = DEVICE_ISA,
.local = 0,
.init = ess_1688_init,
Expand Down

0 comments on commit 187d100

Please sign in to comment.