Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/riptide/
Driptide.c294 #define ST_PAUSE 0x4 macro
1432 if (!(data->state & ST_PAUSE)) { in snd_riptide_trigger()
1434 data->state |= ST_PAUSE; in snd_riptide_trigger()
1439 if (data->state & ST_PAUSE) { in snd_riptide_trigger()
1441 data->state &= ~ST_PAUSE; in snd_riptide_trigger()