diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-17 15:02:39 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-17 15:11:23 +0200 |
commit | d5c4f24b2af991df2ec24df1a3f906049370f59f (patch) | |
tree | 640c4a349a2fce2b7dbee7ed0115726bd5d9c245 /target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch | |
parent | 99ad84b6d9727a63f99a16e0b8386747262e3433 (diff) | |
download | upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.tar.gz upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.tar.bz2 upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.zip |
bcm27xx: remove linux 5.10 compatibility
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch b/target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch deleted file mode 100644 index cde587d00d..0000000000 --- a/target/linux/bcm27xx/patches-5.10/950-0626-Fixes-an-onboard-clock-detection-problem-of-the-PRO-.patch +++ /dev/null @@ -1,38 +0,0 @@ -From d2a6770500f0f284850834ec08fbee5fd6aaee3e Mon Sep 17 00:00:00 2001 -From: Joerg Schambacher <joerg@i2audio.com> -Date: Thu, 10 Jun 2021 13:14:05 +0200 -Subject: [PATCH] Fixes an onboard clock detection problem of the PRO - versions - -Increasing the sleep time after clock selection to 3-4ms -allows the correct detection of all combinations of DAC+ Pro -and DAC+ADC Pro sound cards and the various PI revisions. - -Signed-off-by: Joerg Schambacher <joerg@hifiberry.com> ---- - sound/soc/bcm/hifiberry_dacplus.c | 2 +- - sound/soc/bcm/hifiberry_dacplusadcpro.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - ---- a/sound/soc/bcm/hifiberry_dacplus.c -+++ b/sound/soc/bcm/hifiberry_dacplus.c -@@ -111,7 +111,7 @@ static void snd_rpi_hifiberry_dacplus_se - snd_soc_component_update_bits(component, PCM512x_GPIO_CONTROL_1, 0x24, 0x04); - break; - } -- usleep_range(2000, 2100); -+ usleep_range(3000, 4000); - } - - static void snd_rpi_hifiberry_dacplus_clk_gpio(struct snd_soc_component *component) ---- a/sound/soc/bcm/hifiberry_dacplusadcpro.c -+++ b/sound/soc/bcm/hifiberry_dacplusadcpro.c -@@ -190,7 +190,7 @@ static void snd_rpi_hifiberry_dacplusadc - PCM512x_GPIO_CONTROL_1, 0x24, 0x04); - break; - } -- usleep_range(2000, 2100); -+ usleep_range(3000, 4000); - } - - static void snd_rpi_hifiberry_dacplusadcpro_clk_gpio(struct snd_soc_component *component) |