- Dec 16, 2024
-
-
Linux Build Service Account authored
Change-Id: Ib06c5b5fdedf821d7e4a757c531e25203d1b0ee4
-
- Nov 06, 2024
-
-
Snigdha Upadhyay authored
- Enable swr compilation only for volcano. Change-Id: I13f00ab4962754d2a1d1945b200d6bff6a1c3b21 Signed-off-by:
Snigdha Upadhyay <quic_snigupad@quicinc.com>
-
- Oct 29, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Oct 22, 2024
-
-
Abinath S authored
added check for port num and channel iteration are lessthan 8 to avoid out of bound write to 8x8 map array. Change-Id: I65c7a732e408aaff2fc2dc88ed869f59a42797e3 Signed-off-by:
Abinath S <quic_abins@quicinc.com>
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
Snigdha Upadhyay authored
- Update the dai-link name for the BTFM Proxy to distinguish it from the existing WCN dai-links for SLIMBUS. - Eliminate the compile-time flag dependency for adding the BT dai-links. - Populate the updated BTFM Proxy dai-links (created for CP) based on the newly added WCN DT property. Change-Id: Ifd6c7ce470622ddc7077ded6016f8cc2bf5e1d2b Signed-off-by:
Snigdha Upadhyay <quic_snigupad@quicinc.com>
-
- Oct 18, 2024
-
-
Snigdha Upadhyay authored
- Add support for accessing SWR registers at runtime based on master hw-version Change-Id: If352e8f019c6689e2d95cc6abd01f02f55cf76a9 Signed-off-by:
Snigdha Upadhyay <quic_snigupad@quicinc.com>
-
- Oct 16, 2024
-
-
Snigdha Upadhyay authored
Enable compilation for BT swr module. Change-Id: Icafb5add9cc882d37181def934c016495ebd5d97 Signed-off-by:
Snigdha Upadhyay <quic_snigupad@quicinc.com>
-
- Oct 15, 2024
-
-
Linux Build Service Account authored
Change-Id: If84a68d84f180fa5d718f1396f2fee568366596d
-
- Oct 14, 2024
-
-
QCTECMDR Service authored
-
- Oct 12, 2024
-
-
QCTECMDR Service authored
-
- Oct 08, 2024
-
-
sarath varma ganapathiraju authored
Update proper logic to enable BCS. Change-Id: Icc952b30d1371456ae5ae02ca6a2f10af507bef7 Signed-off-by:
sarath varma ganapathiraju <quic_ganavarm@quicinc.com>
-
- Oct 07, 2024
-
-
Anjaly Arjunan authored
For a requirement where speaker needs to operate at 16k or 32k and spv4 is used, VI and speaker need to operate at same sample rate. Hence add 16k and 32k also to supported samplerates for WSA VI macro. Change-Id: Iac3b7f5a9df966df005a5a26c84c8969171aecf9 Signed-off-by:
Anjaly Arjunan <quic_aarjunan@quicinc.com>
-
Thrithendra Ungarala authored
Fixed OOB issue is in function msm_meta_mi2s_snd_shutdown Change-Id: I8be7d019eb9b89baaef71fa53dd6c7f2383181c0 Signed-off-by:
Thrithendra Ungarala <quic_tungaral@quicinc.com> Signed-off-by:
basappa <quic_basappa@quicinc.com>
-
- Sep 30, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Sep 25, 2024
-
-
Linux Build Service Account authored
Change-Id: I733c95050bdb25a2b81a25b847ab33e0e25c4a80
-
- Sep 23, 2024
-
-
Vaibhav Raut authored
Add dummy PCM backend definition for virtual devices. This is being added to support echo reference capture. Change-Id: I08d9b42e3db447caa32f6aa5d67bfc74f1e8642e Signed-off-by:
Vaibhav Raut <quic_vraut@quicinc.com>
-
- Sep 20, 2024
-
-
Ritu Sharma authored
Make wakelock print as dev_dbg instead of dev_err to avoid unnecessary prints. Change-Id: I5281f393e1e34f7d2cdfdaa9e92afa91495666df Signed-off-by:
Ritu Sharma <quic_ritushar@quicinc.com>
-
- Sep 18, 2024
-
-
Yuhui Zhao authored
Ear gain cannot work since the value should be shifted, so raise this change to make it works. Change-Id: I7912e0ff3cf6d5e99c1b60eaf6a62c3a15ed3732 Signed-off-by:
Yuhui Zhao <quic_yuhuzhao@quicinc.com>
-
- Sep 02, 2024
-
-
QCTECMDR Service authored
-
- Aug 29, 2024
-
-
Yuhui Zhao authored
Keep compander on when headphones power off, but disconnect comp port. it can fix the pop issue when device switch to speaker, and it won't cause any issue. Change-Id: I6c166fb59609bc26044329300441978b81f61784 Signed-off-by:
Yuhui Zhao <quic_yuhuzhao@quicinc.com>
-
- Aug 28, 2024
-
-
Yuhui Zhao authored
when swr clk is 48Mhz, the swr base clk and clk scale should be 19.2Mhz and DIV4. when swr clk is 96Mhz, the swr base clk and clk scale should be 19.2Mhz and DIV2. Change-Id: I5beda01b024946cd7b54785ecfab91e3d0edc94f Signed-off-by:
Yuhui Zhao <quic_yuhuzhao@quicinc.com>
-
- Aug 27, 2024
-
-
Linux Build Service Account authored
Change-Id: Id00e0bf8dab1610720d6b865acba2566d14f8c51
-
- Aug 26, 2024
-
-
Add dummy PCM backend definition for virtual devices. This is being added to support echo reference capture. Change-Id: I08d9b42e3db447caa32f6aa5d67bfc74f1e8642e
-
Yuhui Zhao authored
Electrical noise exist when remove headset during video capture. raise this change to fix this issue. Change-Id: Ie555f0be09774803b770842baed77d2da036865f Signed-off-by:
Yuhui Zhao <quic_yuhuzhao@quicinc.com>
-
- Aug 21, 2024
-
-
QCTECMDR Service authored
-
- Aug 19, 2024
-
-
Abinath S authored
added check for port num and channel iteration are lessthan 8 to avoid out of bound write to 8x8 map array. Change-Id: I4c6fe13a5eb09be623a1c40ce16c5a5e4246e021 Signed-off-by:
Abinath S <quic_abins@quicinc.com>
-
- Aug 13, 2024
-
-
QCTECMDR Service authored
-
- Aug 07, 2024
-
-
Yuhui Zhao authored
when MBQ & C/N bit enabled, vol and mute register will become a new register, which cannot be updated, so add the new registers in regmap. Change-Id: I9b13889c6b5281a529b0feacfb7669575d5028e0 Signed-off-by:
Yuhui Zhao <quic_yuhuzhao@quicinc.com>
-
- Aug 05, 2024
-
-
sarath varma ganapathiraju authored
Check if clk is enabled before disabling it to avoid warning log during adsp SSR. Change-Id: I916af6f9efacfe3d08e0b05dcc0c6023944369d2 Signed-off-by:
sarath varma ganapathiraju <quic_ganavarm@quicinc.com>
-
- Jul 31, 2024
-
-
Faiz Kuchay authored
The init func of rxtx-rx1 virt dailink should be same with rxtx-rx1 dailink. Change-Id: I62008bfb742d6c6b818b1b4dbce6d521229d0369 Signed-off-by:
Faiz Kuchay <quic_fkuchay@quicinc.com>
-
- Jul 24, 2024
-
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
QCTECMDR Service authored
-
- Jul 12, 2024
-
-
QCTECMDR Service authored
-