Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds