tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
Merge branch 'fix/misc' into for-linus
Takashi Iwai
15 years ago
2f36f5e1
d2ebd479
+7
1 changed file
expand all
collapse all
unified
split
sound
pci
ice1712
delta.c
+7
sound/pci/ice1712/delta.c
reviewed
···
580
580
{
581
581
int err;
582
582
struct snd_akm4xxx *ak;
583
583
+
unsigned char tmp;
583
584
584
585
if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DELTA1010 &&
585
586
ice->eeprom.gpiodir == 0x7b)
···
622
621
ice->num_total_adcs = 4;
623
622
break;
624
623
}
624
624
+
625
625
+
/* initialize the SPI clock to high */
626
626
+
tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA);
627
627
+
tmp |= ICE1712_DELTA_AP_CCLK;
628
628
+
snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp);
629
629
+
udelay(5);
625
630
626
631
/* initialize spdif */
627
632
switch (ice->eeprom.subvendor) {