summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-02ASoC: eukrea-tlv320: fix a leaked reference by adding missing of_node_putWen Yang1-2/+2
2019-04-02ASoC: fsl_utils: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-04-02ASoC: wcd9335: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-04-02ASoC: topology: Align tplg pointer increment across all kcontrolsLiam Girdwood1-8/+9
2019-04-02ASoC: core: support driver alias names for FE topology overridesPierre-Louis Bossart1-2/+5
2019-04-02ASoC: sprd: Add Spreadtrum audio compress offload supportBaolin Wang5-2/+721
2019-04-02ASoC: fix SND_SOC_LOCHNAGAR_SC kconfig warningRandy Dunlap1-1/+1
2019-04-02ASoC: tlv320aic31xx: Add button press detectionAndrew F. Davis2-3/+17
2019-04-02ASoC: tlv320aic31xx: Add headphone/headset detectionAndrew F. Davis2-1/+58
2019-04-01ASoC: simple-card-utils: remove set but not used variable 'dai_name'YueHaibing1-3/+1
2019-04-01ASoC: es8316: Add support for inverted jack detectPaul Cercueil1-0/+14
2019-04-01ASoC: Mediatek: Add document for mt8183-da7219-max98357Shunli Wang1-0/+15
2019-04-01ASoC: wm_adsp: Fix typo in commentCharles Keepax1-1/+1
2019-04-01ASoC: fsl: fix spelling mistake: "missign" -> "missing"Colin Ian King1-1/+1
2019-04-01ASoC: Mediatek: MT8183: Add machine driver with DA7219Shunli Wang3-0/+486
2019-04-01ASoC: Mediatek: Add document for mt8183-mt6358-ts3a227-max98357Shunli Wang1-0/+15
2019-04-01ASoC: Mediatek: MT8183: Add machine driver with TS3A227Shunli Wang3-0/+396
2019-04-01ASoC: rt5677-spi: Add ACPI IDOder Chiou1-0/+8
2019-04-01ASoC: cs42l51: add multi endpoint supportOlivier Moysan1-0/+8
2019-03-27ASoC: fsl_audmix: Fix kbuild failureViorel Suman1-1/+1
2019-03-26ASoC: fsl: Add Audio Mixer machine driverViorel Suman3-0/+338
2019-03-26ASoC: add fsl_audmix DT binding documentationViorel Suman1-0/+54
2019-03-26ASoC: fsl: Add Audio Mixer CPU DAI driverViorel Suman4-0/+688
2019-03-26ASoC: tlv320aic32x4: Only enable with common clockMark Brown1-2/+4
2019-03-25ASoC: tlv320aic32x4: Allow 192000 Sample RateAnnaliese McDermond1-1/+1
2019-03-25ASoC: tlv320aic32x4: Remove mclk referencesAnnaliese McDermond1-7/+0
2019-03-25ASoC: tlv320aic32x4: Restructure set_dai_sysclkAnnaliese McDermond1-11/+6
2019-03-25ASoC: tlv320aic32x4: Dynamically Determine ClockingAnnaliese McDermond2-104/+90
2019-03-25ASoC: tlv320aic32x4: Move aosr and dosr setting to separate functionsAnnaliese McDermond1-7/+17
2019-03-25ASoC: tlv320aic32x4: Control clock gating with CCFAnnaliese McDermond1-54/+13
2019-03-25ASoC: tlv320aic32x4: Model BDIV divider in CCFAnnaliese McDermond2-30/+62
2019-03-25ASoC: tlv320aic32x4: Model DAC/ADC dividers in CCFAnnaliese McDermond3-44/+151
2019-03-25ASoC: tlv320aic32x4: Model CODEC_CLKIN in CCFAnnaliese McDermond2-5/+47
2019-03-25ASoC: tlv320aic32x4: Model PLL in CCFAnnaliese McDermond5-95/+431
2019-03-25ASoC: dapm: Initialize private_value in snd_soc_dapm_new_daiPankaj Bharadiya1-1/+1
2019-03-25ASoC: sirf-audio: Remove redundant of_match_node callAditya Pakki1-3/+0
2019-03-25ASoC: stm32: sai: add power managementOlivier Moysan3-19/+108
2019-03-25ASoC: AMD: Fix incorrect externAndi Kleen1-1/+1
2019-03-25ASoC: nau8810: fix the issue of 64 bits divisionJohn Hsu1-1/+2
2019-03-21ASoC: simple-card-utils: test memory allocationKuninori Morimoto1-2/+7
2019-03-21ASoC: lochnagar: Add driver to support Lochnagar 2 sound cardPiotr Stankiewicz4-0/+278
2019-03-21ASoC: lochnagar: Add device tree binding documentCharles Keepax1-0/+39
2019-03-21ASoC: tlv320aic32x4: Properly Set Processing BlocksAnnaliese McDermond1-20/+36
2019-03-21ASoC: mchp-i2s-mcc: add driver for I2SC Multi-Channel ControllerCodrin Ciubotariu3-0/+990
2019-03-21ASoC: mchp-i2s-mcc: dt-bindings: add DT bindings for I2S Multi-Channel Contro...Codrin Ciubotariu1-0/+43
2019-03-21ASoC: simple-card-utils: rename asoc_simple_card_xxx() to asoc_simple_()Kuninori Morimoto4-204/+204
2019-03-21ASoC: simple-card-utils: separate asoc_simple_card_parse_dai()Kuninori Morimoto4-190/+164
2019-03-21ASoC: simple-card-utils: share asoc_simple_card_init_priv()Kuninori Morimoto4-87/+73
2019-03-21ASoC: simple-card-utils: share asoc_simple_be_hw_params_fixup()Kuninori Morimoto4-24/+16
2019-03-21ASoC: simple-card-utils: share asoc_simple_dai_init()Kuninori Morimoto4-49/+28