aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/qcom/qdsp6
AgeCommit message (Expand)AuthorFilesLines
2025-12-03ASoc: qcom: q6afe: fix bad guard conversionJohan Hovold1-2/+2
2025-11-17ASoC: qcom: topology: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-6/+6
2025-11-17ASoC: qcom: q6usb: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-1/+2
2025-11-17ASoC: qcom: q6routing: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-4/+2
2025-11-05ASoC: qcom: q6asm: Use guard() for spin locksSrinivas Kandagatla1-16/+4
2025-11-05ASoC: qcom: q6asm-dai: Use guard() for spin locksSrinivas Kandagatla1-18/+5
2025-11-05ASoC: qcom: q6apm-dai: Use guard() for spin locksSrinivas Kandagatla1-18/+5
2025-11-05ASoC: qcom: q6afe: Use guard() for spin locksSrinivas Kandagatla1-6/+2
2025-11-05ASoc: qcom: q6asm: Use automatic cleanup of kfree()Srinivas Kandagatla1-124/+42
2025-11-05ASoc: qcom: q6prm: Use automatic cleanup of kfree()Srinivas Kandagatla1-21/+6
2025-11-05ASoc: qcom: q6apm: Use automatic cleanup of kfree()Srinivas Kandagatla1-40/+17
2025-11-05ASoc: qcom: q6afe: Use automatic cleanup of kfree()Srinivas Kandagatla1-29/+12
2025-11-05ASoc: qcom: q6adm: Use automatic cleanup of kfree()Srinivas Kandagatla1-24/+9
2025-11-05ASoc: qcom: audioreach: Use automatic cleanup of kfree()Srinivas Kandagatla1-166/+66
2025-11-05ASoc: qcom: audioreach: remove unused variablesSrinivas Kandagatla1-6/+4
2025-11-05ASoC: qcom: q6asm: set runtime correctly for each streamSrinivas Kandagatla1-4/+7
2025-11-05ASoC: qcom: q6asm-dai: use q6asm_get_hw_pointerSrinivas Kandagatla1-7/+5
2025-11-05ASoC: qcom: q6asm: add q6asm_get_hw_pointerSrinivas Kandagatla2-0/+13
2025-11-05ASoC: qcom: q6asm-dai: schedule all available frames to avoid dsp under-runsSrinivas Kandagatla1-7/+27
2025-11-05ASoC: qcom: q6asm: handle the responses after closingSrinivas Kandagatla1-0/+5
2025-11-05ASoC: qcom: q6asm-dai: perform correct state check before closingSrinivas Kandagatla1-1/+2
2025-11-05ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer alignment.Srinivas Kandagatla1-2/+2
2025-11-05ASoC: qcom: q6adm: the the copp device only during last instanceSrinivas Kandagatla1-75/+71
2025-11-05ASoC: qcom: q6apm-dai: set flags to reflect correct operation of appl_ptrSrinivas Kandagatla1-0/+2
2025-10-20ASoC: qdsp6: q6asm: do not sleep while atomicSrinivas Kandagatla1-1/+1
2025-09-28Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+6
2025-09-20Merge tag 'asoc-v6.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai3-20/+70
2025-09-19ASoC: qcom: qdsp6/audioreach: add support for offloading raw opus playbackAlexey Klimov4-1/+49
2025-09-16Fix lpaif_type and DAI configuration for I2SMark Brown2-0/+2
2025-09-09ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for I2SMohammad Rafi Shaik1-0/+1
2025-09-09ASoC: qcom: audioreach: Fix lpaif_type configuration for the I2S interfaceMohammad Rafi Shaik1-0/+1
2025-09-08ALSA: compress_offload: Add 64-bit safe timestamp infrastructureJoris Verhaegen2-20/+32
2025-09-04ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if source graph fa...Krzysztof Kozlowski1-2/+4
2025-09-01ASoC: qcom: audioreach: convert to cpu endainess type before accessingSrinivas Kandagatla1-1/+1
2025-09-01ASoC: qcom: topology: convert to cpu endainess type before accessingSrinivas Kandagatla1-1/+1
2025-09-01ASoC: qcom: audioreach: fix potential null pointer dereferenceSrinivas Kandagatla1-2/+2
2025-08-19ASoC: qcom: audioreach: add support for SMECNS moduleSrinivas Kandagatla2-0/+28
2025-08-19ASoC: qcom: audioreach: sort modules based on hex idsSrinivas Kandagatla1-4/+4
2025-08-19ASoC: qcom: audioreach: fix typos in I2S_INTF_TYPESrinivas Kandagatla1-2/+2
2025-08-19ASoC: qcom: audioreach: add support for static calibrationSrinivas Kandagatla2-0/+33
2025-08-19ASoC: qcom: audioreach: deprecate AR_TKN_U32_MODULE_[IN/OUT]_PORTSSrinivas Kandagatla2-12/+1
2025-07-15ASoC: qcom: qdsp6: q6dsp-lpass-clocks: convert from round_rate() to determine...Brian Masney1-4/+4
2025-06-06Merge tag 'usb-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-4/+739
2025-05-23ASoC: qdsp6: fix compile-testing without CONFIG_OFArnd Bergmann1-1/+1
2025-05-15ASoC: q6apm-lpass-dais: Print APM port id in decimal on enable errorKonrad Dybcio1-1/+1
2025-04-15ASoC: qcom: qdsp6: Set error code in q6usb_hw_params()Dan Carpenter1-1/+3
2025-04-11ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM deviceWesley Cheng1-0/+98
2025-04-11ASoC: qcom: qdsp6: Add headphone jack for offload connection statusWesley Cheng1-0/+41
2025-04-11ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6Wesley Cheng2-0/+281
2025-04-11ASoC: qcom: qdsp6: q6afe: Increase APR timeoutWesley Cheng1-1/+1