aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch
Commit message (Collapse)AuthorAge
* ralink: mt7620: fix compilation warning for device_reset in i2s driverChristian Marangi2023-05-12
| | | | | | | | | | | | | Fix compilation warning for device_reset in i2s driver. Fix compilation warning: sound/soc/ralink/ralink-i2s.c: In function 'ralink_i2s_probe': sound/soc/ralink/ralink-i2s.c:885:9: error: ignoring return value of 'device_reset' declared with attribute 'warn_unused_result' [-Werror=unused-result] 885 | device_reset(&pdev->dev); | ^~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errorralink: mt7620: fix compilation warning for device_reset in i2s driver Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* ramips: fix kernel module build errors on linux 5.15Felix Fietkau2022-03-28
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* ramips: add linux 5.15 support for mt7621Felix Fietkau2022-03-27
Signed-off-by: Felix Fietkau <nbd@nbd.name>