--- zzzz-none-000/linux-3.10.107/sound/soc/blackfin/bf6xx-i2s.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/sound/soc/blackfin/bf6xx-i2s.c 2021-02-04 17:41:59.000000000 +0000 @@ -88,6 +88,7 @@ case SNDRV_PCM_FORMAT_S8: param.spctl |= 0x70; sport->wdsize = 1; + break; case SNDRV_PCM_FORMAT_S16_LE: param.spctl |= 0xf0; sport->wdsize = 2; @@ -228,7 +229,6 @@ .remove = bfin_i2s_remove, .driver = { .name = "bfin-i2s", - .owner = THIS_MODULE, }, };