summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2018-09-12ASoC: remove unneeded static set .owner field in platform_driverzhong jiang3-3/+0
2018-09-11ASoC: rockchip: add missing INTERLEAVED PCM attributeKatsuhiro Suzuki1-1/+2
2018-09-11ASoC: soc-core: remove unused num_dai_linksKuninori Morimoto1-4/+0
2018-09-11ASoC: soc-core: avoid nested code on soc_remove_dai()Kuninori Morimoto1-10/+11
2018-09-11ASoC: rt5668: remove empty rt5668_i2c_remove()Kuninori Morimoto1-6/+0
2018-09-11ASoC: Fix UBSAN warning at snd_soc_get/put_volsw_sx()Rohit kumar1-2/+2
2018-09-10Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflictMark Brown4-1/+39
2018-09-10ASoC: pxa: switch to new ac97 bus supportRobert Jarzmik3-27/+27
2018-09-10ASoC: AMD: Fix simultaneous playback and capture on different channelAkshu Agrawal3-10/+41
2018-09-10ASoC: cs4265: fix MMTLR Data switch controlSébastien Szymanski1-2/+2
2018-09-10ASoC: dapm: Add missing return value check for snd_soc_dapm_new_daiCharles Keepax1-0/+16
2018-09-10ASoC: skl-topology: Use kmemdup to replace kzalloc + memcpyzhong jiang1-2/+1
2018-09-10ASoC: q6core: Use kmemdup to replace kzalloc + memcpyzhong jiang1-6/+2
2018-09-10ASoC: txx9: use devm_snd_soc_register_component()Kuninori Morimoto1-2/+1
2018-09-10ASoC: sh: use devm_snd_soc_register_component()Kuninori Morimoto1-2/+1
2018-09-10ASoC: omap: use devm_snd_soc_register_component()Kuninori Morimoto1-3/+1
2018-09-10ASoC: nuc900: use devm_snd_soc_register_component()Kuninori Morimoto1-3/+1
2018-09-10ASoC: tscs454: use devm_snd_soc_register_component()Kuninori Morimoto1-1/+1
2018-09-10ASoC: rt5668: use devm_snd_soc_register_component()Kuninori Morimoto1-3/+1
2018-09-10ASoC: hdac_hda: use devm_snd_soc_register_component()Kuninori Morimoto1-2/+1
2018-09-10ASoC: bcm: use devm_snd_soc_register_component()Kuninori Morimoto1-9/+4
2018-09-10ASoC: atmel_ssc_dai: use devm_snd_soc_register_component()Kuninori Morimoto1-10/+3
2018-09-10ASoC: AMD: Ensure reset bit is cleared before configuringAkshu Agrawal1-0/+21
2018-09-10ASoC: qdsp6: q6asm-dai: clean up a returnDan Carpenter1-1/+1
2018-09-10ASoC: dapm: Fix a couple uninitialized ret variablesDan Carpenter1-1/+3
2018-09-07ASoC: max98373: usleep_range() needs include/delay.hGrant Grundler1-0/+1
2018-09-07ASoC: Intel: hdac_hdmi: Limit sampling rates at dai creationYong Zhi1-0/+6
2018-09-07ASoC: dapm: Avoid uninitialised variable warningCharles Keepax1-1/+1
2018-09-06ASoC: sgtl5000: avoid division by zero if lo_vag is zeroColin Ian King1-1/+1
2018-09-06ASoC: rsnd: don't use %p for dev_dbg()Kuninori Morimoto2-3/+3
2018-09-06ASoC: rsnd: don't fallback to PIO mode when -EPROBE_DEFERKuninori Morimoto2-1/+13
2018-09-06ASoC: rsnd: adg: care clock-frequency sizeKuninori Morimoto1-0/+5
2018-09-06ASoC: rsnd: gen: use tab instead of white-spaceKuninori Morimoto1-24/+24
2018-09-06ASoC: hdac_hdmi: remove redundant check for !port conditionColin Ian King1-3/+0
2018-09-05ASoC: dapm: Move CODEC to CODEC params from the widget to the runtimeCharles Keepax1-8/+11
2018-09-05ASoC: dapm: Add support for multi-CODEC CODEC to CODEC linksCharles Keepax1-53/+70
2018-09-05ASoC: dapm: Move connection of CODEC to CODEC DAIsCharles Keepax2-84/+66
2018-09-05ASoC: dapm: Cosmetic tidy up of snd_soc_dapm_new_controlCharles Keepax1-14/+23
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax2-110/+19
2018-09-04ASoC: add for_each_rtd_codec_dai() macroKuninori Morimoto9-126/+111
2018-09-04ASoC: add for_each_link_codecs() macroKuninori Morimoto2-11/+11
2018-09-04ASoC: tlv320aic31xx: Add overflow detection supportAndrew F. Davis2-2/+39
2018-09-03ASoC: core: Don't schedule DAPM work if already in target stateJon Hunter1-2/+2
2018-09-03ASoC: Add driver for PROTO Audio CODEC (with a WM8731)Codrin Ciubotariu3-0/+178
2018-09-03ASoC: rsnd: merge .nolock_start and .prepareKuninori Morimoto3-37/+22
2018-09-03Merge branch 'asoc-4.19' into asoc-4.20 for rcar depMark Brown4-7/+31
2018-09-03ASoC: rsnd: ssiu: Support to init different BUSIF instanceJiada Wang1-1/+21
2018-09-03ASoC: rsnd: ssiu: Support BUSIF other than BUSIF0Jiada Wang3-17/+107
2018-09-03ASoc: rsnd: dma: Calculate PDMACHCRE with consider of BUSIFJiada Wang1-11/+26
2018-09-03ASoc: rsnd: dma: Calculate dma address with consider of BUSIFJiada Wang3-16/+33