Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds