1
0
Gráfico de cometimentos

3435 Cometimentos

Autor(a) SHA1 Mensagem Data
Vidyakumar Athota
88c1c0288c Merge commit '1a7cee75ba63d6cce68924591b125d604bef39f5' into audio-kernel-5-4.lnx.1.0
Change-Id: Ie4363b4d1be12c7fd85e261bf728462009d8a2cf
2020-09-30 10:01:03 -07:00
Linux Build Service Account
9cfb9c3ed5 Merge changes I46f2697b,I5d4d1461 into audio-kernel-5-4.lnx.1.0
* changes:
  soc: soundwire: support 600KHz bus clock scaling
  asoc: swr-dmic: select correct port type for swr-dmic
2020-09-24 16:41:18 -07:00
Linux Build Service Account
5842a0eecd Merge "soc: add fixes for 4-ch config" into audio-kernel-5-4.lnx.1.0 2020-09-24 16:41:18 -07:00
Phani Kumar Uppalapati
f9c7c60107 asoc: change log mss level from pr_err to pr_debug
Change log level to pr_debug to avoid spurious log prints
in kernel messages.

Change-Id: I4ddacad8a5b2a143d3e46e683e3374f0449c05f6
Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
2020-09-22 23:43:31 -07:00
yidongh
7061cb6d12 soc: soundwire: support 600KHz bus clock scaling
Support 600KHz soundwire bus clock scaling for low power
voice activation usecases.

Change-Id: I46f2697b9e17785396542c9f5ec55ad5b9f6d2f5
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-22 16:33:00 +08:00
Meng Wang
8037d89628 asoc: swr-dmic: select correct port type for swr-dmic
When same swr dmic is first enabled as HIFI, secondly as LP
and closed HIFI, it would disable LP port by mistake. Update
the logic to select correct port for swr-dmic.

Change-Id: I5d4d1461d8cd7db7bc7f37fc91ee1c9324413980
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-22 16:10:42 +08:00
Meng Wang
1a7cee75ba asoc: bolero: switch clk to VA_CLK for LPI SVA
When switching TX_CLK to VA_CLK, there could be some
IRQ missing with current design. Switch the clk in bolero
to avoid the corner case.

Change-Id: I9a8b15ade3358c7276356a0f6555b541651d85a5
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-21 11:45:19 +05:30
Meng Wang
0dbd04d871 Revert "Revert "ASoC: bolero: check clock source before clock switch""
This reverts commit 68cbba47d0 as this
causes AMIC SVA issue.

Change-Id: Icb08cec87b108243fc9660a519c332c1f3ffb48d
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-21 11:44:00 +05:30
Vignesh Kulothungan
b0df2d8ab5 soc: remove error log in lpi gpio write
When sound wire master suspend is called, it holds the mutex lock
and does lpi_gpio_write, which gets preempted during pr_err_ratelimited.
Any other calls to master suspend will be blocked waiting for the above
mutex lock resulting in timeouts.
Remove pr_err_ratelimited log when device is down.

Change-Id: I148263ddbb89d436b0ce27bdc4519f196d90679a
Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
2020-09-20 13:16:43 -07:00
Meng Wang
48ff19f071 dsp: ion: avoid dma_buf_put twice when msm_audio_ion_map_buf fails
Update logic to avoid calling dma_buf_put twice
when msm_audio_ion_map_buf fails.

Change-Id: I6958ec55dc78f245e93fbaedf085873fe0f4cb93
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-19 10:56:51 -07:00
Linux Build Service Account
208be1ace1 Merge "ipc: Correct the domain check in gpr_pkt_send" into audio-kernel-5-4.lnx.1.0 2020-09-18 10:07:27 -07:00
Linux Build Service Account
5f8f9d0ed0 Merge changes Ied2339c9,I3d541b11 into audio-kernel-5-4.lnx.1.0
* changes:
  asoc:lahaina:Addition of VI feedback dai link
  lahaina: add mi2s and tdm dai-links
2020-09-18 10:07:26 -07:00
Linux Build Service Account
53d13a9882 Merge "audio-pkt: correct passthrough device name" into audio-kernel-5-4.lnx.1.0 2020-09-18 10:07:25 -07:00
Linux Build Service Account
21429ed59f Merge 3944bb8d29 on remote branch
Change-Id: Ie5b564e2bc4c75d70e7c941fdd2cde12712785bb
2020-09-18 08:38:29 -07:00
Ritu Sharma
44c69aec58 ipc: Correct the domain check in gpr_pkt_send
Change-Id: I717ca24161c9761239f3e1a60aff4870f91a1913
Signed-off-by: Ritu Sharma <ritushar@codeaurora.org>
2020-09-18 00:29:47 -07:00
Vikram Panduranga
0bcd702216 soc: add fixes for 4-ch config
Add fixes for 4-ch config and other misc fixes.

