linux/sound/soc/intel/boards
Peter Zijlstra f2c4db1bd8 x86/cpu: Sanitize FAM6_ATOM naming
Going primarily by:

  https://en.wikipedia.org/wiki/List_of_Intel_Atom_microprocessors

with additional information gleaned from other related pages; notably:

 - Bonnell shrink was called Saltwell
 - Moorefield is the Merriefield refresh which makes it Airmont

The general naming scheme is: FAM6_ATOM_UARCH_SOCTYPE

  for i in `git grep -l FAM6_ATOM` ; do
	sed -i  -e 's/ATOM_PINEVIEW/ATOM_BONNELL/g'		\
		-e 's/ATOM_LINCROFT/ATOM_BONNELL_MID/'		\
		-e 's/ATOM_PENWELL/ATOM_SALTWELL_MID/g'		\
		-e 's/ATOM_CLOVERVIEW/ATOM_SALTWELL_TABLET/g'	\
		-e 's/ATOM_CEDARVIEW/ATOM_SALTWELL/g'		\
		-e 's/ATOM_SILVERMONT1/ATOM_SILVERMONT/g'	\
		-e 's/ATOM_SILVERMONT2/ATOM_SILVERMONT_X/g'	\
		-e 's/ATOM_MERRIFIELD/ATOM_SILVERMONT_MID/g'	\
		-e 's/ATOM_MOOREFIELD/ATOM_AIRMONT_MID/g'	\
		-e 's/ATOM_DENVERTON/ATOM_GOLDMONT_X/g'		\
		-e 's/ATOM_GEMINI_LAKE/ATOM_GOLDMONT_PLUS/g' ${i}
  done

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Cc: dave.hansen@linux.intel.com
Cc: len.brown@intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2018-10-02 10:14:32 +02:00
..
bdw-rt5677.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
broadwell.c Merge branch 'topic/component-platform' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel 2018-03-01 19:55:59 +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: Replace GFP_ATOMIC with GFP_KERNEL 2018-04-20 17:29:00 +01: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 2 more devices 2018-08-14 15:06:35 +01:00
bytcr_rt5651.c x86/cpu: Sanitize FAM6_ATOM naming 2018-10-02 10:14:32 +02:00
cht_bsw_max98090_ti.c ASoC: intel: cht_bsw_max98090_ti: Replace GFP_ATOMIC with GFP_KERNEL in snd_cht_mc_probe 2018-04-16 11:53:40 +01: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: cht_bsw_rt5645: Replace GFP_ATOMIC with GFP_KERNEL in snd_cht_mc_probe 2018-04-16 11:53:41 +01:00
cht_bsw_rt5672.c ASoC: Intel: cht-bsw-rt5672: allow for topology-defined codec-dai setup 2018-05-02 05:52:22 +09:00
glk_rt5682_max98357a.c ASoC: Intel: Boards: Add GLK Realtek Maxim I2S machine driver 2018-07-16 15:30:10 +01:00
haswell.c ASoC: intel: haswell: replace platform to component 2018-02-12 11:45:11 +00:00
kbl_da7219_max98357a.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
kbl_rt5663_max98927.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
kbl_rt5663_rt5514_max98927.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
Kconfig ASoC: Intel: Boards: Add GLK Realtek Maxim I2S machine driver 2018-07-16 15:30:10 +01:00
Makefile ASoC: Intel: Boards: Add GLK Realtek Maxim I2S machine driver 2018-07-16 15:30:10 +01:00
skl_nau88l25_max98357a.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
skl_nau88l25_ssm4567.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00
skl_rt286.c ASoC: intel: Fix snd_pcm_format_t handling 2018-07-26 17:09:06 +01:00