Home
last modified time | relevance | path

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

/linux/sound/pci/
H A Dfm801.c108 #define FM801_START (1<<5) macro
402 chip->ply_ctrl |= FM801_START | in snd_fm801_playback_trigger()
406 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_playback_trigger()
437 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
441 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()
469 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_playback_prepare()
502 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
526 if (!(chip->ply_ctrl & FM801_START)) in snd_fm801_playback_pointer()
543 if (!(chip->cap_ctrl & FM801_START)) in snd_fm801_capture_pointer()