Change-Id: I393ed7b9ea70cc8cd3d301984bee430135507905
Signed-off-by: Vikram Panduranga <vpandura@codeaurora.org>
2020-09-17 16:46:34 -07:00
Aditya Mohan
47d13a9d8f asoc:lahaina:Addition of VI feedback dai link
Addition of dai link for VI feedback
required for Speaker protection

Change-Id: Ied2339c995b87455a0759f9a48fce2383de9cbec
2020-09-16 17:15:11 +05:30
Phani Kumar Uppalapati
10bed4cd23 lahaina: add mi2s and tdm dai-links
Change-Id: I3d541b110cc849b6e323f4df55be208e153d65eb
Signed-off-by: Phani Kumar Uppalapati <phaniu@codeaurora.org>
2020-09-16 01:39:22 -07:00
qctecmdr
3944bb8d29 Merge "Revert "ASoC: rouleur: Reduce PA Gain for low state of charge based on dts node"" 2020-09-15 10:44:42 -07:00
qctecmdr
73bd1902ea Merge "ASoC: codec: Change name for enum defined for callback between wcd and bolero" 2020-09-15 10:44:42 -07:00
qctecmdr
156b36504a Merge "dsp: Fix issues due to accessing array out of bounds" 2020-09-15 10:44:42 -07:00
qctecmdr
d46b228359 Merge "ASoC: limit error log print rate" 2020-09-15 10:44:41 -07:00
Salendarsingh Gaud
5d69def3cf Revert "Revert "Revert "ASoC: bolero: check clock source before clock switch"""
This reverts commit bdb29e89ea.

Change-Id: Ie82e94c86cb063ec9cc45695f4df9b0e5f842217
2020-09-13 13:01:06 +05:30
Salendarsingh Gaud
48dd09c650 Revert "asoc: bolero: switch clk to VA_CLK for LPI SVA"
This reverts commit 87d4e3c1b9.

Change-Id: Ie2e5d7a9ce900d3f390481d3fc7ac207260ab315
2020-09-13 13:01:06 +05:30
Salendarsingh Gaud
b9e32ed773 Revert "soc: swr-mstr: check swrm->state in swr_runtime_suepend"
This reverts commit 7072e2e8d5.

Change-Id: I285a71795aaf4c5cef3037b2f9f4792567ff452f
2020-09-13 13:00:54 +05:30
Meng Wang
7072e2e8d5 soc: swr-mstr: check swrm->state in swr_runtime_suepend
in swrm_runtime_suspend, current_state is not updated and
causes audio_core_vote is not disabled. Update to check
swrm->state to resolve this issue.

Change-Id: I2c5be360fe5ddd964d7bc45696e254579aae5392
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-10 18:10:46 +05:30
qctecmdr
c896ed2237 Merge "soc: swr-mstr: check swrm->state in swr_runtime_suepend" 2020-09-10 01:00:03 -07:00
qctecmdr
9c822fca10 Merge "dsp: add support for CMA heap allocation during call" 2020-09-10 01:00:03 -07:00
Vatsal Bucha
625753df87 ASoC: codec: Change name for enum defined for callback between wcd and bolero
Add enum names defined for callback between wcd and bolero in
separate file and include that file in order to have same enum
across wcd and bolero.

Change-Id: I808c2ad3de37655c1ba2b8e096def60703ced7f2
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
2020-09-09 20:26:36 -07:00
Meng Wang
87d4e3c1b9 asoc: bolero: switch clk to VA_CLK for LPI SVA
When switching TX_CLK to VA_CLK, there could be some
IRQ missing with current design. Switch the clk in bolero
to avoid the corner case

Change-Id: Iec5cac16e026e4e46646894c546f1acb3fce4fa8
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-09 16:56:04 +05:30
Meng Wang
bdb29e89ea Revert "Revert "ASoC: bolero: check clock source before clock switch""
This reverts commit 68cbba47d0 as this
causes AMIC SVA issue

Change-Id: I0e66c97dfc9499c30942ce2e3a123be58833eac8
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-09 16:55:44 +05:30
Linux Build Service Account
1a639ec59f Merge a387074fd0 on remote branch
Change-Id: Ie83fbf5dbdd09f7eb60d9425e252cf395c939a04
2020-09-08 01:04:33 -07:00
Prasad Kumpatla
69415f2e6c dsp: Fix issues due to accessing array out of bounds
Add check for ASM_ACTIVE_STREAMS_ALLOWED
sessions to avoid accessing the array out of bounds.

