Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/emu10k1/
Dp16v.c260 emu->p16v_voices[substream->pcm->device - emu->p16v_device_offset].use = 0; in snd_p16v_pcm_close_playback()
292 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_prepare_playback()
354 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_prepare_capture()
443 channel = substream->pcm->device-emu->p16v_device_offset; in snd_p16v_pcm_trigger_playback()
506 int channel = substream->pcm->device - emu->p16v_device_offset; in snd_p16v_pcm_pointer_playback()
578 emu->p16v_device_offset = device; in snd_p16v_pcm()
/linux-6.1.9/include/sound/
Demu10k1.h1744 int p16v_device_offset; member