Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/riptide/
H A Driptide.c280 #define ST_PAUSE 0x4 macro
1418 if (!(data->state & ST_PAUSE)) { in snd_riptide_trigger()
1420 data->state |= ST_PAUSE; in snd_riptide_trigger()
1425 if (data->state & ST_PAUSE) { in snd_riptide_trigger()
1427 data->state &= ~ST_PAUSE; in snd_riptide_trigger()