Change-Id: I7b2fe2dffdb3132fded0b1e268ebd29139050823
Signed-off-by: Prasad Kumpatla <nkumpat@codeaurora.org>
2020-09-07 22:59:15 -07:00
Meng Wang
91437a36ea soc: swr-mstr: check swrm->state in swr_runtime_suepend
in swrm_runtime_suspend, current_state is not updated and
causes audio_core_vote is not disabled. Update to check
swrm->state to resolve this issue.

Change-Id: I2c5be360fe5ddd964d7bc45696e254579aae5392
Signed-off-by: Meng Wang <mengw@codeaurora.org>
2020-09-08 13:13:56 +08:00
xsang
1513b912b3 ASoC: limit error log print rate
Limit error log print rate to avoid crash.

Change-Id: I76ff715cb98a19d2885ca89d281a882a898a8264
Signed-off-by: xsang <xsang@codeaurora.org>
2020-09-08 10:51:44 +08:00
Harshal Ahire
77bfded0b3 asoc: Parse adsp_varient to update sound_card name for holi
Update the sound card name corresponding to 1MB SKU holi varient.

Change-Id: I6d13b5d642dee168cc79be54d0f45a58b396630f
2020-09-07 03:42:21 -07:00
Vidyakumar Athota
584244b6ac Merge commit '5efb3a4ee3959f20ed2b697663205ec9a6bd1e5c' into audio-kernel-5-4.lnx.1.0
Change-Id: I58fbdf6b91c33ab5d147efbe5f5706616052c7fe
Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>
2020-09-06 18:25:28 -07:00
Ritu Sharma
e8a3c1e7ed dsp: Reduce apm_ready retry sleep to 50ms
Reduce apm_ready retry sleep to 50ms, so that it will try again to
get the amp state after 50ms instead of 300ms.

Change-Id: Iea92dc3628afdb2b6735951793d160c3d6d48ce6
Signed-off-by: Ritu Sharma <ritushar@codeaurora.org>
2020-09-06 07:43:18 -07:00
Linux Build Service Account
b9c15b6953 Merge "Merge commit '33ea77356f47c6c596c8505ca90307fc1245ef3f' into audio-kernel-5-4.lnx.1.0" into audio-kernel-5-4.lnx.1.0 2020-09-06 06:58:55 -07:00
Linux Build Service Account
3c25565f6d Merge "dsp: wait for apm_ready in audio_prm" into audio-kernel-5-4.lnx.1.0 2020-09-06 06:58:55 -07:00
Linux Build Service Account
d13491b74d Merge "asoc: bolero: Update bolero version 2.0 entry" into audio-kernel-5-4.lnx.1.0 2020-09-06 06:57:54 -07:00
qctecmdr
a387074fd0 Merge "Asoc: fix integer overflow for long duration offload playback" 2020-09-06 02:31:20 -07:00
qctecmdr
a8f17e1f0c Merge "asoc: wcd-mbhc: report headset when it's not reported" 2020-09-06 02:31:20 -07:00
Vatsal Bucha
ece27ec4e9 Revert "ASoC: rouleur: Reduce PA Gain for low state of charge based on dts node"
This reverts commit 7bc77136ad.

Change-Id: I9c46a0ae8db3c3ea9ab9c908b9faf9b61e4364be
2020-09-04 21:29:05 +05:30
Guodong Hu
d200c2fbe1 dsp: add support for CMA heap allocation during call
Add support for CMA heap allocation during call.

Mirror from: 3226736

Change-Id: I30a237b360ec6d690515682f0d98a86148acf059
Signed-off-by: Kunlei Zhang <kunleiz@codeaurora.org>
Signed-off-by: Guodong Hu <guodhu@codeaurora.org>
2020-09-03 18:45:53 -07:00
qctecmdr
994eb4e818 Merge "ASOC: fix audio machine driver compile issue" 2020-09-03 18:06:23 -07:00
qctecmdr
0a07c920ab Merge "asoc: update macro for MAX DAI ID to include all frontend dai" 2020-09-03 18:06:23 -07:00
qctecmdr
d22126dbda Merge "soc: soundwire: Fix soundwire audio core voting sequence" 2020-09-03 18:06:23 -07:00
qctecmdr
b794fac22f Merge "ASOC: update soundwire master port config for holi" 2020-09-03 18:06:23 -07:00
qctecmdr
9fd22f4064 Merge "soc: soundwire: fix for headset mic recording issue with wcd937x." 2020-09-03 18:06:23 -07:00