summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | ASoC: SOF: imx8: Fix an is IS_ERR() vs NULL checkDan Carpenter2019-08-271-2/+2
| | | | * | | | | ASoC: sun4i: Revert A83t descriptionMaxime Ripard2019-08-271-12/+12
| | | | * | | | | ASoC: SOF: imx8: Fix return value check in imx8_probe()Wei Yongjun2019-08-271-2/+2
| | | | * | | | | ASoC: mediatek: mt8183: remove unused DAPM-related variablesTzung-Bi Shih2019-08-271-10/+0
| | | | * | | | | ASoC: sunxi: Revert initial A83t supportMaxime Ripard2019-08-271-1/+24
| | | | * | | | | ASoC: imx-audmix: register the card on a proper devShengjiu Wang2019-08-271-2/+2
| | | | * | | | | ASoC: SOF: imx8: Make some functions staticYueHaibing2019-08-271-9/+9
| | | | * | | | | ASoC: soc-core: rename soc_post_component_init() to soc_rtd_init()Kuninori Morimoto2019-08-231-5/+4
| | | | * | | | | ASoC: soc-core: initialize list at one placeKuninori Morimoto2019-08-221-2/+2
| | | | * | | | | ASoC: SOF: topology: fix get control data return type and argumentsJaska Uimonen2019-08-221-10/+11
| | | | * | | | | ASoC: soc-core: initialize component listKuninori Morimoto2019-08-221-3/+3
| | | | * | | | | ASoC: soc-topology: use for_each_component_dais() at remove_dai()Kuninori Morimoto2019-08-221-1/+1
| | | | * | | | | ASoC: soc-core: soc_cleanup_card_resources() become voidKuninori Morimoto2019-08-221-3/+1
| | | | * | | | | ASoC: soc-core: add NOTE to snd_soc_rtdcom_lookup()Kuninori Morimoto2019-08-221-0/+8
| | | | * | | | | ASoC: soc-core: use device_register()Kuninori Morimoto2019-08-221-2/+1
| | | | * | | | | ASoC: mediatek: mt8183: switch tdm pins gpio function when playback on or offJiaxin Yu2019-08-221-6/+109
| | | | * | | | | ASoC: mediatek: mt2701: Fix -Wunused-const-variable warningsYueHaibing2019-08-222-21/+21
| | | | * | | | | ASoC: wm8988: fix typo in wm8988_right_line_controlsYueHaibing2019-08-221-1/+1
| | | | * | | | | ASoC: SOF: imx: Add i.MX8 HW supportDaniel Baluta2019-08-225-0/+422
| | | | * | | | | ASoC: SOF: Add OF DSP device supportDaniel Baluta2019-08-223-0/+156
| | | | * | | | | ASoC: sun4i-i2s: Add support for DSP formatsMaxime Ripard2019-08-211-9/+35
| | | | * | | | | ASoC: sun4i-i2s: Replace call to params_width by local variableMaxime Ripard2019-08-211-1/+1
| | | | * | | | | ASoC: sun4i-i2s: Use the actual format width instead of an hardcoded oneMaxime Ripard2019-08-211-1/+1
| | | | * | | | | ASoC: sun4i-i2s: Use the physical / slot width for the clocksMaxime Ripard2019-08-211-5/+7
| | | | * | | | | ASoC: sun4i-i2s: Add support for TDM slotsMaxime Ripard2019-08-211-6/+34
| | | | * | | | | ASoC: soc-core: remove unneeded dai_link check from snd_soc_remove_dai_link()Kuninori Morimoto2019-08-211-8/+1
| | | | * | | | | ASoC: soc-core: merge snd_soc_initialize_card_lists()Kuninori Morimoto2019-08-211-5/+8
| | | | * | | | | ASoC: fsl_sai: Add support for imx8qmDaniel Baluta2019-08-211-0/+7
| | | | * | | | | ASoC: mchp-i2s-mcc: Fix simultaneous capture and playback in master modeCodrin Ciubotariu2019-08-201-33/+37
| | | | * | | | | ASoC: sun4i-i2s: Support more channelsMaxime Ripard2019-08-201-11/+6
| | | | * | | | | ASoC: sun4i-i2s: Pass the channels number as an argumentMaxime Ripard2019-08-201-3/+5
| | | | * | | | | ASoC: sun4i-i2s: Remove duplicated quirks structureMaxime Ripard2019-08-201-20/+1
| | | | * | | | | ASoC: sun4i-i2s: Fix the LRCK period on A83tMaxime Ripard2019-08-201-0/+1
| | | | * | | | | ASoC: sun4i-i2s: Fix MCLK Enable bit offset on A83tMaxime Ripard2019-08-201-1/+1
| | | | * | | | | ASoC: sun4i-i2s: Fix WSS and SR fields for the A83tMaxime Ripard2019-08-201-2/+2
| | | | * | | | | ASoC: sun4i-i2s: Fix the LRCK polarityMaxime Ripard2019-08-201-6/+12
| | | | * | | | | ASoC: sun4i-i2s: Fix LRCK and BCLK polarity offsets on newer SoCsMaxime Ripard2019-08-201-58/+60
| | | | * | | | | ASoC: sun4i-i2s: RX and TX counter registers are swappedMaxime Ripard2019-08-201-2/+2
| | | | * | | | | ASoC: sun4i-i2s: Fix the MCLK and BCLK dividers on newer SoCsMaxime Ripard2019-08-201-14/+49
| | | | * | | | | ASoC: sun4i-i2s: Use module clock as BCLK parent on newer SoCsMaxime Ripard2019-08-201-2/+19
| | | | * | | | | ASoC: sun4i-i2s: Move the format configuration to a callbackMaxime Ripard2019-08-201-93/+106
| | | | * | | | | ASoC: sun4i-i2s: Move the channel configuration to a callbackMaxime Ripard2019-08-201-87/+69
| | | | * | | | | Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-08-2017-75/+233
| | | | |\ \ \ \ \
| | | | * | | | | | ASoC: intel: cht_bsw_max98090_ti: Add all Chromebooks that need pmc_plt_clk_0...Daniel Stuart2019-08-201-0/+98
| | | | * | | | | | ASoC: sun4i-i2s: Rework MCLK divider calculationMaxime Ripard2019-08-201-6/+4
| | | | * | | | | | ASoC: sun4i-i2s: Replace call to params_channels by local variableMaxime Ripard2019-08-201-3/+2
| | | | * | | | | | ASoC: sun4i-i2s: Don't use the oversample to calculate BCLKMaxime Ripard2019-08-201-4/+5
| | | | * | | | | | ASoC: sun4i-i2s: Switch to devm for PCM registerMaxime Ripard2019-08-201-3/+1
| | | | * | | | | | ASoC: SOF: pcm: add ALH supportPierre-Louis Bossart2019-08-161-0/+3
| | | | * | | | | | ASoC: SOF: topology: initial support for Intel ALH DAI typePierre-Louis Bossart2019-08-161-1/+41