summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: dmic: introduce mode switch delayJenny TC2018-11-282-0/+37
* dt-bindings: sound: omap-mcpdm: Update documentation for pdmclkPeter Ujfalusi2018-11-281-0/+10
* ASoC: qcom: sdm845: Create and setup jack in init callbackCheng-Yi Chiang2018-11-281-2/+55
* ASoC: qcom: sdm845: Add board specific dapm widgetsCheng-Yi Chiang2018-11-281-0/+10
* ASoC: davinci-mcasp: Implement configurable dismod handlingPeter Ujfalusi2018-11-283-1/+20
* ASoC: davinci-mcasp: Document dismod optional propertyPeter Ujfalusi2018-11-281-0/+5
* ASoC: davinci-mcasp: Update PDIR (pin direction) register handlingPeter Ujfalusi2018-11-282-32/+85
* ASoC: davinci-mcasp: Clear TXSTAT register before activating serializersPeter Ujfalusi2018-11-281-0/+2
* ASoC: Intel: Skylake: Add FW reply for MCLK/SCLK IPCSubhransu S. Prusty2018-11-281-0/+6
* ASoC: Intel: Skylake: Make DSP replies more human readableSubhransu S. Prusty2018-11-281-11/+33
* ASoC: max9867: Fix whitespaceLadislav Michl2018-11-261-7/+5
* ASoC: soc.h: makes snd_soc_of_parse_audio_prefix() inlineKuninori Morimoto2018-11-261-3/+9
* ASoC: rsnd: tidyup for SSIU subnodeKuninori Morimoto2018-11-261-0/+5
* ASoC: amd: Fix a NULL vs IS_ERR() check in probeDan Carpenter2018-11-261-2/+2
* ASoC: audio-graph-card: tidyup define positionKuninori Morimoto2018-11-231-5/+5
* ASoC: audio-graph-card: tidyup typo SND_AUDIO_GRAPH_CARDKuninori Morimoto2018-11-231-1/+1
* ASoC: audio-graph-scu-card: tidyup asoc_simple_card_parse_daifmt() timingKuninori Morimoto2018-11-231-38/+16
* ASoC: audio-graph-scu-card: tidyup "convert-rate/channels" parsingKuninori Morimoto2018-11-231-0/+7
* ASoC: audio-graph-scu-card: tidyup "convert-rate/channels" parsing on DocKuninori Morimoto2018-11-231-1/+1
* ASoC: audio-graph-scu-card: tidyup "prefix" parsingKuninori Morimoto2018-11-231-0/+10
* ASoC: audio-graph-scu-card: tidyup "prefix" parsing on DocKuninori Morimoto2018-11-231-1/+1
* ASoC: simple-scu-card: tidyup "prefix" parsingKuninori Morimoto2018-11-231-0/+7
* ASoC: simple-scu-card: tidyup "prefix" parsing on DocKuninori Morimoto2018-11-231-1/+1
* ASoC: soc-core: add snd_soc_of_parse_node_prefix()Kuninori Morimoto2018-11-232-7/+10
* ASoC: simple-amplifier: add VCC regulator widgetVasily Khoruzhick2018-11-231-0/+4
* ASoC: dt-bindings: add regulator property to simple amplifierVasily Khoruzhick2018-11-231-0/+5
* ASoC: sunxi: sun50i-codec-analog: Add support for cpvdd regulator supplyChen-Yu Tsai2018-11-231-0/+2
* ASoC: dt-bindings: sun50i-codec-analog: Add headphone amp regulator supplyChen-Yu Tsai2018-11-231-0/+2
* ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routi...Kuninori Morimoto2018-11-216-13/+8
* ASoC: simple-card-utils: tidyup asoc_simple_card_parse_convert()Kuninori Morimoto2018-11-214-5/+7
* ASoC: simple-card-utils: accept NULL parameter on asoc_simple_card_xxx()Kuninori Morimoto2018-11-211-2/+9
* ASoC: simple-card-utils: remove asoc_simple_card_clk_register()Kuninori Morimoto2018-11-211-7/+1
* ASoC: rsnd: makes rsnd_ssi_is_dma_mode() staticKuninori Morimoto2018-11-212-3/+3
* ASoC: rsnd: tidyup rsnd_parse_connect_ssiu_compatible()Kuninori Morimoto2018-11-211-2/+4
* ASoC: rsnd: Add device tree support for r8a77995Hiroyuki Yokoyama2018-11-211-0/+1
* ASoC: sdm845: Add support for Secondary MI2S interfaceRohit kumar2018-11-211-0/+18
* ASoC: sdm845: Update slot_width for Quaternary TDM portRohit kumar2018-11-211-4/+5
* ASoC: Intel: use platform_data for machine driversPierre-Louis Bossart2018-11-206-8/+15
* ASoC: Intel: fix interface for Chromebook machine driversPierre-Louis Bossart2018-11-207-24/+22
* ASoC: tlv320aic3x: Add support for CBM_CFS and CBS_CFM clocking modesPeter Ujfalusi2018-11-201-0/+10
* ASoC: rt5663: Fix error handling of regulator_set_loadCheng-Yi Chiang2018-11-161-9/+12
* ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"Colin Ian King2018-11-161-1/+1
* ASoC: qcom: clean up indentation, remove extraneous tabColin Ian King2018-11-161-1/+1
* ASoC: arizona: fix indentation issue with return statementColin Ian King2018-11-161-1/+1
* ASoC: tlv320dac33: clean up indentation, remove extraneous tabColin Ian King2018-11-161-1/+1
* ASoC: tlv320aic31xx: asihpi: clean up indentation, remove extraneous tabColin Ian King2018-11-161-1/+1
* ASoC: Convert a few more users to using %pOFn instead of device_node.nameRob Herring2018-11-163-6/+6
* ASoC: rt5663: Add documentation for power supply supportCheng-Yi Chiang2018-11-161-0/+6
* ASoC: Add documentation for pcm3060 property out-single-endedKirill Marinushkin2018-11-151-0/+6
* ASoC: rt5663: Add regulator supportCheng-Yi Chiang2018-11-151-7/+61