Home
last modified time | relevance | path

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

/linux/sound/pci/riptide/
H A Driptide.c280 #define ST_PAUSE 0x4 macro
1419 if (!(data->state & ST_PAUSE)) { in snd_riptide_trigger()
1421 data->state |= ST_PAUSE; in snd_riptide_trigger()
1426 if (data->state & ST_PAUSE) { in snd_riptide_trigger()
1428 data->state &= ~ST_PAUSE; in snd_riptide_trigger()