aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
authorSasha Khapyorsky <sashak@smlink.com>2005-09-29 05:48:17 -0400
committerJaroslav Kysela <perex@suse.cz>2005-11-04 07:16:56 -0500
commit6632d198c6643294319a4ca3f614539dc1ad37a8 (patch)
tree84476c6179399721cd61fdd08f95001a8a2b4bc2 /sound/pci/hda
parentd602c885a6c30c78197b752c9241ce7e86cdf704 (diff)
[ALSA] dev_class=SNDRV_PCM_CLASS_MODEM for modem PCMs
dev_class=SNDRV_PCM_CLASS_MODEM for all supported softmodem PCMs Signed-off-by: Sasha Khapyorsky <sashak@smlink.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/hda_intel.c1
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 }