Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Dfm801.c120 #define FM801_START (1<<5) macro
389 chip->ply_ctrl |= FM801_START | in snd_fm801_playback_trigger()
393 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_playback_trigger()
424 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
428 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()
467 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_playback_prepare()
500 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
524 if (!(chip->ply_ctrl & FM801_START)) in snd_fm801_playback_pointer()
541 if (!(chip->cap_ctrl & FM801_START)) in snd_fm801_capture_pointer()