mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 09:12:39 +00:00
2e715fb4fc
Add support for BCM2712 (Raspberry Pi 5).
3bb5880ab3
Patches were generated from the diff between linux kernel branch linux-6.1.y
and rpi-6.1.y from raspberry pi kernel source:
- git format-patch linux-6.1.y...rpi-6.1.y
Build system: x86_64
Build-tested: bcm2708, bcm2709, bcm2710, bcm2711
Run-tested: bcm2710/RPi3B, bcm2711/RPi4B
Signed-off-by: Marty Jones <mj8263788@gmail.com>
[Remove applied and reverted patches, squash patches and config commits]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
23 lines
795 B
Diff
23 lines
795 B
Diff
From 020ee5029ab0b11e47696f538418105ccfdb44de Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Wed, 8 Nov 2023 19:17:33 +0000
|
|
Subject: [PATCH] ASoC: bcm: audioinjector_octo: Add soundcard "owner"
|
|
|
|
See: https://github.com/raspberrypi/linux/issues/5697
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
sound/soc/bcm/audioinjector-octo-soundcard.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/sound/soc/bcm/audioinjector-octo-soundcard.c
|
|
+++ b/sound/soc/bcm/audioinjector-octo-soundcard.c
|
|
@@ -252,6 +252,7 @@ static const struct snd_soc_dapm_route a
|
|
|
|
static struct snd_soc_card snd_soc_audioinjector_octo = {
|
|
.name = "audioinjector-octo-soundcard",
|
|
+ .owner = THIS_MODULE,
|
|
.dai_link = audioinjector_octo_dai,
|
|
.num_links = ARRAY_SIZE(audioinjector_octo_dai),
|
|
|