diff options
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 7206b30cbf94..bb915ede0ceb 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -284,6 +284,7 @@ static int conexant_build_pcms(struct hda_codec *codec) | |||
284 | info++; | 284 | info++; |
285 | codec->num_pcms++; | 285 | codec->num_pcms++; |
286 | info->name = "Conexant Digital"; | 286 | info->name = "Conexant Digital"; |
287 | info->pcm_type = HDA_PCM_TYPE_SPDIF; | ||
287 | info->stream[SNDRV_PCM_STREAM_PLAYBACK] = | 288 | info->stream[SNDRV_PCM_STREAM_PLAYBACK] = |
288 | conexant_pcm_digital_playback; | 289 | conexant_pcm_digital_playback; |
289 | info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = | 290 | info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = |