summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-ops.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: ops: Correct bounds check for second channel on SX controlsCharles Keepax2023-01-181-2/+3
* ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx()Mark Brown2023-01-181-0/+6
* ASoC: ops: Fix bounds check for _sx controlsMark Brown2022-12-081-1/+1
* ASoC: ops: Fix off by one in range control validationMark Brown2022-07-211-2/+2
* ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown2022-05-181-1/+17
* ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut2022-03-081-2/+2
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()Mark Brown2022-02-231-5/+10
* ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()Mark Brown2022-02-231-4/+10
* ASoC: ops: Reject out of bounds values in snd_soc_put_xr_sx()Mark Brown2022-02-081-0/+2
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw_sx()Mark Brown2022-02-081-1/+8
* ASoC: ops: Reject out of bounds values in snd_soc_put_volsw()Mark Brown2022-02-081-2/+16
* ASoC: fix regwmask이경택2020-04-171-2/+2
* ASoC: Fix UBSAN warning at snd_soc_get/put_volsw_sx()Rohit kumar2019-04-201-2/+2
* ASoC: soc-ops.c: convert to SPDX identifiersKuninori Morimoto2018-07-021-17/+12
* ASoC: change mask in snd_soc_get/put_volsw_sx to unsigned intBanajit Goswami2018-01-031-2/+2
* ASoC: Fixup some small kernel-doc typosCharles Keepax2017-01-121-1/+1
* ASoC: core: fix shift used for second item in snd_soc_get_enum_doubleJaswinder Jassal2016-09-011-1/+1
*-. Merge remote-tracking branches 'asoc/topic/kcontrol', 'asoc/topic/max98357a' ...Mark Brown2015-12-231-2/+2
|\ \
| * | ASoC: core: Pass kcontrol to bytes tlv callbacksMythri P K2015-11-181-2/+2
| |/
* / ASoC: fix kernel-doc warnings in sound/soc/soc-ops.cRandy Dunlap2015-11-251-1/+1
|/
* Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2015-10-261-4/+4
|\
| * ASoC: Let snd_soc_limit_volume() take a snd_soc_cardLars-Peter Clausen2015-10-221-4/+4
* | ASoC: Add info callback for SX_TLV controlsCharles Keepax2015-10-161-0/+28
|/
* ASoC: core: Split ops out of soc-core.cMark Brown2014-10-291-0/+952