diff options
author | Sasha Khapyorsky <sashak@smlink.com> | 2005-09-29 05:48:17 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:16:56 -0500 |
commit | 6632d198c6643294319a4ca3f614539dc1ad37a8 (patch) | |
tree | 84476c6179399721cd61fdd08f95001a8a2b4bc2 /sound/pci/intel8x0m.c | |
parent | d602c885a6c30c78197b752c9241ce7e86cdf704 (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/intel8x0m.c')
-rw-r--r-- | sound/pci/intel8x0m.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c index 9e2060d56c24..2ac1fec5059a 100644 --- a/sound/pci/intel8x0m.c +++ b/sound/pci/intel8x0m.c | |||
@@ -746,6 +746,7 @@ static int __devinit snd_intel8x0_pcm1(intel8x0_t *chip, int device, struct ich_ | |||
746 | 746 | ||
747 | pcm->private_data = chip; | 747 | pcm->private_data = chip; |
748 | pcm->info_flags = 0; | 748 | pcm->info_flags = 0; |
749 | pcm->dev_class = SNDRV_PCM_CLASS_MODEM; | ||
749 | if (rec->suffix) | 750 | if (rec->suffix) |
750 | sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); | 751 | sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix); |
751 | else | 752 | else |