Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/
Dfm801.c110 #define FM801_START (1<<5) macro
379 chip->ply_ctrl |= FM801_START | in snd_fm801_playback_trigger()
383 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_playback_trigger()
414 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
418 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()
457 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_playback_prepare()
490 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
514 if (!(chip->ply_ctrl & FM801_START)) in snd_fm801_playback_pointer()
531 if (!(chip->cap_ctrl & FM801_START)) in snd_fm801_capture_pointer()