aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-02-04ASoC: topology: unload physical dai link in removeBard liao1-0/+32
2019-02-04ASoC: soc-core: clear platform pointers on errorCurtis Malainey1-1/+20
2019-02-04ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probewen yang1-0/+1
2019-02-02ASoC: dapm: Add warnings for widget overwrite when adding routeZhiwei Jiang1-0/+12
2019-02-02ASoC: dapm: Only power up active channels from a DAICharles Keepax2-0/+80
2019-02-02ASoC: dapm: fix use-after-free issue with dailink snamePierre-Louis Bossart1-1/+18
2019-02-02ASoC: mediatek: add btcvsd driverKaiChieh Chuang3-0/+1375
2019-02-02ASoC: arizona: Add channel numbers to AIFsCharles Keepax5-158/+158
2019-02-02ASoC: rsnd: fixup TDM Split mode check for CTUKuninori Morimoto1-13/+12
2019-02-02ASoC: rsnd: synchronize connection check for simple-card/audio-graphKuninori Morimoto1-8/+7
2019-01-29ASoC: sprd: Add Spreadtrum audio DMA platfrom driverBaolin Wang6-0/+589
2019-01-29ASoC: topology: modify dapm route loading routine and add dapm route unloadingRanjani Sridharan1-16/+86
2019-01-29ASoC: topology: fix memory leak in soc_tplg_dapm_widget_createBard liao1-0/+3
2019-01-29ASoC: topology: Fix memory leak from soc_tplg_denum_create_textsAmadeusz Sławiński1-0/+3
2019-01-29ASoC: topology: Remove widgets from dobj listAmadeusz Sławiński1-0/+2
2019-01-29ASoC: topology: Reduce number of dereferences when accessing dobjAmadeusz Sławiński1-12/+12
2019-01-29ASoC: Intel: cht_bsw_rt5672: remove useless testPierre-Louis Bossart1-12/+9
2019-01-29ASoC: cros_ec_codec: Add codec driver for Cros ECCheng-Yi Chiang3-0/+451
2019-01-29Merge tag 'v5.0-rc4' into asoc-5.1Mark Brown12-137/+99
2019-01-29ASoC: wcd9335: Fix missing slimbus dependencyMark Brown1-0/+1
2019-01-28ASoC: apq8096: add slim supportSrinivas Kandagatla1-1/+70
2019-01-28ASoC: wcd9335: add audio routingsSrinivas Kandagatla1-0/+189
2019-01-28ASoC: wcd9335: add capture dapm widgetsSrinivas Kandagatla1-1/+1447
2019-01-28ASoC: wcd9335: add playback dapm widgetsSrinivas Kandagatla1-0/+1795
2019-01-28ASoC: wcd9335: add basic controlsSrinivas Kandagatla1-0/+325
2019-01-28ASoC: wcd9335: add CLASS-H Controller supportSrinivas Kandagatla4-1/+636
2019-01-28ASoC: wcd9335: add support to wcd9335 codecSrinivas Kandagatla4-0/+2134
2019-01-28ASoC: Intel: glk_rt5682_max98357a: platform name fixup supportPierre-Louis Bossart1-4/+17
2019-01-28ASoC: Intel: bxt_rt298: platform name fixup supportPierre-Louis Bossart1-0/+13
2019-01-28ASoC: Intel: bxt_da7219_max98357a: platform name fixup supportPierre-Louis Bossart1-0/+13
2019-01-28ASoC: Intel: cht_bsw_rt5672: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-28ASoC: Intel: cht_bsw_rt5645: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-28ASoC: Intel: cht_bsw_nau8824: platform name fixup supportPierre-Louis Bossart1-0/+12
2019-01-28ASoC: Intel: cht_bsw_max98090_ti: platform name fixup supportPierre-Louis Bossart1-0/+12
2019-01-28ASoC: Intel: bytcht_es8316: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-28ASoC: Intel: bytcht_da7213: platform name fixup supportPierre-Louis Bossart1-0/+8
2019-01-28ASoC: Intel: bytcr_rt5651: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-28ASoC: Intel: bytcr_rt5640: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-28ASoC: Intel: bdw-rt5677: platform name fixup supportPierre-Louis Bossart1-0/+14
2019-01-28ASoC: Intel: broadwell: platform name fixup supportPierre-Louis Bossart1-0/+16
2019-01-28ASoC: Intel: haswell: platform name fixup supportPierre-Louis Bossart1-0/+15
2019-01-28ASoC: rt5651: Variable "ret" in function rt5651_i2c_probe() could be uninitia...Yizhuo1-1/+5
2019-01-28ASoC: pcm512x: Fix clocking calculations when not using the PLLDimitris Papavasiliou1-2/+2
2019-01-28ASoC: pcm512x: Implement the set_bclk_ratio interfaceDimitris Papavasiliou1-4/+24
2019-01-28ASoC: soc-core: use for_each_link_codecs() for dai_link codecs V2Kuninori Morimoto1-5/+4
2019-01-28ASoC: Fixup build error for mt6358Kuninori Morimoto1-1/+1
2019-01-25ASoC: mediatek: mt6358: add codec driverShunli Wang4-0/+4659
2019-01-25ASoC: mediatek: mt8183: add platform driverShunli Wang14-0/+6333
2019-01-24ASoC: Intel: make const arrays static, reduces object code sizeColin Ian King3-3/+3
2019-01-25Merge tag 'sound-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds26-297/+221