mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 05:39:42 +07:00
9f2cf73ed6
The bytcr-rt5640 driver has a few quirk setups depending on the board, where the quirk value is set by DMI matching. When you have a new device to add the support, you often experience to try the different quirk by trial-and-error. Or, you may have a development model that still has no proper DMI string. In either case, you'd need to compile the driver at each time. This patch introduces a module option to override the quirk value on the fly. User can boot like snd-soc-sst-bytcr-rt5640.quirk=0x4004 to override the default value without recompilation. It's a raw value, so user needs to check the source code for the meaning of each bit. Signed-off-by: Takashi Iwai <tiwai@suse.de> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> |
||
---|---|---|
.. | ||
bdw-rt5677.c | ||
broadwell.c | ||
bxt_da7219_max98357a.c | ||
bxt_rt298.c | ||
byt-max98090.c | ||
byt-rt5640.c | ||
bytcht_da7213.c | ||
bytcht_nocodec.c | ||
bytcr_rt5640.c | ||
bytcr_rt5651.c | ||
cht_bsw_max98090_ti.c | ||
cht_bsw_rt5645.c | ||
cht_bsw_rt5672.c | ||
haswell.c | ||
Makefile | ||
mfld_machine.c | ||
skl_nau88l25_max98357a.c | ||
skl_nau88l25_ssm4567.c | ||
skl_rt286.c |