aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-5.15
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2022-03-28 10:42:41 +0200
committerFelix Fietkau <nbd@nbd.name>2022-03-28 11:03:13 +0200
commit92081f9a34e6ebefcc03e4abdecdf85423e9c739 (patch)
treeadbe4c7e5eb1f7b2576068ee6b7db2ca98bcf99a /target/linux/ramips/patches-5.15
parent2edc017a6e0cb92b72b768aaa46c6d336ad84eff (diff)
downloadupstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.tar.gz
upstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.tar.bz2
upstream-92081f9a34e6ebefcc03e4abdecdf85423e9c739.zip
ramips: fix kernel module build errors on linux 5.15
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/patches-5.15')
-rw-r--r--target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch b/target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch
index bacce79e30..633c5120e0 100644
--- a/target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch
+++ b/target/linux/ramips/patches-5.15/835-asoc-add-mt7620-support.patch
@@ -572,7 +572,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
+ .rates = SNDRV_PCM_RATE_CONTINUOUS,
+ .formats = SNDRV_PCM_FMTBIT_S16_LE,
+ },
-+ .symmetric_rates = 1,
++ .symmetric_rate = 1,
+};
+
+static struct snd_pcm_hardware ralink_pcm_hardware = {