Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/riptide/ !
Driptide.c279 #define ST_PAUSE 0x4 macro
1423 if (!(data->state & ST_PAUSE)) { in snd_riptide_trigger()
1425 data->state |= ST_PAUSE; in snd_riptide_trigger()
1430 if (data->state & ST_PAUSE) { in snd_riptide_trigger()
1432 data->state &= ~ST_PAUSE; in snd_riptide_trigger()