Searched refs:Delta (Results 1 – 5 of 5) sorted by relevance
/sound/pci/trident/ |
D | trident_main.c | 468 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 476 regs[2] = (voice->ESO << 16) | (voice->Delta & 0x0ffff); in snd_trident_write_voice_regs() 482 regs[0] = (voice->Delta << 24) | (voice->CSO & 0x00ffffff); in snd_trident_write_voice_regs() 483 regs[2] = ((voice->Delta << 16) & 0xff000000) | in snd_trident_write_voice_regs() 538 outl((voice->Delta << 24) | in snd_trident_write_cso_reg() 564 outl(((voice->Delta << 16) & 0xff000000) | (voice->ESO & 0x00ffffff), in snd_trident_write_eso_reg() 959 voice->Delta = snd_trident_convert_rate(runtime->rate); in snd_trident_playback_prepare() 991 evoice->Delta = voice->Delta; in snd_trident_playback_prepare() 1104 voice->Delta = snd_trident_convert_rate(runtime->rate); in snd_trident_capture_prepare() 1201 voice->Delta = snd_trident_convert_adc_rate(runtime->rate); in snd_trident_si7018_capture_prepare() [all …]
|
D | trident.h | 294 unsigned short Delta; /* 16 bits */ member
|
/sound/pci/ali5451/ |
D | ali5451.c | 1220 unsigned int Delta; in snd_ali_playback_prepare() local 1233 Delta = snd_ali_convert_rate(runtime->rate, 0); in snd_ali_playback_prepare() 1243 Delta = 0x1000; in snd_ali_playback_prepare() 1270 pvoice->number,runtime->rate,Delta,GVSEL,PAN,CTRL); in snd_ali_playback_prepare() 1276 Delta, in snd_ali_playback_prepare() 1292 Delta, in snd_ali_playback_prepare() 1311 unsigned int Delta; in snd_ali_prepare() local 1326 Delta = (pvoice->number == ALI_MODEM_IN_CHANNEL || in snd_ali_prepare() 1354 Delta = ((rate << 12) / runtime->rate) & 0x00ffff; in snd_ali_prepare() 1379 Delta, in snd_ali_prepare()
|
/sound/soc/omap/ |
D | Kconfig | 39 tristate "SoC Audio support for Amstrad E3 (Delta) videophone" 45 a handset and a speakerphone found on Amstrad E3 (Delta) videophone.
|
/sound/pci/ |
D | Kconfig | 620 Currently supported hardware is: M-Audio Delta 1010(LT),
|