Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dfm801.c108 #define FM801_START (1<<5) macro
404 chip->ply_ctrl |= FM801_START | in snd_fm801_playback_trigger()
408 chip->ply_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_playback_trigger()
439 chip->cap_ctrl |= FM801_START | in snd_fm801_capture_trigger()
443 chip->cap_ctrl &= ~(FM801_START | FM801_PAUSE); in snd_fm801_capture_trigger()
471 chip->ply_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_playback_prepare()
504 chip->cap_ctrl &= ~(FM801_START | FM801_16BIT | in snd_fm801_capture_prepare()
528 if (!(chip->ply_ctrl & FM801_START)) in snd_fm801_playback_pointer()
545 if (!(chip->cap_ctrl & FM801_START)) in snd_fm801_capture_pointer()