Home
last modified time | relevance | path

Searched refs:ARIAMIX_MIC_LVL (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/dev/isa/
Daria.c800 case ARIAMIX_MIC_LVL: source = 0x0001; break;
1221 case ARIAMIX_MIC_LVL:
1223 sc->aria_mix[ARIAMIX_MIC_LVL].num_channels = mv->num_channels;
1224 sc->aria_mix[ARIAMIX_MIC_LVL].level[0] = mv->level[0];
1225 sc->aria_mix[ARIAMIX_MIC_LVL].level[1] = mv->level[1];
1319 sc->aria_mix[ARIAMIX_MIC_LVL].mute = cp->un.ord;
1381 case ARIAMIX_MIC_LVL:
1383 cp->un.value.num_channels = sc->aria_mix[ARIAMIX_MIC_LVL].num_channels;
1384 cp->un.value.level[0] = sc->aria_mix[ARIAMIX_MIC_LVL].level[0];
1385 cp->un.value.level[1] = sc->aria_mix[ARIAMIX_MIC_LVL].level[1];
[all …]
Dariareg.h118 #define ARIAMIX_MIC_LVL 0 macro