Home
last modified time | relevance | path

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

/sound/pci/
Dfm801.c110 #define FM801_START (1<<5) macro
406 chip->ply_ctrl |= FM801_START | in snd_fm801_playback_trigger()
410 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_playback_trigger()
441 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
445 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()
473 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_playback_prepare()
506 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
530 if (!(chip->ply_ctrl & FM801_START)) in snd_fm801_playback_pointer()
547 if (!(chip->cap_ctrl & FM801_START)) in snd_fm801_capture_pointer()