projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7127744
)
ALSA: ice1724: ESI W192M: Enable midi i/o of port envy24 chip as available
author
Clément Guedez
<
[email protected]
>
Wed, 18 Mar 2015 01:26:28 +0000
(
02:26
+0100)
committer
Takashi Iwai
<
[email protected]
>
Wed, 18 Mar 2015 07:05:30 +0000
(08:05 +0100)
Enable midi i/o port of envy24 chip as their are available on ESI W192M soundcard.
Signed-off-by: Clément Guedez <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/ice1712/wtm.c
patch
|
blob
|
history
diff --git
a/sound/pci/ice1712/wtm.c
b/sound/pci/ice1712/wtm.c
index 6e1026e0e56bd0d0258467570ad330faa3502f43..59483b4d6dd0fab7be5edaabb6185add9f5e3401 100644
(file)
--- a/
sound/pci/ice1712/wtm.c
+++ b/
sound/pci/ice1712/wtm.c
@@
-485,7
+485,8
@@
static int wtm_init(struct snd_ice1712 *ice)
static unsigned char wtm_eeprom[] = {
- [ICE_EEP2_SYSCONF] = 0x47, /*SYSCONF: clock 192KHz, 4ADC, 8DAC */
+ [ICE_EEP2_SYSCONF] = 0x67, /*SYSCONF: clock 192KHz, mpu401,
+ 4ADC, 8DAC */
[ICE_EEP2_ACLINK] = 0x80, /* ACLINK : I2S */
[ICE_EEP2_I2S] = 0xf8, /* I2S: vol; 96k, 24bit, 192k */
[ICE_EEP2_SPDIF] = 0xc1, /*SPDIF: out-en, spidf ext out*/