bcm27xx: update 6.1 patches to latest version
[openwrt/staging/svanheule.git] / target / linux / bcm27xx / patches-6.1 / 950-1079-ASoC-bcm-audioinjector_octo-Add-soundcard-owner.patch
1 From 020ee5029ab0b11e47696f538418105ccfdb44de Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Wed, 8 Nov 2023 19:17:33 +0000
4 Subject: [PATCH] ASoC: bcm: audioinjector_octo: Add soundcard "owner"
5
6 See: https://github.com/raspberrypi/linux/issues/5697
7
8 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
9 ---
10 sound/soc/bcm/audioinjector-octo-soundcard.c | 1 +
11 1 file changed, 1 insertion(+)
12
13 --- a/sound/soc/bcm/audioinjector-octo-soundcard.c
14 +++ b/sound/soc/bcm/audioinjector-octo-soundcard.c
15 @@ -252,6 +252,7 @@ static const struct snd_soc_dapm_route a
16
17 static struct snd_soc_card snd_soc_audioinjector_octo = {
18 .name = "audioinjector-octo-soundcard",
19 + .owner = THIS_MODULE,
20 .dai_link = audioinjector_octo_dai,
21 .num_links = ARRAY_SIZE(audioinjector_octo_dai),
22