OpenCloudOS-Kernel/sound/soc/codecs
Shengjiu Wang 1e060a453c
ASoC: wm8960: Fix wrong clock after suspend & resume
After suspend & resume, wm8960_hw_params may be called when
bias_level is not SND_SOC_BIAS_ON, then wm8960_configure_clocking
is not called. But if sample rate is changed at that time, then
the output clock rate will be not correct.

So judgement of bias_level is SND_SOC_BIAS_ON in wm8960_hw_params
is not necessary and it causes above issue.

Fixes: 3176bf2d7c ("ASoC: wm8960: update pll and clock setting function")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/1587468525-27514-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-04-21 15:43:22 +01:00
..
88pm860x-codec.c
88pm860x-codec.h
Kconfig ASoC: wm89xx: Add missing dependency 2020-04-20 15:27:01 +01:00
Makefile ASoC: rt5682: Add the soundwire support 2020-02-26 18:14:14 +00:00
ab8500-codec.c
ab8500-codec.h
ac97.c
ad193x-i2c.c
ad193x-spi.c
ad193x.c
ad193x.h
ad1836.c
ad1836.h
ad1980.c
ad73311.c
ad73311.h
adau-utils.c
adau-utils.h
adau17x1.c
adau17x1.h
adau1373.c
adau1373.h
adau1701.c
adau1701.h
adau1761-i2c.c
adau1761-spi.c
adau1761.c
adau1761.h
adau1781-i2c.c
adau1781-spi.c
adau1781.c
adau1781.h
adau1977-i2c.c
adau1977-spi.c
adau1977.c
adau1977.h
adau7002.c
adau7118-hw.c
adau7118-i2c.c
adau7118.c
adau7118.h
adav80x.c
adav80x.h
adav801.c
adav803.c
ads117x.c
ak4104.c treewide: remove redundant IS_ERR() before error code check 2020-02-04 03:05:27 +00:00
ak4118.c
ak4458.c
ak4458.h
ak4535.c
ak4535.h
ak4554.c
ak4613.c
ak4641.c
ak4642.c
ak4671.c
ak4671.h
ak5386.c
ak5558.c
ak5558.h
alc5623.c
alc5623.h
alc5632.c
alc5632.h
arizona.c
arizona.h
bd28623.c
bt-sco.c
cpcap.c
cq93vc.c
cros_ec_codec.c ASoC: cros_ec_codec: Support setting bclk ratio 2020-02-11 11:20:23 +00:00
cs35l32.c
cs35l32.h
cs35l33.c
cs35l33.h
cs35l34.c
cs35l34.h
cs35l35.c
cs35l35.h
cs35l36.c
cs35l36.h
cs42l42.c
cs42l42.h
cs42l51-i2c.c
cs42l51.c ASoC: cs42l51: add dac mux widget in codec routes 2019-12-09 18:35:19 +00:00
cs42l51.h
cs42l52.c
cs42l52.h
cs42l56.c
cs42l56.h
cs42l73.c
cs42l73.h
cs42xx8-i2c.c
cs42xx8.c
cs42xx8.h
cs47l15.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs47l24.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs47l24.h
cs47l35.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs47l85.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs47l90.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs47l92.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
cs53l30.c
cs53l30.h
cs4265.c
cs4265.h
cs4270.c ASoC: cs4270: pull reset GPIO low then high 2020-04-07 15:29:54 +01:00
cs4271-i2c.c
cs4271-spi.c
cs4271.c ASoC: soc-pcm: merge playback/cature_active into stream_active 2020-02-18 23:37:05 +00:00
cs4271.h
cs4341.c
cs4349.c
cs4349.h
cs43130.c
cs43130.h
cx2072x.c
cx2072x.h
cx20442.c
cx20442.h
da732x.c
da732x.h
da732x_reg.h
da7210.c
da7213.c
da7213.h
da7218.c
da7218.h
da7219-aad.c
da7219-aad.h
da7219.c
da7219.h
da9055.c
dmic.c
es7134.c
es7241.c
es8316.c
es8316.h
es8328-i2c.c
es8328-spi.c
es8328.c
es8328.h
gtm601.c ASoC: gtm601: fix build warning 2020-01-07 22:29:38 +00:00
hdac_hda.c ASoC: Fixes for v5.5 2020-01-17 15:38:56 +00:00
hdac_hda.h ASoC: hdac_hda: Update hdac hda dai table to include intel-hdmi-hifi4 2019-12-25 00:02:37 +00:00
hdac_hdmi.c ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry 2020-04-16 13:01:33 +01:00
hdac_hdmi.h
hdmi-codec.c Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 2020-02-24 22:26:06 +00:00
ics43432.c
inno_rk3036.c
inno_rk3036.h
isabelle.c
isabelle.h
jz4725b.c
jz4740.c
jz4770.c ASoC: codecs: Add jz4770-codec driver 2020-01-14 15:49:03 +00:00
l3.c
lm4857.c
lm49453.c
lm49453.h
lochnagar-sc.c
madera.c ASoC: madera: Remove a couple of stray blank lines 2020-04-14 15:45:29 +01:00
madera.h Merge branch 'asoc-5.6' into asoc-next 2020-01-23 12:36:45 +00:00
max9759.c
max9768.c
max9850.c
max9850.h
max9860.c
max9860.h
max9867.c
max9867.h
max9877.c
max9877.h
max98088.c
max98088.h
max98090.c ASoC: max98090: revert invalid fix for handling SHDN 2020-02-14 16:46:24 +00:00
max98090.h ASoC: max98090: revert invalid fix for handling SHDN 2020-02-14 16:46:24 +00:00
max98095.c
max98095.h
max98357a.c Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 2020-03-13 18:52:23 +00:00
max98371.c
max98371.h
max98373.c
max98373.h
max98504.c
max98504.h
max98925.c
max98925.h
max98926.c
max98926.h
max98927.c
max98927.h
mc13783.c
mc13783.h
ml26124.c
ml26124.h
msm8916-wcd-analog.c ASoC: msm8916-wcd-analog: Add MIC BIAS Internal3 2020-01-17 15:39:48 +00:00
msm8916-wcd-digital.c ASoC: msm8916-wcd-digital: Reset RX interpolation path after use 2020-01-13 15:12:28 +00:00
mt6351.c
mt6351.h
mt6358.c
mt6358.h
mt6660.c ASoC: MT6660: make spdxcheck.py happy 2020-03-23 18:17:22 +00:00
mt6660.h ASoC: Add MediaTek MT6660 Speaker Amp Driver 2020-01-21 18:26:41 +00:00
nau8540.c
nau8540.h
nau8810.c
nau8810.h
nau8822.c
nau8822.h
nau8824.c
nau8824.h
nau8825.c
nau8825.h
pcm179x-i2c.c
pcm179x-spi.c
pcm179x.c
pcm179x.h
pcm186x-i2c.c
pcm186x-spi.c
pcm186x.c
pcm186x.h
pcm512x-i2c.c
pcm512x-spi.c
pcm512x.c ASoC: pcm512x: Fix unbalanced regulator enable call in probe error path 2020-02-20 22:06:12 +00:00
pcm512x.h
pcm1681.c
pcm1789-i2c.c
pcm1789.c
pcm1789.h
pcm3008.c
pcm3008.h
pcm3060-i2c.c
pcm3060-spi.c
pcm3060.c
pcm3060.h
pcm3168a-i2c.c
pcm3168a-spi.c
pcm3168a.c ASoC: pcm3168a: Update the RST gpio handling to align with documentation 2019-11-20 17:08:21 +00:00
pcm3168a.h
pcm5102a.c
rk3328_codec.c ASoC: rockchip: Make RK3328 GPIO_MUTE control explicit 2020-02-19 17:43:21 +00:00
rk3328_codec.h
rl6231.c ASoC: rl6231: Add new supports on rl6231 2020-02-11 11:22:29 +00:00
rl6231.h ASoC: rl6231: Add new supports on rl6231 2020-02-11 11:22:29 +00:00
rl6347a.c
rl6347a.h
rt274.c
rt274.h
rt286.c
rt286.h
rt298.c
rt298.h
rt700-sdw.c ASoC: rt700: Add __maybe_unused to PM callbacks 2020-01-29 17:49:25 +00:00
rt700-sdw.h ASoC: rt700: add rt700 codec driver 2020-01-10 13:31:49 +00:00
rt700.c ASoC: rt700: remove unused including <linux/version.h> 2020-01-14 15:23:47 +00:00
rt700.h ASoC: rt700: add rt700 codec driver 2020-01-10 13:31:49 +00:00
rt711-sdw.c ASoC: rt711: Add __maybe_unused to PM callbacks 2020-01-29 17:49:44 +00:00
rt711-sdw.h ASoC: rt711: add rt711 codec driver 2020-01-09 21:22:36 +00:00
rt711.c ASoC: rt711: remove unused including <linux/version.h> 2020-01-13 14:58:56 +00:00
rt711.h ASoC: rt711: add rt711 codec driver 2020-01-09 21:22:36 +00:00
rt715-sdw.c ASoC: rt715: Add __maybe_unused to PM callbacks 2020-01-29 17:50:02 +00:00
rt715-sdw.h ASoC: rt715: add RT715 codec driver 2020-01-13 14:58:45 +00:00
rt715.c ASoC: rt715: remove unused including <linux/version.h> 2020-01-17 15:30:50 +00:00
rt715.h ASoC: rt715: add RT715 codec driver 2020-01-13 14:58:45 +00:00
rt1011.c ASoC: rt1011: set the different setting for QFN/WLCSP package 2020-01-17 15:30:31 +00:00
rt1011.h ASoC: rt1011: set the different setting for QFN/WLCSP package 2020-01-17 15:30:31 +00:00
rt1015.c Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 2020-03-04 13:38:36 +00:00
rt1015.h ASoC: rt1015: add rt1015 amplifier driver 2020-01-23 12:12:50 +00:00
rt1305.c
rt1305.h
rt1308-sdw.c ASoC: rt1308-sdw: use slot and rx_mask to configure stream 2020-03-26 18:48:09 +00:00
rt1308-sdw.h ASoC: rt1308-sdw: add set_tdm_slot() support 2020-03-26 18:48:08 +00:00
rt1308.c
rt1308.h
rt5514-spi.c ASoC: rt5514-spi: Use managed buffer allocation 2019-12-11 16:43:28 +00:00
rt5514-spi.h
rt5514.c
rt5514.h
rt5616.c
rt5616.h
rt5631.c
rt5631.h
rt5640.c ASoC: rt5640: Fix NULL dereference on module unload 2020-01-06 20:44:25 +00:00
rt5640.h
rt5645.c ASoC: rt5645: Add platform-data for Medion E1239T 2020-04-06 17:45:24 +01:00
rt5645.h
rt5651.c
rt5651.h
rt5659.c ASoC: rt5659: remove redundant assignment to variable idx 2020-02-11 11:25:24 +00:00
rt5659.h
rt5660.c
rt5660.h
rt5663.c
rt5663.h
rt5665.c
rt5665.h
rt5668.c
rt5668.h
rt5670-dsp.h
rt5670.c
rt5670.h
rt5677-spi.c ASoC: rt5677-spi: Use managed buffer allocation 2019-12-11 16:43:29 +00:00
rt5677-spi.h ASoC: rt5677: Fix build error without CONFIG_SPI 2019-11-27 12:50:56 +00:00
rt5677.c ASoC: rt5677: rt5677_check_hotword() can be static 2019-11-18 12:55:59 +00:00
rt5677.h ASoC: rt5677: Set ADC clock to use PLL and enable ASRC 2019-11-11 13:02:06 +00:00
rt5682-sdw.c ASoC: rt5682-sdw: fix 'defined but not used' pm functions 2020-03-10 18:03:31 +00:00
rt5682-sdw.h ASoC: rt5682: Add the soundwire support 2020-02-26 18:14:14 +00:00
rt5682.c ASoC: rt5682: Fix build error without CONFIG_I2C 2020-04-01 12:06:28 +01:00
rt5682.h Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 2020-03-27 16:04:55 +00:00
sgtl5000.c ASoC: sgtl5000: Fix VAG power-on handling 2020-04-15 13:00:27 +01:00
sgtl5000.h ASoC: sgtl5000: Fix VAG power-on handling 2020-04-15 13:00:27 +01:00
si476x.c
sigmadsp-i2c.c
sigmadsp-regmap.c
sigmadsp.c
sigmadsp.h
simple-amplifier.c
sirf-audio-codec.c
sirf-audio-codec.h
spdif_receiver.c
spdif_transmitter.c
ssm2305.c
ssm2518.c
ssm2518.h
ssm2602-i2c.c
ssm2602-spi.c
ssm2602.c
ssm2602.h
ssm4567.c
sta32x.c
sta32x.h
sta350.c
sta350.h
sta529.c
stac9766.c
sti-sas.c
tas571x.c ASoC: tas571x: disable regulators on failed probe 2020-04-14 12:59:12 +01:00
tas571x.h
tas2552.c
tas2552.h
tas2562.c Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7 2020-03-27 16:04:55 +00:00
tas2562.h ASoC: tas2562: Add support for digital volume control 2020-02-21 14:20:54 +00:00
tas2770.c ASoC: tas2770: clean up an indentation issue 2019-11-15 12:01:43 +00:00
tas2770.h
tas5086.c
tas5720.c
tas5720.h
tas6424.c
tas6424.h
tda7419.c
tfa9879.c
tfa9879.h
tlv320adcx140.c ASoC: tlv320adcx140: Fix mic_bias and vref device tree verification 2020-03-05 13:15:16 +00:00
tlv320adcx140.h ASoC: tlv320adcx140: Add DRE and AGC support 2020-02-21 19:36:18 +00:00
tlv320aic3x.c
tlv320aic3x.h
tlv320aic23-i2c.c
tlv320aic23-spi.c
tlv320aic23.c
tlv320aic23.h
tlv320aic26.c
tlv320aic26.h
tlv320aic31xx.c ASoC: tlv320aic31xx: Add Volume Soft Stepping control 2019-12-09 18:34:42 +00:00
tlv320aic31xx.h ASoC: tlv320aic31xx: Add Volume Soft Stepping control 2019-12-09 18:34:42 +00:00
tlv320aic32x4-clk.c
tlv320aic32x4-i2c.c
tlv320aic32x4-spi.c
tlv320aic32x4.c treewide: remove redundant IS_ERR() before error code check 2020-02-04 03:05:27 +00:00
tlv320aic32x4.h
tlv320dac33.c
tlv320dac33.h
tpa6130a2.c
tpa6130a2.h
ts3a227e.c
ts3a227e.h
tscs42xx.c
tscs42xx.h
tscs454.c
tscs454.h
twl4030.c
twl6040.c
twl6040.h
uda134x.c
uda134x.h
uda1334.c
uda1380.c
uda1380.h
wcd-clsh-v2.c
wcd-clsh-v2.h
wcd934x.c ASoC: wcd934x: remove unused headers 2020-03-06 14:05:03 +00:00
wcd9335.c ASoC: wcd9335: fix address map representation 2020-03-06 15:50:57 +00:00
wcd9335.h ASoC: wcd9335: fix address map representation 2020-03-06 15:50:57 +00:00
wl1273.c
wl1273.h
wm0010.c ASoC: wm0010: Replace zero-length array with flexible-array member 2020-02-12 19:13:40 +00:00
wm1250-ev1.c
wm2000.c
wm2000.h
wm2200.c ASoC: wm2200: add missed operations in remove and probe failure 2019-11-18 13:02:36 +00:00
wm2200.h
wm5100-tables.c
wm5100.c ASoC: wm5100: add missed pm_runtime_disable 2019-11-18 13:02:37 +00:00
wm5100.h
wm5102.c
wm5102.h
wm5110.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
wm5110.h
wm8350.c
wm8350.h
wm8400.c
wm8400.h
wm8510.c
wm8510.h
wm8523.c
wm8523.h
wm8524.c
wm8580.c
wm8580.h
wm8711.c
wm8711.h
wm8727.c
wm8728.c
wm8728.h
wm8731.c
wm8731.h
wm8737.c
wm8737.h
wm8741.c
wm8741.h
wm8750.c
wm8750.h
wm8753.c
wm8753.h
wm8770.c
wm8770.h
wm8776.c
wm8776.h
wm8782.c
wm8804-i2c.c
wm8804-spi.c
wm8804.c
wm8804.h
wm8900.c
wm8900.h
wm8903.c
wm8903.h
wm8904.c ASoC: Fixes for v5.5 2019-12-17 14:18:32 +01:00
wm8904.h ASoC: wm8904: configure sysclk/FLL automatically 2019-11-11 19:42:56 +00:00
wm8940.c
wm8940.h
wm8955.c
wm8955.h
wm8958-dsp2.c
wm8960.c ASoC: wm8960: Fix wrong clock after suspend & resume 2020-04-21 15:43:22 +01:00
wm8960.h
wm8961.c
wm8961.h
wm8962.c ASoC: wm8962: fix lambda value 2019-12-16 11:47:28 +00:00
wm8962.h
wm8971.c
wm8971.h
wm8974.c ASoC: wm8974: remove unused variables 2020-03-24 17:15:58 +00:00
wm8974.h
wm8978.c
wm8978.h
wm8983.c
wm8983.h
wm8985.c
wm8985.h
wm8988.c
wm8988.h
wm8990.c
wm8990.h
wm8991.c
wm8991.h
wm8993.c
wm8993.h
wm8994.c
wm8994.h
wm8995.c
wm8995.h
wm8996.c
wm8996.h
wm8997.c
wm8997.h
wm8998.c
wm8998.h
wm9081.c
wm9081.h
wm9090.c
wm9090.h
wm9705.c
wm9712.c
wm9713.c
wm9713.h
wm_adsp.c ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer 2020-03-27 14:44:57 +00:00
wm_adsp.h ASoC: wm_adsp: Expose mixer control API 2019-11-18 16:12:07 +00:00
wm_hubs.c
wm_hubs.h
wmfw.h
wsa881x.c ASoC: wsa881x: mark read_only_wordlength flag 2020-04-14 15:45:28 +01:00
zx_aud96p22.c