summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ASoC: rsnd: use clkin/out_sizeKuninori Morimoto2023-02-011-7/+23
| | * | | | | ASoC: rsnd: moves clkout_name to top of the fileKuninori Morimoto2023-02-011-6/+7
| | * | | | | ASoC: rsnd: rename clk to clkinKuninori Morimoto2023-02-011-19/+20
| | * | | | | ASoC: rsnd: remove unnecessary ADG flagsKuninori Morimoto2023-02-011-21/+4
| | * | | | | ASoC: rsnd: use same debug message format on clkoutKuninori Morimoto2023-02-011-2/+2
| | * | | | | ASoC: rsnd: indicate warning once if it can't handle requested ruleKuninori Morimoto2023-02-012-3/+17
| | * | | | | ASoC: rsnd: indicate necessary error when clock start failedKuninori Morimoto2023-02-011-5/+8
| | * | | | | ASoC: rsnd: Remove unnecessary rsnd_dbg_dai_call()Kuninori Morimoto2023-02-011-10/+0
| | * | | | | ASoC: rsnd: fixup #endif positionKuninori Morimoto2023-02-011-2/+2
| | * | | | | ASoC: rsnd: check whether playback/capture property existsKuninori Morimoto2023-02-011-16/+26
| | * | | | | ASoC: qcom: apq8096: set driver name correctlyYassine Oudjana2023-02-011-0/+1
| | * | | | | ASoC: cs42l42: use helper functionKuninori Morimoto2023-02-011-4/+1
| | * | | | | ASoC: cs42l42: Add SoundWire supportMark Brown2023-01-315-45/+717
| | |\ \ \ \ \
| | | * | | | | ASoC: cs42l42: Wait for debounce interval after resumeStefan Binding2023-01-311-1/+9
| | | * | | | | ASoC: cs42l42: Don't set idle_bias_onRichard Fitzgerald2023-01-311-1/+0
| | | * | | | | ASoC: cs42l42: Add SoundWire supportRichard Fitzgerald2023-01-315-0/+642
| | | * | | | | ASoC: cs42l42: Export some functions for SoundWireRichard Fitzgerald2023-01-312-5/+14
| | | * | | | | ASoC: cs42l42: Separate ASP config from PLL configRichard Fitzgerald2023-01-312-38/+44
| | | * | | | | ASoC: cs42l42: Ensure MCLKint is a multiple of the sample rateRichard Fitzgerald2023-01-311-3/+9
| | | * | | | | ASoC: cs42l42: Add SOFT_RESET_REBOOT registerRichard Fitzgerald2023-01-311-0/+2
| | * | | | | | ASoC: use helper function and cleanupMark Brown2023-01-3156-279/+217
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: soc-dai.h: cleanup Playback/Capture data for snd_soc_daiKuninori Morimoto2023-01-311-2/+2
| | | * | | | | | ASoC: soc-topology.c: use helper functionKuninori Morimoto2023-01-311-2/+2
| | | * | | | | | ASoC: soc-pcm.c: use helper functionKuninori Morimoto2023-01-311-9/+3
| | | * | | | | | ASoC: soc-dai.c: use helper functionKuninori Morimoto2023-01-311-2/+7
| | | * | | | | | ASoC: soc-dapm.c: use helper functionKuninori Morimoto2023-01-311-14/+12
| | | * | | | | | ASoC: soc-core.c: use helper functionKuninori Morimoto2023-01-311-4/+4
| | | * | | | | | ASoC: ti: use helper functionKuninori Morimoto2023-01-313-6/+9
| | | * | | | | | ASoC: tegra: use helper functionKuninori Morimoto2023-01-315-10/+9
| | | * | | | | | ASoC: sof: use helper functionKuninori Morimoto2023-01-311-66/+38
| | | * | | | | | ASoC: rockchip: use helper functionKuninori Morimoto2023-01-313-4/+4
| | | * | | | | | ASoC: meson: use helper functionKuninori Morimoto2023-01-317-35/+38
| | | * | | | | | ASoC: mediatek: use helper functionKuninori Morimoto2023-01-317-26/+32
| | | * | | | | | ASoC: intel: use helper functionKuninori Morimoto2023-01-314-31/+17
| | | * | | | | | ASoC: sdw-mockup: use helper functionKuninori Morimoto2023-01-311-4/+1
| | | * | | | | | ASoC: spear: use helper functionKuninori Morimoto2023-01-311-1/+2
| | | * | | | | | ASoC: cirrus: use helper functionKuninori Morimoto2023-01-312-4/+4
| | | * | | | | | ASoC: rt: use helper functionKuninori Morimoto2023-01-3114-48/+21
| | | * | | | | | ASoC: max: use helper functionKuninori Morimoto2023-01-311-4/+1
| | | * | | | | | ASoC: hda: use helper functionKuninori Morimoto2023-01-311-2/+5
| | | * | | | | | ASoC: hdmi-codec: use helper functionKuninori Morimoto2023-01-311-5/+6
| | | |/ / / / /
| | * | | | | | ASoC: mchp-spdifrx: add runtime PM support and fixesMark Brown2023-01-311-149/+403
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: mchp-spdifrx: document data structuresClaudiu Beznea2023-01-301-0/+29
| | | * | | | | | ASoC: mchp-spdifrx: add runtime pm supportClaudiu Beznea2023-01-301-44/+166
| | | * | | | | | ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt memberClaudiu Beznea2023-01-301-1/+0
| | | * | | | | | ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() valueClaudiu Beznea2023-01-301-1/+1
| | | * | | | | | ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()Claudiu Beznea2023-01-301-1/+1
| | | * | | | | | ASoC: mchp-spdifrx: fix controls that works with completion mechanismClaudiu Beznea2023-01-301-66/+77
| | | * | | | | | ASoC: mchp-spdifrx: fix return value in case completion times outClaudiu Beznea2023-01-301-2/+3
| | | * | | | | | ASoC: mchp-spdifrx: fix controls which rely on rsr registerClaudiu Beznea2023-01-301-50/+142