This commit is contained in:
Tk-Glitch 2020-11-05 23:37:28 +01:00
parent 0372b9c10a
commit 12a5149e97
3 changed files with 3 additions and 25 deletions

View File

@ -260,14 +260,14 @@ case $_basever in
0012-misc-additions.patch
)
sha256sums=('3239a4ee1250bf2048be988cc8cb46c487b2c8a0de5b1b032d38394d5c6b1a06'
'27e2070e50cd9c268c3e94f348900a0f5517f2e393395b3dfde558c8206ae7fc'
'05c34bad1f3ed02494322637b2a246f7d666a118e5e77b85b4b0b24f063d2055'
'5ab29eb64e57df83b395a29a6a4f89030d142feffbfbf73b3afc6d97a2a7fd12'
'9bb2762ba80f7f38bf067c968badda9671fd1b7749274105569cda30b1ae820d'
'1e15fc2ef3fa770217ecc63a220e5df2ddbcf3295eb4a021171e7edd4c6cc898'
'66a03c246037451a77b4d448565b1d7e9368270c7d02872fbd0b5d024ed0a997'
'f6383abef027fd9a430fd33415355e0df492cdc3c90e9938bf2d98f4f63b32e6'
'35a7cde86fb94939c0f25a62b8c47f3de0dbd3c65f876f460b263181b3e92fc0'
'bcac25553eb7e6319b5f89e92039806468b19ce8d3e7ca811e63e7c91aa8fa38'
'902885088ed0748e40372e04a8ec11adf5acf3d935abffc6737dd9e6ec13bb93'
'7058e57fd68367b029adc77f2a82928f1433daaf02c8c279cb2d13556c8804d7'
'c605f638d74c61861ebdc36ebd4cb8b6475eae2f6273e1ccb2bbb3e10a2ec3fe'
'2bbbac963b6ca44ef3f8a71ec7c5cad7d66df860869a73059087ee236775970a'

View File

@ -3,7 +3,7 @@
ver54=75
ver57=19
ver58=18
ver59=5
ver59=6
ver510=rc2
_tkg_initscript() {

View File

@ -767,25 +767,3 @@ index 6f12bab4d2fa..610ed0817bd7 100644
hci_find_irk_by_addr(hdev, &b->bdaddr, b->bdaddr_type)) {
return 0x00;
}
diff --git a/sound/soc/sof/intel/hda-codec.c b/sound/soc/sof/intel/hda-codec.c
index 2c5c451fa19d7..c475955c6eeba 100644
--- a/sound/soc/sof/intel/hda-codec.c
+++ b/sound/soc/sof/intel/hda-codec.c
@@ -151,7 +151,7 @@ static int hda_codec_probe(struct snd_sof_dev *sdev, int address,
if (!hdev->bus->audio_component) {
dev_dbg(sdev->dev,
"iDisp hw present but no driver\n");
- goto error;
+ return -ENOENT;
}
hda_priv->need_display_power = true;
}
@@ -174,7 +174,7 @@ static int hda_codec_probe(struct snd_sof_dev *sdev, int address,
* other return codes without modification
*/
if (ret == 0)
- goto error;
+ ret = -ENOENT;
}
return ret;