diff options
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/p16v.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/p16v.c b/sound/pci/emu10k1/p16v.c index 7ee19c63c2c8..6ace1076c19b 100644 --- a/sound/pci/emu10k1/p16v.c +++ b/sound/pci/emu10k1/p16v.c | |||
@@ -448,6 +448,9 @@ static int snd_p16v_pcm_trigger_playback(struct snd_pcm_substream *substream, | |||
448 | break; | 448 | break; |
449 | } | 449 | } |
450 | snd_pcm_group_for_each_entry(s, substream) { | 450 | snd_pcm_group_for_each_entry(s, substream) { |
451 | if (snd_pcm_substream_chip(s) != emu || | ||
452 | s->stream != SNDRV_PCM_STREAM_PLAYBACK) | ||
453 | continue; | ||
451 | runtime = s->runtime; | 454 | runtime = s->runtime; |
452 | epcm = runtime->private_data; | 455 | epcm = runtime->private_data; |
453 | channel = substream->pcm->device-emu->p16v_device_offset; | 456 | channel = substream->pcm->device-emu->p16v_device_offset; |