kernel_samsung_a53x/sound/soc/codecs
Qiu-ji Chen f51f379e06 ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata()
commit 1157733344651ca505e259d6554591ff156922fa upstream.

An atomicity violation occurs when the validity of the variables
da7219->clk_src and da7219->mclk_rate is being assessed. Since the entire
assessment is not protected by a lock, the da7219 variable might still be
in flux during the assessment, rendering this check invalid.

To fix this issue, we recommend adding a lock before the block
if ((da7219->clk_src == clk_id) && (da7219->mclk_rate == freq)) so that
the legitimacy check for da7219->clk_src and da7219->mclk_rate is
protected by the lock, ensuring the validity of the check.

This possible bug is found by an experimental static analysis tool
developed by our team. This tool analyzes the locking APIs
to extract function pairs that can be concurrently executed, and then
analyzes the instructions in the paired functions to identify possible
concurrency bugs including data races and atomicity violations.

Fixes: 6d817c0e9fd7 ("ASoC: codecs: Add da7219 codec driver")
Cc: stable@vger.kernel.org
Signed-off-by: Qiu-ji Chen <chenqiuji666@gmail.com>
Link: https://patch.msgid.link/20240930101216.23723-1-chenqiuji666@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-17 13:24:17 +01:00
..
dbmdx Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2562 Fix clang 16 errors treewide 2024-06-15 16:28:48 -03:00
tfa9878 sound: tfa9872: Slience enum conversion error 2024-06-15 16:28:48 -03:00
88pm860x-codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
88pm860x-codec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ab8500-codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ab8500-codec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ac97.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad193x-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad193x-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad193x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad193x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad1836.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad1836.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad1980.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad73311.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ad73311.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau-utils.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau-utils.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau17x1.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau17x1.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1373.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1373.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1701.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1701.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1761-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1761-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1761.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1761.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1781-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1781-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1781.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1781.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1977-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1977-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1977.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau1977.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau7002.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau7118-hw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau7118-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau7118.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adau7118.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adav80x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adav80x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adav801.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
adav803.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ads117x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4104.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4118.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4458.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4458.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4535.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4535.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4554.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4613.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4641.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4642.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4671.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak4671.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak5386.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak5558.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ak5558.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
alc5623.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
alc5623.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
alc5632.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
alc5632.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
arizona.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
arizona.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bd28623.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bigdata_cs35l41_sysfs_cb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bigdata_cs35l41_sysfs_cb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bt-sco.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cirrus-amp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cirrus-bd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cirrus-cal.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cirrus-pwr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cpcap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cq93vc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cros_ec_codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l32.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l32.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l33.c ASoC: cs35l33: Fix GPIO name and drop legacy include 2024-11-18 12:12:39 +01:00
cs35l33.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l34.c ASoC: cs35l34: Fix GPIO name and drop legacy include 2024-11-18 12:12:39 +01:00
cs35l34.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l35.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l35.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l36.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l36.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41-tables.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs35l41_dsp_events.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l42.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l42.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l51-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l51.c ASoC: cs42l51: Fix some error handling paths in cs42l51_probe() 2024-11-23 23:22:03 +01:00
cs42l51.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l52.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l52.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l56.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l56.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l73.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42l73.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42xx8-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42xx8.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs42xx8.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l15.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l24.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l24.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l35.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l85.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l90.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs47l92.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs53l30.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs53l30.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4234.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4234.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4265.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4265.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4270.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4271-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4271-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4271.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4271.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4341.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4349.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs4349.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cs43130.c ASoC: cs43130: Fix incorrect frame delay configuration 2024-11-18 12:12:12 +01:00
cs43130.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx2072x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx2072x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx20442.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx20442.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da732x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da732x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da732x_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7210.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7213.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7213.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7218.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7218.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7219-aad.c ASoC: da7219-aad: fix usage of device_get_named_child_node() 2024-11-19 12:26:52 +01:00
da7219-aad.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da7219.c ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata() 2024-12-17 13:24:17 +01:00
da7219.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
da9055.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dmic.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es7134.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es7241.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8316.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8316.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8328-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8328-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8328.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
es8328.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gtm601.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdac_hda.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdac_hda.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdac_hdmi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdac_hdmi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hdmi-codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ics43432.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inno_rk3036.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
inno_rk3036.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isabelle.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isabelle.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
jz4725b.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
jz4740.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
jz4770.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig ASoC: Fix 7/8 spaces indentation in Kconfig 2024-11-19 11:32:42 +01:00
l3.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lm4857.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lm49453.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lm49453.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lochnagar-sc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
madera.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
madera.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9759.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9768.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9850.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9850.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9860.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9860.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9867.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9867.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9877.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max9877.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98088.c ASoC: max98088: Check for clk_prepare_enable() error 2024-11-23 23:20:10 +01:00
max98088.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98090.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98090.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98095.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98095.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98357a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98371.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98371.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98373-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98373-sdw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98373-sdw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98373.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98373.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98390.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98390.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98504.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98504.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98925.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98925.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98926.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98926.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98927.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
max98927.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mc13783.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mc13783.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ml26124.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ml26124.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
msm8916-wcd-analog.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
msm8916-wcd-digital.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6351.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6351.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6358.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6358.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6359.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6359.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6660.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt6660.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8540.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8540.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8810.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8810.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8822.c ASoC: nau8822: Fix incorrect type in assignment and cast to restricted __be16 2024-11-18 12:12:12 +01:00
nau8822.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8824.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8824.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8825.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nau8825.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm179x-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm179x-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm179x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm179x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm186x-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm186x-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm186x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm186x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm512x-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm512x-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm512x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm512x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm1681.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm1789-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm1789.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm1789.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3008.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3008.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3060-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3060-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3060.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3060.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3168a-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3168a-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3168a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm3168a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pcm5102a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rk3328_codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rk3328_codec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rl6231.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rl6231.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rl6347a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rl6347a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt274.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt274.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt286.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt286.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt298.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt298.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt700-sdw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt700-sdw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt700.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt700.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt711-sdw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt711-sdw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt711.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt711.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt715-sdw.c ASoC: rt715: add vendor clear control register 2024-11-19 12:26:51 +01:00
rt715-sdw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt715.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt715.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1011.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1011.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1015.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1015.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1015p.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1016.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1016.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1305.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1305.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1308-sdw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1308-sdw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1308.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt1308.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5514-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5514-spi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5514.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5514.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5616.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5616.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5631.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5631.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5640.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5640.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5645.c ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating 2024-11-19 12:26:51 +01:00
rt5645.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5651.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5651.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5659.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5659.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5660.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5660.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5663.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5663.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5665.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5665.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5665_sysfs_cb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5665_sysfs_cb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5668.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5668.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5670-dsp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5670.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5670.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5677-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5677-spi.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5677.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5677.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5682-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5682-sdw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5682.c Revert "ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer the error" 2024-11-24 00:23:17 +01:00
rt5682.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5691.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5691.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5691_sysfs_cb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rt5691_sysfs_cb.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x-dump.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x-jack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x-jack.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x-usbjack.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5m3700x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sgtl5000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sgtl5000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si476x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sigmadsp-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sigmadsp-regmap.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sigmadsp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sigmadsp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
simple-amplifier.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sirf-audio-codec.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sirf-audio-codec.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
spdif_receiver.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
spdif_transmitter.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2305.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2518.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2518.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2602-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2602-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2602.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm2602.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ssm4567.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta32x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta32x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta350.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta350.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sta529.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stac9766.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sti-sas.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas571x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas571x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2552.c ASoC: tas2552: Add TX path for capturing AUDIO-OUT data 2024-11-19 12:27:09 +01:00
tas2552.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2562.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2562.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2764.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2764.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2770.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas2770.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas5086.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas5720.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas5720.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas6424.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tas6424.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda7419.c ASoC: tda7419: fix module autoloading 2024-11-23 23:21:15 +01:00
tfa9879.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tfa9879.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320adcx140.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320adcx140.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic3x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic3x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic23-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic23-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic23.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic23.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic26.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic26.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic31xx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic31xx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic32x4-clk.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic32x4-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic32x4-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic32x4.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320aic32x4.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320dac33.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tlv320dac33.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tpa6130a2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tpa6130a2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts3a227e.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts3a227e.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tscs42xx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tscs42xx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tscs454.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tscs454.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twl4030.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twl6040.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
twl6040.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uda134x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uda134x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uda1334.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uda1380.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
uda1380.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wcd-clsh-v2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wcd-clsh-v2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wcd934x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wcd9335.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wcd9335.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wl1273.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wl1273.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm0010.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm1250-ev1.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm2000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm2000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm2200.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm2200.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5100-tables.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5100.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5100.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5102.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5102.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5110.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm5110.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8350.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8350.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8400.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8400.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8510.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8510.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8523.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8523.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8524.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8580.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8580.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8711.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8711.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8727.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8728.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8728.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8731.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8731.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8737.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8737.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8741.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8741.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8750.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8750.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8753.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8753.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8770.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8770.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8776.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8776.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8782.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8804-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8804-spi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8804.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8804.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8900.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8900.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8903.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8903.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8904.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8904.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8940.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8940.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8955.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8955.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8958-dsp2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8960.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8960.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8961.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8961.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8962.c ASoC: wm8962: Fix up incorrect error message in wm8962_set_fll 2024-11-19 08:44:37 +01:00
wm8962.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8971.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8971.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8974.c ASoC: wm8974: Correct boost mixer inputs 2024-11-18 12:12:12 +01:00
wm8974.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8978.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8978.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8983.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8983.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8985.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8985.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8988.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8988.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8990.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8990.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8991.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8991.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8993.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8993.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8994.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8994.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8995.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8995.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8996.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8996.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8997.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8997.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8998.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm8998.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9081.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9081.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9090.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9090.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9705.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9712.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9713.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm9713.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm_adsp.c ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate 2024-11-18 12:11:41 +01:00
wm_adsp.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm_hubs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wm_hubs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wmfw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
wsa881x.c ASoC: codecs: wsa881x: Correct Soundwire ports mask 2024-11-23 23:20:26 +01:00
zl38060.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zx_aud96p22.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00