summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: txx9: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-2/+1
* | ASoC: sh: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-2/+1
* | ASoC: omap: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-3/+1
* | ASoC: nuc900: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-3/+1
* | ASoC: tscs454: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-1/+1
* | ASoC: rt5668: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-3/+1
* | ASoC: hdac_hda: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-2/+1
* | ASoC: bcm: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-9/+4
* | ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()Kuninori Morimoto2018-09-101-10/+3
* | ASoC: qdsp6: q6asm-dai: clean up a returnDan Carpenter2018-09-101-1/+1
* | ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter2018-09-101-1/+3
* | ASoC: max98373: usleep_range() needs include/delay.hGrant Grundler2018-09-071-0/+1
* | ASoC: Intel: hdac_hdmi: Limit sampling rates at dai creationYong Zhi2018-09-071-0/+6
* | ASoC: dapm: Avoid uninitialised variable warningCharles Keepax2018-09-071-1/+1
* | ASoC: rsnd: Add device tree binding for r8a77990Hiroyuki Yokoyama2018-09-061-0/+1
* | ASoC: sgtl5000: avoid division by zero if lo_vag is zeroColin Ian King2018-09-061-1/+1
* | ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto2018-09-062-3/+3
* | ASoC: rsnd: gen: use tab instead of white-spaceKuninori Morimoto2018-09-061-24/+24
* | ASoC: hdac_hdmi: remove redundant check for !port conditionColin Ian King2018-09-061-3/+0
* | ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax2018-09-053-11/+13
* | ASoC: dapm: Add support for multi-CODEC CODEC to CODEC linksCharles Keepax2018-09-051-53/+70
* | ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax2018-09-053-90/+66
* | ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_controlCharles Keepax2018-09-051-14/+23
* | ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax2018-09-052-110/+19
* | ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto2018-09-0410-126/+118
* | ASoC: add for_each_link_codecs() macroKuninori Morimoto2018-09-043-11/+15
* | ASoC: tlv320aic31xx: Add overflow detection supportAndrew F. Davis2018-09-042-2/+39
* | ASoC: core: Don't schedule DAPM work if already in target stateJon Hunter2018-09-031-2/+2
* | ASoC: mikroe-proto: dt-bindings: add DT bindings for PROTO boardCodrin Ciubotariu2018-09-032-0/+24
* | ASoC: Add driver for PROTO Audio CODEC (with a WM8731)Codrin Ciubotariu2018-09-033-0/+178
* | ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto2018-09-033-37/+22
* | Merge branch 'asoc-4.19' into asoc-4.20 for rcar depMark Brown2018-09-034-7/+31
|\|
| * ASoC: rsnd: fixup not to call clk_get/set under non-atomicJiada Wang2018-09-033-6/+28
| * ASoC: q6routing: initialize data correctlySrinivas Kandagatla2018-09-031-1/+3
* | ASoC: rsnd: ssiu: Support to init different BUSIF instanceJiada Wang2018-09-031-1/+21
* | ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0Jiada Wang2018-09-033-17/+107
* | ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIFJiada Wang2018-09-031-11/+26
* | ASoc: rsnd: dma: Calculate dma address with consider of BUSIFJiada Wang2018-09-033-16/+33
* | ASoC: rsnd: ssi: Check runtime channel number rather than hw_paramsJiada Wang2018-09-031-20/+7
* | ASoC: rsnd: ssi: Fix issue in dma data address assignmentJiada Wang2018-09-032-3/+2
* | ASoC: rsnd: remove is_play parameter from hw_rule functionJiada Wang2018-09-031-42/+12
* | ASoC: rsnd: add support for 8 bit S8 formatDragos Tarcatu2018-09-032-3/+10
* | ASoC: rsnd: add support for the DSP_A/DSP_B formatsDragos Tarcatu2018-09-031-0/+6
* | ASoC: rsnd: add support for 16/24 bit slot widthsDragos Tarcatu2018-09-033-22/+72
* | ASoC: rsnd: add warning message to rsnd_kctrl_accept_runtime()Jiada Wang2018-09-031-1/+8
* | ASoC: tlv320aic31xx: Add short circuit detection supportAndrew F. Davis2018-09-032-0/+71
* | ASoC: fix soc-core.c kernel-doc warningRandy Dunlap2018-09-031-2/+0
* | ASoC: tas6424: Add channel fault reportingAndrew F. Davis2018-08-312-6/+56
* | Merge branch 'asoc-4.19' into asoc-4.20 tas dependencyMark Brown2018-08-315-10/+30
|\|
| * ASoC: tas6424: Save last fault register even when clearAndrew F. Davis2018-08-311-3/+9