linux/sound/soc/codecs
Mark Brown 9c9c007614
Merge series "use semicolons rather than commas to separate statements" from Julia Lawall <Julia.Lawall@inria.fr>:
These patches replace commas by semicolons.  This was done using the
Coccinelle semantic patch (http://coccinelle.lip6.fr/) shown below.

This semantic patch ensures that commas inside for loop headers will not be
transformed.  It also doesn't touch macro definitions.

Coccinelle ensures that braces are added as needed when a single-statement
branch turns into a multi-statement one.

This semantic patch has a few false positives, for variable delcarations
such as:

LIST_HEAD(x), *y;

The semantic patch could be improved to avoid these, but for the moment
they have been removed manually (2 occurrences).

// <smpl>
@initialize:ocaml@
@@

let infunction p =
  (* avoid macros *)
  (List.hd p).current_element <> "something_else"

let combined p1 p2 =
  (List.hd p1).line_end = (List.hd p2).line ||
  (((List.hd p1).line_end < (List.hd p2).line) &&
   ((List.hd p1).col < (List.hd p2).col))

@bad@
statement S;
declaration d;
position p;
@@

S@p
d

// special cases where newlines are needed (hope for no more than 5)
@@
expression e1,e2;
statement S;
position p != bad.p;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && combined p1 p2 };
@@

- e1@p1,@S@p e2@p2;
+ e1; e2;

@@
expression e1,e2;
statement S;
position p != bad.p;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && combined p1 p2 };
@@

- e1@p1,@S@p e2@p2;
+ e1; e2;

@@
expression e1,e2;
statement S;
position p != bad.p;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && combined p1 p2 };
@@

- e1@p1,@S@p e2@p2;
+ e1; e2;

@@
expression e1,e2;
statement S;
position p != bad.p;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && combined p1 p2 };
@@

- e1@p1,@S@p e2@p2;
+ e1; e2;

@@
expression e1,e2;
statement S;
position p != bad.p;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && combined p1 p2 };
@@

- e1@p1,@S@p e2@p2;
+ e1; e2;

@r@
expression e1,e2;
statement S;
position p != bad.p;
@@

e1 ,@S@p e2;

@@
expression e1,e2;
position p1;
position p2 :
    script:ocaml(p1) { infunction p1 && not(combined p1 p2) };
statement S;
position r.p;
@@

e1@p1
-,@S@p
+;
e2@p2
... when any
// </smpl>

---

 sound/firewire/fireworks/fireworks_pcm.c |    2 +-
 sound/pci/hda/patch_ca0132.c             |    2 +-
 sound/pci/hda/patch_hdmi.c               |    2 +-
 sound/soc/codecs/madera.c                |    4 ++--
 sound/soc/codecs/wm8350.c                |    3 ++-
 sound/soc/intel/boards/bytcr_rt5651.c    |    2 +-
 sound/soc/samsung/snow.c                 |    2 +-
 sound/soc/soc-dapm.c                     |    2 +-
 sound/soc/sof/intel/hda-dsp.c            |    2 +-
 9 files changed, 11 insertions(+), 10 deletions(-)
