DMA channel -> DMA.

This commit is contained in:
OBattler
2024-11-10 02:42:01 +01:00
parent a1566e905f
commit fbc21cdf49
9 changed files with 15 additions and 15 deletions

View File

@@ -1222,7 +1222,7 @@ static const device_config_t adgold_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,

View File

@@ -4552,7 +4552,7 @@ static const device_config_t sb_16_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,
@@ -4576,7 +4576,7 @@ static const device_config_t sb_16_config[] = {
},
{
.name = "dma16",
.description = "High DMA channel",
.description = "High DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,
@@ -4822,7 +4822,7 @@ static const device_config_t sb_awe32_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,
@@ -4846,7 +4846,7 @@ static const device_config_t sb_awe32_config[] = {
},
{
.name = "dma16",
.description = "High DMA channel",
.description = "High DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,