linux/sound/soc/intel/boards
Mark Brown f557d39a3c ASoC: Fixes for v5.0
Quite a big batch of fixes here.  There's a couple of things going on,
 the main one is that we found some issues with not deferring probe when
 we should, causing us to skip some driver initialization.  The fixes for
 this then in turn exposed some issues with how we were searching for
 components which had previously gone unnoticed due to the original
 issue.
 
 There's also been the normal driver specific stuff and there's been what
 looks like several batches of automated scanning for issues which have
 generated quite a large set of smaller fixes for potential crashes and
 missed error handling.
 -----BEGIN PGP SIGNATURE-----
 
 iQFHBAABCgAxFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlxBy/wTHGJyb29uaWVA
 a2VybmVsLm9yZwAKCRAk1otyXVSH0HNQB/wI7qx/bNGOX1p2C0M5ENdgsMcYDpMh
 OHD073hL4wDkNJ/O2josnceCtrPUS5tuOxmx765IFXrAR4FWlNezQL4dHwTNGfG9
 Femd6iAxv47lC2fROpuHfB0j32LIjVrHLYDG0wAiDvteXK2VrGbj8vedfWqflOBj
 PX2kqkkgWfSCTrEYdrE09ExYoYKYdEqU/LEKFmIUnMuXc/HNHLo6e1sFNzTo8DIo
 g5P8nQ//Qgi1U9UWMabKjy4lYL2Tcid9jcNlz0QIffK2qwIEpVBeuhqJaT4sQrf5
 G51UrSk2y4lJ0t9WXv1SwQTDi2slCCGcOHA3fylGkJl1cxgOFMAR37Xs
 =ev1L
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQFHBAABCgAxFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAlxCJZ0THGJyb29uaWVA
 a2VybmVsLm9yZwAKCRAk1otyXVSH0L+2B/0VnSutpVWaJnGyBuJ6zrydcSIW4183
 G51jmioR10cl5LDV0DiI9l7IoiOwUyODbrIl/swoQPs7FWUsFRGFYytdmAoqaKIC
 HK1j4D6Tlzac++e6bP6G6NzBMW6TGTu8c7hu3UtIGCz5uPRUKBthnndHmSbEB4h+
 10N7RMs9+/BvH1Zt+x9VqEIP5OHpwc7rP/8yANYbQCY7CPehqDiGpE7SvUgFFl5t
 IHx0nM1lJNeJyeu0Z/9BGAB5GWM/DzuMSrppNwl2k/QujSSyf1EPZvThpYNCBbnQ
 6cQ51+7SZi06ejzMBB5h5z/9yFZTSKmTwFwzJwg/fJ/QngZVkksRRNLV
 =9LPf
 -----END PGP SIGNATURE-----

Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1

ASoC: Fixes for v5.0

Quite a big batch of fixes here.  There's a couple of things going on,
the main one is that we found some issues with not deferring probe when
we should, causing us to skip some driver initialization.  The fixes for
this then in turn exposed some issues with how we were searching for
components which had previously gone unnoticed due to the original
issue.

There's also been the normal driver specific stuff and there's been what
looks like several batches of automated scanning for issues which have
generated quite a large set of smaller fixes for potential crashes and
missed error handling.
2019-01-18 19:14:36 +00:00
..
bdw-rt5677.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
broadwell.c ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field 2019-01-03 16:32:50 +00:00
bxt_da7219_max98357a.c ASoC: Intel: bxt: Use refcap device for mono recording 2018-08-03 10:33:06 +01:00
bxt_rt298.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
byt-max98090.c ASoC: Intel: byt-max98090: Replace GFP_ATOMIC with GFP_KERNEL 2018-04-20 17:28:53 +01:00
byt-rt5640.c ASoC: rt5640: replace codec to component 2018-02-12 09:45:47 +00:00
bytcht_da7213.c ASoC: Intel - Convert to use acpi_dev_get_first_match_name() 2018-01-12 21:20:29 +00:00
bytcht_es8316.c ASoC: Intel: bytcht_es8316: use correct drvdata in snd_byt_cht_es8316_mc_remove() 2019-01-10 10:53:35 +00:00
bytcht_nocodec.c ASoC: Intel: boards: remove hard-coded compressed dailinks 2017-10-18 12:30:29 +01:00
bytcr_rt5640.c ASoC: Intel: bytcr_rt5640: Add quirks for ASUS MeMO Pad 7 (ME176C) 2019-01-04 15:16:00 +00:00
bytcr_rt5651.c ASoC: Intel: bytcr_rt5651: Add quirk for PoV TAB-P1006W-232 (v1.0) tablet 2019-01-07 19:24:19 +00:00
cht_bsw_max98090_ti.c ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook Gnawty 2018-12-06 12:49:27 +00:00
cht_bsw_nau8824.c ASoC: Intel: cht_bsw_nau8824: Fix jack_type to include SND_JACK_MICROPHONE 2018-05-23 09:37:57 +01:00
cht_bsw_rt5645.c ASoC: Intel: use standard interface for Atom machine drivers 2018-11-06 17:24:05 +00:00
cht_bsw_rt5672.c ASoC: Intel: remove GFP_ATOMIC, use GFP_KERNEL 2018-11-06 17:24:36 +00:00
glk_rt5682_max98357a.c ASoC: Fixes for v5.0 2019-01-18 19:14:36 +00:00
haswell.c ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic field 2019-01-03 16:32:50 +00:00
kbl_da7219_max98357a.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
kbl_da7219_max98927.c ASoC: Intel: boards: use snd_mask_set_format in all machine drivers 2019-01-03 16:34:13 +00:00
kbl_rt5660.c ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660 2018-12-13 14:37:35 +00:00
kbl_rt5663_max98927.c ASoC: Intel: use platform_data for machine drivers 2018-11-20 16:58:52 +00:00
kbl_rt5663_rt5514_max98927.c ASoC: Intel: use platform_data for machine drivers 2018-11-20 16:58:52 +00:00
Kconfig ASoC: Intel: Skylake: Add more platform granularity 2018-12-14 12:35:39 +00:00
Makefile ASoC: Intel: kbl_rt5660: Add a new machine driver for kbl with rt5660 2018-12-13 14:37:35 +00:00
skl_hda_dsp_common.c ASoC: hdac_hda: add asoc extension for legacy HDA codec drivers 2018-08-28 20:18:13 +01:00
skl_hda_dsp_common.h ASoC: hdac_hda: add asoc extension for legacy HDA codec drivers 2018-08-28 20:18:13 +01:00
skl_hda_dsp_generic.c ASoC: Intel: use platform_data for machine drivers 2018-11-20 16:58:52 +00:00
skl_nau88l25_max98357a.c ASoC: Intel: use platform_data for machine drivers 2018-11-20 16:58:52 +00:00
skl_nau88l25_ssm4567.c ASoC: Intel: use platform_data for machine drivers 2018-11-20 16:58:52 +00:00
skl_rt286.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00