summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl-asoc-card.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl-asoc-card: Add support for WM8958 codecShengjiu Wang2021-03-251-2/+15
* ASoC: fsl-asoc-card: Add support for si476x codecShengjiu Wang2020-12-031-0/+13
* ASoC: fsl-asoc-card: add support for TLV320AIC32x4 codecMatthias Schiffer2020-08-211-0/+4
* ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rateShengjiu Wang2020-08-181-0/+11
* ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level functionShengjiu Wang2020-08-031-84/+70
* Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown2020-07-231-1/+1
|\
| * ASoC: fsl: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-1/+1
* | ASoC: fsl-asoc-card: Support configuring dai fmt from DTShengjiu Wang2020-07-231-0/+28
|/
* Merge series "ASoC: fsl-asoc-card: Support hp and mic detection" from Shengji...Mark Brown2020-07-161-2/+75
|\
| * ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detectionShengjiu Wang2020-07-161-2/+75
* | ASoC: fsl: fsl-asoc-card: Trivial: Fix misspelling of 'exists'Lee Jones2020-07-161-1/+1
|/
* ASoC: fsl: fsl-asoc-card: fix kernel-docPierre-Louis Bossart2020-07-031-12/+9
* ASoC: fsl-asoc-card: Add WM8524 supportShengjiu Wang2020-06-241-0/+10
* ASoC: fsl-asoc-card: Add MQS supportShengjiu Wang2020-06-171-21/+57
* ASoC: fsl-asoc-card: Defer probe when fail to find codec deviceShengjiu Wang2020-06-041-1/+1
* ASoC: fsl-asoc-card: Support new property fsl, asrc-formatShengjiu Wang2020-04-211-9/+15
* ASoC: fsl: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto2020-03-271-5/+5
* ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
* ASoC: fsl: fsl-asoc-card: consider CPU-Platform possibilityKuninori Morimoto2019-06-281-1/+5
* ASoC: fsl: fsl-asoc-card: don't select unnecessary PlatformKuninori Morimoto2019-06-191-5/+1
* ASoC: fsl: fsl-asoc-card: use modern dai_link styleKuninori Morimoto2019-06-061-16/+31
* ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probewen yang2019-02-041-0/+1
* ASoC: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-3/+3
* ASoC: fsl: Use snd_mask_set_format()Takashi Iwai2018-07-261-1/+1
* ASoC: fsl-asoc-card: Switch to SPDX identifierFabio Estevam2018-07-241-11/+7
* ASoC: fsl-asoc-card: Use 'snd_pcm_format_t' type when appropriateFabio Estevam2018-02-121-3/+3
* ASoC: don't use rtd->codec on fsl-asoc-cardKuninori Morimoto2017-12-051-2/+2
* ASoC: fsl-asoc-card: Handle return value of devm_kasprintfArvind Yadav2017-09-211-0/+4
* ASoC: fsl-asoc-card: Don't error out if ENOTSUPPNicolin Chen2017-09-191-5/+5
* ASoC: fsl-asoc-card: don't print EPROBE_DEFER as errorLucas Stach2017-08-211-1/+1
* ASoC: constify snd_soc_ops structuresJulia Lawall2016-10-241-1/+1
* ASoC: fsl-asoc-card: add cs4271 and cs4272 supportFelipe F. Tonello2016-02-051-0/+7
* ASoC: fsl-asoc-card: Don't add DAPM routes for ASRC if it doesn't existNicolin Chen2016-02-041-4/+15
*-. Merge remote-tracking branches 'asoc/topic/dpcm', 'asoc/topic/dwc', 'asoc/top...Mark Brown2015-12-231-1/+9
|\ \
| | * ASoC: fsl-asoc-card: use different route map for AC'97 modeMaciej S. Szmigiero2015-12-231-1/+9
| |/
* | ASoC: fsl-asoc-card: Update the rtd queryVinod Koul2015-11-201-2/+4
* | ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()Mengdong Lin2015-11-181-1/+4
|/
*---. Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/es8328', 'asoc/t...Mark Brown2015-10-261-30/+110
|\ \ \
| | | * ASoC: fsl-asoc-card: add AC'97 supportMaciej S. Szmigiero2015-10-231-30/+110
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/blackfin', 'asoc/topic/davinci', '...Mark Brown2015-09-231-0/+1
|\ \ \ \ | | |/ / | |/| / | | |/
| | * ASoC: fsl-asoc-card: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-141-0/+1
| |/
* / ASoC: fsl-asoc-card: put ASRC OF node in case of unknown deviceMaciej S. Szmigiero2015-08-311-1/+2
|/
* ASoC: fsl-asoc-card: add wm8960 supportZidan Wang2015-08-151-0/+8
* ASoC: fsl-asoc-card: Specify codec_dai_name for DAI linksNicolin Chen2015-08-131-2/+6
* ASoC: fsl-asoc-card: Add snd_soc_of_parse_audio_routing()Nicolin Chen2015-02-241-0/+6
* ASoC: fsl-asoc-card: Add slot_width setting for cpu-daiNicolin Chen2014-11-251-0/+12
* ASoC: fsl-asoc-card: Don't bypass settings if cpu-dai is MasterNicolin Chen2014-10-281-1/+6
* ASoC: fsl-asoc-card: Fix build warning for maybe-uninitializedShengjiu Wang2014-08-181-4/+5
* ASoC: fsl: Add Freescale Generic ASoC Sound Card with ASRC supportNicolin Chen2014-08-161-0/+573