Commit Graph

12 Commits

Author SHA1 Message Date
Simon1511
a2176b00dc sm7125: merge A525FXXU6EWL3 sources
Change-Id: I5c3f62afd4d8e770e66f84b49af51f28e7fbe959
2024-06-29 14:12:06 +02:00
Simon1511
d45b9ba98c A525FXXU4CVJB
Change-Id: I6078d2da0596f8d72b3d9edab12520ddd67b4e21
2022-12-09 18:16:23 +01:00
Soumya Managoli
f316be4be1 ASoC: Fix overflow error in routing driver
The reg in soc_dapm_mux is 32-bit. The BE DAI ID passed
as shift(to be operated on the reg) may be more than 31,
which may cause overflow.
Set reg field to SND_SOC_NOPM to avoid any DAPM operation
while passing BE IDs in shift_l field and hence avoid overflow.

Change-Id: Ibbbca04c61b7c56eb4c5a7485a4e93dc28a09709
Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
[dereference23: Forward port to 4.14]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
2022-10-02 17:12:11 +02:00
Sultan Alsawaf
cec82d6a99 ASoC: msm-pcm-routing-v2: Fix non-blocking if-statement warning
Change-Id: Ia33743c8770dbb3cffe52aa1b57faa3267f37d8f
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
[dereference23: Extend to audio-kernel 4.0]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
2022-10-02 17:12:10 +02:00
Sultan Alsawaf
ce4e1ae9d7 ASoC: dsp: msm-dts-srs-tm-config: Fix trivial unguarded pr_debug()
Change-Id: If2b6b67afafddc749557a2230582fbacd1c85c26
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
[dereference23: Extend to audio-kernel 4.0]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
2022-10-02 17:12:10 +02:00
Sultan Alsawaf
20a093deea ASoC: dsp: amrwb_in: Fix AUDIO_GET_AMRWB_ENC_CONFIG ioctl
The non-blocking if-statement here causes the AUDIO_GET_AMRWB_ENC_CONFIG
ioctl to always return -EFAULT, even upon success. Fix it by correctly
guarding the -EFAULT return value.

Change-Id: Ia3a7247f5febb21d3b654c0ed29e81135e732c79
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
[dereference23: Extend to audio-kernel 4.0]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
2022-10-02 17:12:10 +02:00
Simon1511
e3afebbc58 A525FXXU4BUL8
*For somehow Samsung shipped the A72 S kernel for A52 too, but only renamed the defconfig without even changing device-specific stuff like Tele-camera, panel or fingerprint drivers in defconfig
*Manually correct these to as they were on R

Change-Id: I9d69c9f8db3ff1d2dbc5246673fb4ab8f0463946
2022-02-16 18:59:19 +01:00
Simon1511
7130b6ad2d A525FXXU4AUJ2
Change-Id: Ie6658c2ce4ebd506356e684fff3a831535e57d1b
2022-01-11 19:51:40 +01:00
Panchajanya1999
cf3dec8ba6 techpack/audio: tas256x: Provide correct samplerates to switch cases
Seems like Texas guys made a mistake which went un-noticed.

Change-Id: Ibff21be4040a769ab3b6466a4619fa7f4daa0d71
Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live>
Signed-off-by: Forenche <prahul2003@gmail.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
2022-01-10 20:58:33 +01:00
Simon1511
23a1721384 sm7125: Fix compilation errors
Change-Id: Ie6d4bf414b1d081d6afe2925bfe0375327380ee8
2021-10-13 19:22:08 +02:00
Simon1511
34c64e7c67 Import A525FXXU3AUG4
Change-Id: Iadcf063e05a22554d0299fe186e820d4df9c5570
2021-10-13 19:20:44 +02:00
Bryan Huntsman
fe62387756 techpack: add a snapshot of tech package support
Add a snapshot of tech package support from msm-4.19 to msm-4.14 from
commits as of:
'commit <50327f3450f1> (techpack: add tech package support)'
'commit <8082260ee599> (techpack: set configuration default to yes)'
'commit <776ec744ee23> (techpack: Kbuild: Fix to compile the techpack
completely)'.

Change markings to 4.14 style.

Change-Id: I446e7cf0f185181caa5e62cf42a2ff972f99be35
Signed-off-by: Xiaowen Wu <wxiaowen@codeaurora.org>
2020-05-05 15:35:43 -04:00