2020-10-26 18:37:12 +00:00
..
88pm860x-codec.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
88pm860x-codec.h
ab8500-codec.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
ab8500-codec.h
ac97.c
ad193x-i2c.c
ad193x-spi.c
ad193x.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
ad193x.h
ad1836.c
ad1836.h
ad1980.c ASoC: codecs: rename to snd_soc_component_read() 2020-06-22 15:13:40 +01:00
ad73311.c ASoC: Fix misspellings of "Analog Devices" 2020-04-16 15:29:39 +01:00
ad73311.h
adau-utils.c
adau-utils.h
adau17x1.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
adau17x1.h
adau1373.c
adau1373.h
adau1701.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
adau1701.h
adau1761-i2c.c
adau1761-spi.c
adau1761.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
adau1761.h
adau1781-i2c.c
adau1781-spi.c
adau1781.c
adau1781.h
adau1977-i2c.c
adau1977-spi.c
adau1977.c ASoC: adau1977: remove platform data and move micbias bindings include 2020-10-26 18:37:03 +00:00
adau1977.h
adau7002.c
adau7118-hw.c ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver 2019-10-10 15:06:09 +01:00
adau7118-i2c.c ASoC: adau7118: Mark the ADAU7118 reset register as volatile 2020-05-04 15:36:50 +01:00
adau7118.c ASOC: adau7118: Change regulators id 2019-10-21 15:53:49 +01:00
adau7118.h ASOC: Add ADAU7118 8 Channel PDM-to-I2S/TDM Converter driver 2019-10-10 15:06:09 +01:00
adav80x.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
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 ASoC: ak4458: Add DSD support for ak4458 and ak4497 2020-09-17 17:40:13 +01:00
ak4458.h ASoC: ak4458: Add DSD support for ak4458 and ak4497 2020-09-17 17:40:13 +01:00
ak4535.c ASoC: codecs: ak*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:20 +01:00
ak4535.h
ak4554.c
ak4613.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
ak4641.c ASoC: codecs: ak*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:20 +01:00
ak4642.c
ak4671.c ASoC: codecs: ak*: rename to snd_soc_component_read() 2020-06-22 15:13:49 +01:00
ak4671.h
ak5386.c
ak5558.c ASoC: ak5558: Add regulator support 2020-08-24 13:59:45 +01:00
ak5558.h
alc5623.c ASoC: codecs: alc*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:15 +01:00
alc5623.h
alc5632.c ASoC: codecs: alc*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:15 +01:00
alc5632.h
arizona.c ASoC: codecs: rename to snd_soc_component_read() 2020-06-22 15:13:40 +01:00
arizona.h
bd28623.c
bt-sco.c
cpcap.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
cq93vc.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
cros_ec_codec.c sound updates for 5.9 2020-08-06 14:27:31 -07:00
cs35l32.c
cs35l32.h
cs35l33.c
cs35l33.h
cs35l34.c
cs35l34.h
cs35l35.c
cs35l35.h
cs35l36.c
cs35l36.h
cs42l42.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs42l42.h
cs42l51-i2c.c
cs42l51.c ASoC: cs42l51: manage mclk shutdown delay 2020-10-23 18:28:51 +01:00
cs42l51.h
cs42l52.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs42l52.h
cs42l56.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs42l56.h
cs42l73.c ASoC: codecs: cs*: rename to snd_soc_component_read() 2020-06-22 15:13:48 +01:00
cs42l73.h
cs42xx8-i2c.c
cs42xx8.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs42xx8.h
cs47l15.c ASoC: cs47l15: Fix EPOUT->HPOUT1 Mono Mux routing 2020-09-25 18:18:15 +01:00
cs47l24.c ASoC: codec: wm_adsp: use snd_compress_ops 2020-04-21 19:01:55 +01:00
cs47l24.h
cs47l35.c ASoC: cs47l35: Fix EPOUT->HPOUT1 Mono Mux routing 2020-09-25 18:18:16 +01:00
cs47l85.c ASoC: madera: Add channel numbers to AIFs 2020-07-28 16:43:33 +01:00
cs47l90.c ASoC: madera: Add channel numbers to AIFs 2020-07-28 16:43:33 +01:00
cs47l92.c ASoC: madera: Add channel numbers to AIFs 2020-07-28 16:43:33 +01:00
cs53l30.c
cs53l30.h
cs4234.c ASoC: cs4234: Add support for Cirrus Logic CS4234 codec 2020-09-28 17:59:06 +01:00
cs4234.h ASoC: cs4234: Add support for Cirrus Logic CS4234 codec 2020-09-28 17:59:06 +01:00
cs4265.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs4265.h
cs4270.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs4271-i2c.c
cs4271-spi.c
cs4271.c ASoC: codecs: use snd_soc_xxx_active() 2020-05-18 16:15:07 +01:00
cs4271.h
cs4341.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs4349.c ASoC: codecs: cs*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:19 +01:00
cs4349.h
cs43130.c
cs43130.h
cx2072x.c ASoC: Spelling s/configr/configur/ 2019-10-25 11:06:57 +01:00
cx2072x.h
cx20442.c
cx20442.h
da732x_reg.h
da732x.c ASoC: codecs: da*: rename to snd_soc_component_read() 2020-06-22 15:13:47 +01:00
da732x.h
da7210.c ASoC: codecs: da*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:18 +01:00
da7213.c ASoC: codecs: da*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:18 +01:00
da7213.h ASoC: da7213: add default clock handling 2020-07-07 13:03:22 +01:00
da7218.c ASoC: codecs: da*: rename to snd_soc_component_read() 2020-06-22 15:13:47 +01:00
da7218.h
da7219-aad.c ASoC: da7219: Move required devm_* allocations to device level code 2020-08-17 18:48:43 +01:00
da7219-aad.h ASoC: da7219: Move required devm_* allocations to device level code 2020-08-17 18:48:43 +01:00
da7219.c ASoC: da7219: Fix I/O voltage range configuration during probe 2020-08-21 16:22:55 +01:00
da7219.h ASoC: da7219: Fix clock handling around codec level probe 2020-08-17 18:48:45 +01:00
da9055.c ASoC: codecs: da*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:18 +01:00
dmic.c ASoC: dmic: Allow GPIO operations to sleep 2020-04-22 13:15:57 +01:00
es7134.c
es7241.c
es8316.c ASoC: codecs: es*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:17 +01:00
es8316.h
es8328-i2c.c
es8328-spi.c
es8328.c ASoC: codecs: es*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:17 +01:00
es8328.h
gtm601.c ASoC: gtm601: fix build warning 2020-01-07 22:29:38 +00:00
hdac_hda.c ASoC: hdac_hda: allow runtime pm at end of probe 2020-09-30 16:53:23 +02:00
hdac_hda.h ALSA: hda: Use hdac_to_hda_codec macro 2020-05-05 08:59:02 +02:00
hdac_hdmi.c ASoC: hdac_hdmi: remove cancel_work_sync in runtime suspend 2020-10-02 21:05:27 +01:00
hdac_hdmi.h
hdmi-codec.c ASoC: hdmi-codec: Use set_jack ops to set jack 2020-09-22 12:48:03 +01:00
ics43432.c
inno_rk3036.c ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32() 2020-06-22 15:13:36 +01:00
inno_rk3036.h
isabelle.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
isabelle.h
jz4725b.c ASoC: ingenic: Unconditionally depend on devicetree 2020-05-28 13:20:17 +01:00
jz4740.c ASoC: ingenic: Unconditionally depend on devicetree 2020-05-28 13:20:17 +01:00
jz4770.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
Kconfig ASoC: pcm5102a: Make codec selectable 2020-10-26 18:37:02 +00:00
l3.c
lm4857.c
lm49453.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
lm49453.h
lochnagar-sc.c
madera.c ASoC: madera: use semicolons rather than commas to separate statements 2020-10-26 15:28:09 +00:00
madera.h Merge branch 'asoc-5.6' into asoc-next 2020-01-23 12:36:45 +00:00
Makefile ASoC: tas2764: Add the driver for the TAS2764 2020-10-08 21:16:51 +01:00
max9759.c
max9768.c ASoC: codecs: max9768: update contact email 2020-05-04 13:27:02 +01:00
max9850.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
max9850.h
max9860.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
max9860.h
max9867.c ASoC: max9867: shutdown codec when changing filter type 2020-08-27 14:43:24 +01:00
max9867.h ASoC: max9867: shutdown codec when changing filter type 2020-08-27 14:43:24 +01:00
max9877.c
max9877.h
max98088.c ASoC: codecs: max*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:14 +01:00
max98088.h
max98090.c ASoC: codecs: max*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:14 +01:00
max98090.h ASoC: max98090: revert invalid fix for handling SHDN 2020-02-14 16:46:24 +00:00
max98095.c ASoC: codecs: max*: rename to snd_soc_component_read() 2020-06-22 15:13:43 +01:00
max98095.h
max98357a.c Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>: 2020-07-30 21:00:36 +01:00
max98371.c
max98371.h
max98373-i2c.c ASoC: codecs: max98373: split I2C and common parts 2020-07-09 21:01:25 +01:00
max98373-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07:00
max98373-sdw.h ASoC: codecs: max98373: add SoundWire support 2020-07-09 21:01:26 +01:00
max98373.c Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: 2020-07-20 15:34:31 +01:00
max98373.h ASoC: codecs: max98373: add SoundWire support 2020-07-09 21:01:26 +01:00
max98390.c Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>: 2020-07-30 21:00:36 +01:00
max98390.h ASoC: max98390: update dsm param bin max size 2020-07-24 15:22:34 +01:00
max98504.c
max98504.h
max98925.c
max98925.h
max98926.c
max98926.h
max98927.c
max98927.h
mc13783.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
mc13783.h
ml26124.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
ml26124.h
msm8916-wcd-analog.c ASoC: msm8916-wcd-analog: fix register Interrupt offset 2020-08-17 12:28:55 +01:00
msm8916-wcd-digital.c ASoC: codecs: msm*: rename to snd_soc_component_read() 2020-06-22 15:13:43 +01:00
mt6351.c
mt6351.h
mt6358.c ASoC: mediatek: mt6358: support DMIC one-wire mode 2020-06-15 19:16:49 +01:00
mt6358.h
mt6359.c ASoC: mt6359: fix failed to parse DT properties 2020-09-08 13:55:01 +01:00
mt6359.h ASoC: mediatek: mt6359: add codec driver 2020-08-20 20:17:25 +01:00
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 ASoC: nau8810: add I2C device and compatible ID 2020-05-28 13:20:18 +01:00
nau8810.h ASoc: nau8810: add AUX related dapm widgets and routes 2020-04-29 14:23:18 +01:00
nau8822.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
nau8822.h
nau8824.c
nau8824.h
nau8825.c ASoC: codecs: delete repeated words in comments 2020-08-18 14:52:33 +01:00
nau8825.h
pcm179x-i2c.c
pcm179x-spi.c
pcm179x.c ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
pcm179x.h
pcm186x-i2c.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
pcm186x-spi.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
pcm186x.c treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
pcm186x.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
pcm512x-i2c.c
pcm512x-spi.c
pcm512x.c ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
pcm512x.h
pcm1681.c ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
pcm1789-i2c.c
pcm1789.c ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
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: ignore 0 Hz settings 2020-08-25 18:47:03 +01:00
pcm3168a.h
pcm5102a.c
rk3328_codec.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
rk3328_codec.h
rl6231.c ASoC: rl6231: Add new supports on rl6231 2020-06-15 20:58:36 +01:00
rl6231.h ASoC: rl6231: Add the K bypass for the PLL parameters 2020-05-04 16:23:23 +01:00
rl6347a.c
rl6347a.h
rt274.c Merge series "ASoC: Clean-up W=1 build warnings​ - part1" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: 2020-07-09 22:20:32 +01:00
rt274.h
rt286.c Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: 2020-07-20 15:34:31 +01:00
rt286.h
rt298.c ASoC: codecs: rt*: fix 'defined but not used' warning 2020-07-09 21:56:50 +01:00
rt298.h
rt700-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07:00
rt700-sdw.h ASoC: rt700: add rt700 codec driver 2020-01-10 13:31:49 +00:00
rt700.c ASoC: codecs: rt*-sdw: fix memory leak in set_sdw_stream() 2020-05-18 12:38:29 +01:00
rt700.h ASoC: rt700: add rt700 codec driver 2020-01-10 13:31:49 +00:00
rt711-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07:00
rt711-sdw.h ASoC: rt711: add rt711 codec driver 2020-01-09 21:22:36 +00:00
rt711.c ASoC: codecs: rt*-sdw: fix memory leak in set_sdw_stream() 2020-05-18 12:38:29 +01:00
rt711.h ASoC: rt711: add rt711 codec driver 2020-01-09 21:22:36 +00:00
rt715-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07:00
rt715-sdw.h ASoC: rt715: add RT715 codec driver 2020-01-13 14:58:45 +00:00
rt715.c ASoC: rt715: Add power-up delay to fix dmic pop sound issue. 2020-09-28 17:59:02 +01:00
rt715.h ASoC: rt715: Add power-up delay to fix dmic pop sound issue. 2020-09-28 17:59:02 +01:00
rt1011.c ASoC: rt1011: fix KASAN out-of-bounds bug in find_next_bit() 2020-06-23 12:54:11 +01:00
rt1011.h ASoC: rt1011: set the different setting for QFN/WLCSP package 2020-01-17 15:30:31 +00:00
rt1015.c ASoC: rt1015: Fix the failure to flush DAC data before playback 2020-09-14 13:53:57 +01:00
rt1015.h ASoC: rt1015: Fix the failure to flush DAC data before playback 2020-09-14 13:53:57 +01:00
rt1015p.c ASoC: rt1015p: add codec driver 2020-09-10 12:49:44 +01:00
rt1016.c ASoC: rt1016: Add the rt1016 support 2020-05-07 13:18:04 +01:00
rt1016.h ASoC: rt1016: Add the rt1016 support 2020-05-07 13:18:04 +01:00
rt1305.c ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32() 2020-06-22 15:13:36 +01:00
rt1305.h
rt1308-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07: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 ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5616.h
rt5631.c ASoC: codecs: rt5631: fix spurious kernel-doc start and missing arguments 2020-07-10 15:13:49 +01:00
rt5631.h
rt5640.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
rt5640.h
rt5645.c ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5645.h
rt5651.c ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5651.h
rt5659.c ASoC: codecs: rt5659: Remove many unused const variables 2020-07-10 15:13:50 +01:00
rt5659.h
rt5660.c ASoC: codecs: rt*: fix 'defined but not used' warning 2020-07-09 21:56:50 +01:00
rt5660.h
rt5663.c ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5663.h
rt5665.c ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5665.h
rt5668.c ASoC: codecs: rt*: rename to snd_soc_component_read() 2020-06-22 15:13:46 +01:00
rt5668.h
rt5670-dsp.h
rt5670.c ASoC: rt5670: Rename dev_gpio to gpio1_is_irq 2020-07-03 15:29:50 +01:00
rt5670.h ASoC: rt5670: Rename dev_gpio to gpio1_is_irq 2020-07-03 15:29:50 +01:00
rt5677-spi.c ASoC: codecs: use asoc_substream_to_rtd() 2020-07-23 19:07:38 +01:00
rt5677-spi.h ASoC: rt5677: Fix build error without CONFIG_SPI 2019-11-27 12:50:56 +00:00
rt5677.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
rt5677.h ASoC: rt5677: Set ADC clock to use PLL and enable ASRC 2019-11-11 13:02:06 +00:00
rt5682-i2c.c ASoC: rt5682: Prefer async probe 2020-09-01 14:00:15 +01:00
rt5682-sdw.c sound updates for 5.10 2020-10-15 11:07:44 -07:00
rt5682.c ASoC: rt5682: Enable the power of "MICBIAS" and "Vref2" for the DMIC clock 2020-09-28 17:59:04 +01:00
rt5682.h ASoC: rt5682: Use clk_hw based APIs for registration 2020-08-17 13:33:44 +01:00
sgtl5000.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +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 ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
ssm2518.h
ssm2602-i2c.c
ssm2602-spi.c
ssm2602.c ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
ssm2602.h
ssm4567.c ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:13 +01:00
sta32x.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
sta32x.h
sta350.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
sta350.h
sta529.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
stac9766.c
sti-sas.c
tas571x.c ASoC: codecs: tas*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:12 +01:00
tas571x.h
tas2552.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas2552.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas2562.c ASoC: tas2562: Remove duplicate code for I/V sense 2020-09-22 16:04:20 +01:00
tas2562.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas2764.c ASoC: tas2764: Add the driver for the TAS2764 2020-10-08 21:16:51 +01:00
tas2764.h ASoC: tas2764: Add the driver for the TAS2764 2020-10-08 21:16:51 +01:00
tas2770.c ASoC: tas2770: Remove unused variables 2020-09-23 18:48:03 +01:00
tas2770.h ASoC: tas2770: Remove unused variables 2020-09-23 18:48:03 +01:00
tas5086.c ASoC: codecs: delete repeated words in comments 2020-08-18 14:52:33 +01:00
tas5720.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas5720.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas6424.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tas6424.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tda7419.c ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32() 2020-06-22 15:13:36 +01:00
tfa9879.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
tfa9879.h
tlv320adcx140.c ASoC: tlv320adcx140: Add support for configuring GPIO pin 2020-09-18 13:09:02 +01:00
tlv320adcx140.h ASoC: tlv320adcx140: Add support for configuring GPIO pin 2020-09-18 13:09:02 +01:00
tlv320aic3x.c ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:11 +01:00
tlv320aic3x.h
tlv320aic23-i2c.c
tlv320aic23-spi.c
tlv320aic23.c ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:11 +01:00
tlv320aic23.h
tlv320aic26.c ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:11 +01:00
tlv320aic26.h
tlv320aic31xx.c ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tlv320aic31xx.h ASoC: Replace HTTP links with HTTPS ones 2020-07-22 14:31:55 +01:00
tlv320aic32x4-clk.c ASoC: tlv320aic32x4: Ensure a minimum delay before clock stabilization 2020-09-21 22:08:34 +01:00
tlv320aic32x4-i2c.c
tlv320aic32x4-spi.c
tlv320aic32x4.c Merge branch 'asoc-5.9' into asoc-5.10 2020-09-21 22:37:14 +01:00
tlv320aic32x4.h ASoC: tlv320aic32x4: Enable fast charge 2020-09-21 22:08:36 +01:00
tlv320dac33.c ASoC: codecs: use snd_soc_xxx_active() 2020-05-18 16:15:07 +01:00
tlv320dac33.h
tpa6130a2.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
tpa6130a2.h
ts3a227e.c
ts3a227e.h
tscs42xx.c ASoC: codecs: rename to snd_soc_component_read() 2020-06-22 15:13:40 +01:00
tscs42xx.h
tscs454.c ASoC: soc-component: merge snd_soc_component_read() and snd_soc_component_read32() 2020-06-22 15:13:36 +01:00
tscs454.h
twl4030.c
twl6040.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
twl6040.h
uda134x.c ASoC: codecs: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:09 +01:00
uda134x.h
uda1334.c
uda1380.c ASoC: codecs: use snd_soc_xxx_active() 2020-05-18 16:15:07 +01:00
uda1380.h
wcd-clsh-v2.c ASoC: codecs: wcd*: rename to snd_soc_component_read() 2020-06-22 15:13:41 +01:00
wcd-clsh-v2.h
wcd934x.c ASoC: codecs: wcd*: rename to snd_soc_component_read() 2020-06-22 15:13:41 +01:00
wcd9335.c ASoC: codecs: wcd*: rename to snd_soc_component_read() 2020-06-22 15:13:41 +01:00
wcd9335.h ASoC: wcd9335.h: fix duplicated word 2020-07-20 15:34:29 +01:00
wl1273.c ASoC: codecs: use snd_soc_xxx_active() 2020-05-18 16:15:07 +01:00
wl1273.h
wm_adsp.c Merge remote-tracking branch 'asoc/for-5.10' into asoc-next 2020-10-09 15:42:31 +01:00
wm_adsp.h ASoC: codec: wm_adsp: use snd_compress_ops 2020-04-21 19:01:55 +01:00
wm_hubs.c ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811 2020-09-01 13:13:16 +01:00
wm_hubs.h ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811 2020-09-01 13:13:16 +01:00
wm0010.c ASoC: codecs: wm0010: use DECLARE_COMPLETION_ONSTACK() macro 2020-08-18 14:52:41 +01:00
wm1250-ev1.c
wm2000.c
wm2000.h
wm2200.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm2200.h
wm5100-tables.c
wm5100.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm5100.h
wm5102.c ASoC: wm5102: Use get_unaligned_be16() for dac_comp_coeff 2020-10-26 18:37:05 +00:00
wm5102.h
wm5110.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm5110.h
wm8350.c ASoC: wm8350: use semicolons rather than commas to separate statements 2020-10-26 15:28:05 +00:00
wm8350.h
wm8400.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8400.h
wm8510.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8510.h
wm8523.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm8523.h ASoC: wm8523: Fix a typo in a comment 2020-10-02 21:05:29 +01:00
wm8524.c ASoC: wm8524: Add support S32_LE 2020-05-04 19:23:59 +01:00
wm8580.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8580.h
wm8711.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8711.h
wm8727.c
wm8728.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8728.h
wm8731.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8731.h
wm8737.c
wm8737.h
wm8741.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8741.h
wm8750.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8750.h
wm8753.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8753.h
wm8770.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8770.h
wm8776.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8776.h
wm8782.c ASoC: Fix misspellings of "Analog Devices" 2020-04-16 15:29:39 +01:00
wm8804-i2c.c
wm8804-spi.c
wm8804.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm8804.h
wm8900.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8900.h
wm8903.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8903.h
wm8904.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8904.h ASoC: wm8904: configure sysclk/FLL automatically 2019-11-11 19:42:56 +00:00
wm8940.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8940.h
wm8955.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8955.h
wm8958-dsp2.c ASoC: wm8994: Avoid attempts to read unreadable registers 2020-08-17 12:28:56 +01:00
wm8960.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8960.h
wm8961.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8961.h
wm8962.c ASoC: wm8962: Export DAC/ADC monomix switches 2020-08-18 14:52:44 +01:00
wm8962.h
wm8971.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8971.h
wm8974.c Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: 2020-07-20 15:34:31 +01:00
wm8974.h
wm8978.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8978.h
wm8983.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8983.h
wm8985.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8985.h
wm8988.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8988.h
wm8990.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8990.h
wm8991.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8991.h
wm8993.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8993.h
wm8994.c ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functions 2020-09-01 13:13:17 +01:00
wm8994.h
wm8995.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm8995.h
wm8996.c ASoC: codecs: Use fallthrough pseudo-keyword 2020-07-09 22:20:31 +01:00
wm8996.h
wm8997.c
wm8997.h
wm8998.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm8998.h
wm9081.c ASoC: codecs: wm*: merge .digital_mute() into .mute_stream() 2020-07-16 23:06:16 +01:00
wm9081.h
wm9090.c ASoC: codecs: wm*: rename to snd_soc_component_read() 2020-06-22 15:13:45 +01:00
wm9090.h
wm9705.c
wm9712.c
wm9713.c ASoC: codecs: delete repeated words in comments 2020-08-18 14:52:33 +01:00
wm9713.h
wmfw.h ASoC: wm_adsp: Support new metadata block ID's 2020-07-23 19:52:23 +01:00
wsa881x.c Merge existing fixes from asoc/for-5.10 2020-10-26 13:11:37 +00:00
zl38060.c ASoC: fix semicolon.cocci warnings 2020-05-26 10:55:37 +01:00
zx_aud96p22.c