projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5163014
)
ALSA: ca0106: Move enabling of front dac out of hardcoded setup sequence.
author
Andy Owen
<andy-alsa@ultra-premium.com>
Sat, 23 Oct 2010 11:12:30 +0000
(22:12 +1100)
committer
Takashi Iwai
<tiwai@suse.de>
Sat, 23 Oct 2010 14:58:50 +0000
(16:58 +0200)
Signed-off-by: Andy Owen <andy-alsa@ultra-premium.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_main.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/ca0106/ca0106_main.c
b/sound/pci/ca0106/ca0106_main.c
index 22d2f6b6a05f86b9a65b4300485d00738b204b10..46ae98d9cb49c7278145f9d318d4d64aa9833cfc 100644
(file)
--- a/
sound/pci/ca0106/ca0106_main.c
+++ b/
sound/pci/ca0106/ca0106_main.c
@@
-1385,7
+1385,7
@@
static unsigned int spi_dac_init[] = {
SPI_REG(12, 0x00),
SPI_REG(SPI_LDA4_REG, SPI_DA_BIT_0dB),
SPI_REG(SPI_RDA4_REG, SPI_DA_BIT_0dB | SPI_DA_BIT_UPDATE),
- SPI_REG(SPI_DACD4_REG,
0x00
),
+ SPI_REG(SPI_DACD4_REG,
SPI_DACD4_BIT
),
};
static unsigned int i2c_adc_init[][2] = {
@@
-1576,6
+1576,9
@@
static void ca0106_init_chip(struct snd_ca0106 *chip, int resume)
if (reg < ARRAY_SIZE(chip->spi_dac_reg))
chip->spi_dac_reg[reg] = spi_dac_init[n];
}
+
+ /* Enable front dac only */
+ snd_ca0106_pcm_power_dac(chip, PCM_FRONT_CHANNEL, 1);
}
}