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
This commit is contained in:
Коммит
c7f46b7aa4
|
@ -235,6 +235,7 @@ static int wm8776_hw_params(struct snd_pcm_substream *substream,
|
|||
switch (snd_pcm_format_width(params_format(params))) {
|
||||
case 16:
|
||||
iface = 0;
|
||||
break;
|
||||
case 20:
|
||||
iface = 0x10;
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче