Home
last modified time | relevance | path

Searched refs:SMA_wCurrMastVolLeft (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/isa/msnd/
Dmsnd_pinnacle_mixer.c156 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
166 readw(dev->SMA + SMA_wCurrMastVolLeft) / 0xffff, \
223 writew(wLeft, dev->SMA + SMA_wCurrMastVolLeft); in snd_msndmix_set()
Dmsnd_classic.h114 #define SMA_wCurrMastVolLeft 0x003c macro
Dmsnd_pinnacle.h147 #define SMA_wCurrMastVolLeft 0x0042 macro
Dmsnd_pinnacle.c328 mastVolLeft = readw(chip->SMA + SMA_wCurrMastVolLeft); in snd_msnd_init_sma()
369 writew(mastVolLeft, chip->SMA + SMA_wCurrMastVolLeft); in snd_msnd_init_sma()
/linux-4.4.14/sound/oss/
Dmsnd_classic.h149 #define SMA_wCurrMastVolLeft 0x003c macro
Dmsnd_pinnacle.h191 #define SMA_wCurrMastVolLeft 0x0042 macro
Dmsnd_pinnacle.c400 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
408 readw(dev.SMA + SMA_wCurrMastVolLeft) / 0xffff, \
463 writew(wLeft, dev.SMA + SMA_wCurrMastVolLeft); in mixer_set()
1219 mastVolLeft = readw(dev.SMA + SMA_wCurrMastVolLeft); in init_sma()
1267 writew(mastVolLeft, dev.SMA + SMA_wCurrMastVolLeft); in init_sma()