Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: update kernel 4.4 to version 4.4.20 | Álvaro Fernández Rojas | 2016-09-15 | 1 | -1/+1 |
| | | | | | | | Refresh patches for all targets that support kernel 4.4. Compile-tested on brcm2708 only. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> | ||||
* | ixp4xx: fix Avila SoC audio driver compilation | Jo-Philipp Wich | 2016-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Upstream dropped the `dapm` member of `struct snd_soc_component`, requiring users to access it using `snd_soc_codec_get_dapm()` instead so change the driver code to do just that. Fixes the following build error spotted by the buildbots: CC [M] sound/soc/gw-avila/gw-avila.o sound/soc/gw-avila/gw-avila.c: In function 'avila_aic3x_init': sound/soc/gw-avila/gw-avila.c:104:44: error: 'struct snd_soc_codec' has no member named 'dapm' Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||||
* | ixp4xx: Add support for 4.4 kernel, refresh patches | Ted Hess | 2016-06-05 | 41 | -0/+9516 |
Signed-off-by: Ted Hess <thess@kitschensync.net> |