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 branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound

* 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ASoC: wm8776: add missing break in sample size switch

+1
+1
sound/soc/codecs/wm8776.c
··· 235 235 switch (snd_pcm_format_width(params_format(params))) { 236 236 case 16: 237 237 iface = 0; 238 + break; 238 239 case 20: 239 240 iface = 0x10; 240 241 break;