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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound

Pull ASoC update from Mark Brown:
"One small and obvious driver-specific fix.

Takashi is on vacation now so he asked me to send directly, it's a
pretty bad bug with low regression risk."

* tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound:
ASoC: wm2000: Correct register size

+1 -1
+1 -1
sound/soc/codecs/wm2000.c
··· 702 702 } 703 703 704 704 static const struct regmap_config wm2000_regmap = { 705 - .reg_bits = 8, 705 + .reg_bits = 16, 706 706 .val_bits = 8, 707 707 708 708 .max_register = WM2000_REG_IF_CTL,