Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'fix/misc' into for-linus

+7
+7
sound/pci/ice1712/delta.c
··· 580 580 { 581 581 int err; 582 582 struct snd_akm4xxx *ak; 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 + 625 + /* initialize the SPI clock to high */ 626 + tmp = snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA); 627 + tmp |= ICE1712_DELTA_AP_CCLK; 628 + snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp); 629 + udelay(5); 625 630 626 631 /* initialize spdif */ 627 632 switch (ice->eeprom.subvendor) {