summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl-asoc-card.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21ASoC: fsl-asoc-card: add support for TLV320AIC32x4 codecMatthias Schiffer1-0/+4
2020-08-18ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rateShengjiu Wang1-0/+11
2020-08-03ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level functionShengjiu Wang1-84/+70
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown1-1/+1
2020-07-23ASoC: fsl-asoc-card: Support configuring dai fmt from DTShengjiu Wang1-0/+28
2020-07-23ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto1-1/+1
2020-07-16Merge series "ASoC: fsl-asoc-card: Support hp and mic detection" from Shengji...Mark Brown1-2/+75
2020-07-16ASoC: fsl: fsl-asoc-card: Trivial: Fix misspelling of 'exists'Lee Jones1-1/+1
2020-07-16ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detectionShengjiu Wang1-2/+75
2020-07-03ASoC: fsl: fsl-asoc-card: fix kernel-docPierre-Louis Bossart1-12/+9
2020-06-24ASoC: fsl-asoc-card: Add WM8524 supportShengjiu Wang1-0/+10
2020-06-17ASoC: fsl-asoc-card: Add MQS supportShengjiu Wang1-21/+57
2020-06-04ASoC: fsl-asoc-card: Defer probe when fail to find codec deviceShengjiu Wang1-1/+1
2020-04-21ASoC: fsl-asoc-card: Support new property fsl, asrc-formatShengjiu Wang1-9/+15
2020-03-27ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-5/+5
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto1-1/+1
2019-06-28ASoC: fsl: fsl-asoc-card: consider CPU-Platform possibilityKuninori Morimoto1-1/+5
2019-06-19ASoC: fsl: fsl-asoc-card: don't select unnecessary PlatformKuninori Morimoto1-5/+1
2019-06-06ASoC: fsl: fsl-asoc-card: use modern dai_link styleKuninori Morimoto1-16/+31
2019-02-04ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probewen yang1-0/+1
2018-12-06ASoC: Use of_node_name_eq for node name comparisonsRob Herring1-3/+3
2018-07-26ASoC: fsl: Use snd_mask_set_format()Takashi Iwai1-1/+1
2018-07-24ASoC: fsl-asoc-card: Switch to SPDX identifierFabio Estevam1-11/+7
2018-02-12ASoC: fsl-asoc-card: Use 'snd_pcm_format_t' type when appropriateFabio Estevam1-3/+3
2017-12-05ASoC: don't use rtd->codec on fsl-asoc-cardKuninori Morimoto1-2/+2
2017-09-21ASoC: fsl-asoc-card: Handle return value of devm_kasprintfArvind Yadav1-0/+4
2017-09-19ASoC: fsl-asoc-card: Don't error out if ENOTSUPPNicolin Chen1-5/+5
2017-08-21ASoC: fsl-asoc-card: don't print EPROBE_DEFER as errorLucas Stach1-1/+1
2016-10-24ASoC: constify snd_soc_ops structuresJulia Lawall1-1/+1
2016-02-05ASoC: fsl-asoc-card: add cs4271 and cs4272 supportFelipe F. Tonello1-0/+7
2016-02-04ASoC: fsl-asoc-card: Don't add DAPM routes for ASRC if it doesn't existNicolin Chen1-4/+15
2015-12-23Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown1-1/+9
2015-12-23ASoC: fsl-asoc-card: use different route map for AC'97 modeMaciej S. Szmigiero1-1/+9
2015-11-20ASoC: fsl-asoc-card: Update the rtd queryVinod Koul1-2/+4
2015-11-18ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()Mengdong Lin1-1/+4
2015-10-26Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t...Mark Brown1-30/+110
2015-10-23ASoC: fsl-asoc-card: add AC'97 supportMaciej S. Szmigiero1-30/+110
2015-09-23Merge remote-tracking branches 'asoc/topic/blackfin', 'asoc/topic/davinci', '...Mark Brown1-0/+1
2015-09-14ASoC: fsl-asoc-card: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-08-31ASoC: fsl-asoc-card: put ASRC OF node in case of unknown deviceMaciej S. Szmigiero1-1/+2
2015-08-15ASoC: fsl-asoc-card: add wm8960 supportZidan Wang1-0/+8
2015-08-13ASoC: fsl-asoc-card: Specify codec_dai_name for DAI linksNicolin Chen1-2/+6
2015-02-24ASoC: fsl-asoc-card: Add snd_soc_of_parse_audio_routing()Nicolin Chen1-0/+6
2014-11-25ASoC: fsl-asoc-card: Add slot_width setting for cpu-daiNicolin Chen1-0/+12
2014-10-28ASoC: fsl-asoc-card: Don't bypass settings if cpu-dai is MasterNicolin Chen1-1/+6
2014-08-18ASoC: fsl-asoc-card: Fix build warning for maybe-uninitializedShengjiu Wang1-4/+5
2014-08-16ASoC: fsl: Add Freescale Generic ASoC Sound Card with ASRC supportNicolin Chen1-0/+573