Commit 955dea81 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

CMIPCI driver
- initialize the iec958 status at opening the normal PCM device, too.
parent 6860e447
......@@ -1872,6 +1872,7 @@ static int snd_cmipci_playback_open(snd_pcm_substream_t *substream)
return err;
runtime->hw = snd_cmipci_playback;
snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_SIZE, 0, 0x10000);
cm->dig_pcm_status = cm->dig_status;
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment