diff options
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 2c5d41147718..faf9dd00ba6c 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1277,6 +1277,7 @@ static int __devinit azx_pcm_create(azx_t *chip) | |||
1277 | err = create_codec_pcm(chip, codec, &codec->pcm_info[c], pcm_dev); | 1277 | err = create_codec_pcm(chip, codec, &codec->pcm_info[c], pcm_dev); |
1278 | if (err < 0) | 1278 | if (err < 0) |
1279 | return err; | 1279 | return err; |
1280 | chip->pcm[pcm_dev]->dev_class = SNDRV_PCM_CLASS_MODEM; | ||
1280 | pcm_dev++; | 1281 | pcm_dev++; |
1281 | } | 1282 | } |
1282 | } | 1283 | } |