diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-09-17 03:36:49 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2007-10-16 10:50:30 -0400 |
commit | 3042ef75203947920adc0ab7ae25bc62a1fec978 (patch) | |
tree | 289f917ba3d4ea1753b7e277853d1bd88ebfadbe | |
parent | 54d030cc400ef5565a90e71288c23c0a18299dba (diff) |
[ALSA] cmipci: reset the chip when initializing
When the chip is initialized, reset it.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/pci/cmipci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index 12f33718e6d1..8c5c843099c6 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c | |||
@@ -2971,6 +2971,8 @@ static int __devinit snd_cmipci_create(struct snd_card *card, struct pci_dev *pc | |||
2971 | #endif | 2971 | #endif |
2972 | 2972 | ||
2973 | /* initialize codec registers */ | 2973 | /* initialize codec registers */ |
2974 | snd_cmipci_set_bit(cm, CM_REG_MISC_CTRL, CM_RESET); | ||
2975 | snd_cmipci_clear_bit(cm, CM_REG_MISC_CTRL, CM_RESET); | ||
2974 | snd_cmipci_write(cm, CM_REG_INT_HLDCLR, 0); /* disable ints */ | 2976 | snd_cmipci_write(cm, CM_REG_INT_HLDCLR, 0); /* disable ints */ |
2975 | snd_cmipci_ch_reset(cm, CM_CH_PLAY); | 2977 | snd_cmipci_ch_reset(cm, CM_CH_PLAY); |
2976 | snd_cmipci_ch_reset(cm, CM_CH_CAPT); | 2978 | snd_cmipci_ch_reset(cm, CM_CH_CAPT); |