summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: stm32: i2s: fix registers declaration in regmapOlivier Moysan2019-03-111-2/+1Star
* ASoC: nau8824: fix the issue of the widget with prefix nameJohn Hsu2019-03-111-8/+38
* ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang2019-03-112-7/+34
* ASoC:intel:skl:fix a simultaneous playback & capture issue on hda platformRander Wang2019-03-111-5/+14
* ASoC:hdac_hda:use correct format to setup hda codecRander Wang2019-03-112-14/+40
* ASoC:soc-pcm:fix a codec fixup issue in TDM caseRander Wang2019-03-111-2/+5
* ASoC: samsung: i2s: Fix DAPM routes for capture streamSylwester Nawrocki2019-03-111-4/+6
* ASoC: soc-core: Fix probe deferral following prelink failureJonathan Hunter2019-03-041-0/+1
* ASoC: hdmi-codec: avoid limiting params->msbits in hw_params()Russell King2019-03-041-3/+0Star
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-03-041-1/+3
|\
| * ASoC: tlv320aic3x: fix reset gpio reference countingPhilipp Puschmann2019-02-281-2/+3
* | ASoC: stm32: sai: fix set_sync serviceOlivier Moysan2019-03-042-6/+10
* | ASoC: stm32: sai: fix oversampling modeOlivier Moysan2019-03-041-3/+9
* | ASoC: stm32: sai: fix race condition in irq handlerOlivier Moysan2019-03-041-1/+12
* | ASoC: stm32: sai: fix exposed capabilities in spdif modeOlivier Moysan2019-03-041-0/+8
* | ASoC: stm32: sai: fix iec958 controls indexationOlivier Moysan2019-03-041-3/+4
* | ASoC: ab8500: Mark expected switch fall-throughGustavo A. R. Silva2019-03-041-0/+1
* | ASoC: hdmi-codec: fix S/PDIF DAIRussell King2019-03-041-59/+59
* | ASoC: mediatek: btcvsd add loopbackKaiChieh Chuang2019-02-281-1/+68
* | ASoC: stm32: i2s: skip useless write in slave modeOlivier Moysan2019-02-261-2/+2
* | ASoC: stm32: i2s: fix race condition in irq handlerOlivier Moysan2019-02-261-3/+14
* | ASoC: stm32: i2s: remove useless callbackOlivier Moysan2019-02-261-11/+0Star
* | ASoC: stm32: i2s: fix dma configurationOlivier Moysan2019-02-261-7/+7
* | ASoC: stm32: i2s: fix stream count managementOlivier Moysan2019-02-261-7/+5Star
* | ASoC: stm32: i2s: fix 16 bit format supportOlivier Moysan2019-02-261-1/+1
* | ASoC: stm32: i2s: fix IRQ clearingOlivier Moysan2019-02-261-7/+6Star
* | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-265-34/+87
|\|
| * ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register addressJiada Wang2019-02-263-13/+62
| * ASoC: wm_adsp: Update cached error state on triggerStuart Henderson2019-02-201-17/+21
| * ASoC: codecs: pcm186x: Fix energysense SLEEP bitCodrin Ciubotariu2019-02-191-3/+3
| * ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()Codrin Ciubotariu2019-02-191-1/+1
* | ASoC: qcom: Kconfig: fix dependency for sdm845Cheng-Yi Chiang2019-02-261-1/+1
* | ASoC: Intel: Boards: Add Maxim98373 supportJenny TC2019-02-263-23/+200
* | ASoC: wm_adsp: Improve logging messagesCharles Keepax2019-02-221-44/+53
* | ASoC: wm_adsp: Add support for multiple compressed buffersStuart Henderson2019-02-222-51/+119
* | ASoC: wm_adsp: Refactor compress stream initialisationCharles Keepax2019-02-221-65/+74
* | ASoC: wm_adsp: Reorder some functions for improved clarityCharles Keepax2019-02-221-40/+41
* | ASoC: wm_adsp: Factor out stripping padding from ADSP dataCharles Keepax2019-02-221-10/+17
* | ASoC: cs35l36: Fix an IS_ERR() vs NULL checking bugDan Carpenter2019-02-221-2/+2
* | ASoC: samsung: odroid: Prevent uninitialized variable useSylwester Nawrocki2019-02-211-2/+6
* | ASoC: qcom: Fix of-node refcount unbalance in qcom_snd_parse_of()Takashi Iwai2019-02-201-2/+8
* | ASoC: qcom: Fix of-node refcount unbalance in apq8016_sbc_parse_of()Takashi Iwai2019-02-201-5/+16
* | ASoC: samsung: odroid: Fix of_node refcount unbalanceSylwester Nawrocki2019-02-201-7/+12
* | ASoC: simple-card: Fix of-node refcount unbalance in DAI-link parserTakashi Iwai2019-02-201-6/+12
* | ASoC: simple-card: Fix missing of_node_put() at simple_dai_link_of()Takashi Iwai2019-02-201-0/+1
* | ASoC: fsl: Fix of-node refcount unbalance in fsl_ssi_probe_from_dt()Takashi Iwai2019-02-201-2/+4
* | ASoC: wm_adsp: Allow compressed buffers in any memory regionAndrew Ford2019-02-201-2/+6
* | Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-191-3/+4
|\|
| * ASoC: fsl_esai: fix register setting issue in RIGHT_J modeS.j. Wang2019-02-191-3/+4
* | ASoC: samsung: i2s: Fix multiple "IIS multi" devices initializationSylwester Nawrocki2019-02-192-18/+34