diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-05-13 03:24:39 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-05-19 07:19:17 -0400 |
commit | 4a4bc53bc52978dd6c918531921da925fd047d95 (patch) | |
tree | 3705801799fa4673f8ced7640e4bcf66049e38fd /sound/pci/oxygen/oxygen_pcm.c | |
parent | 92215f3a178080bd9d7c65879499e9474e54d55c (diff) |
[ALSA] oxygen: add PM support
Add suspend/resume support.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/oxygen_pcm.c')
-rw-r--r-- | sound/pci/oxygen/oxygen_pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen_pcm.c b/sound/pci/oxygen/oxygen_pcm.c index b17c405e069d..9680aa35f81f 100644 --- a/sound/pci/oxygen/oxygen_pcm.c +++ b/sound/pci/oxygen/oxygen_pcm.c | |||
@@ -517,6 +517,7 @@ static int oxygen_trigger(struct snd_pcm_substream *substream, int cmd) | |||
517 | switch (cmd) { | 517 | switch (cmd) { |
518 | case SNDRV_PCM_TRIGGER_STOP: | 518 | case SNDRV_PCM_TRIGGER_STOP: |
519 | case SNDRV_PCM_TRIGGER_START: | 519 | case SNDRV_PCM_TRIGGER_START: |
520 | case SNDRV_PCM_TRIGGER_SUSPEND: | ||
520 | pausing = 0; | 521 | pausing = 0; |
521 | break; | 522 | break; |
522 | case SNDRV_PCM_TRIGGER_PAUSE_PUSH: | 523 | case SNDRV_PCM_TRIGGER_PAUSE_PUSH: |