diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-08-23 09:37:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-08-23 10:59:23 +0200 |
commit | 4a1672d183cc0bbf26292390ced0bbcb7e810ee1 (patch) | |
tree | ae0a450def15c46735f80c7adf5ace819eaabc42 /Documentation/sound/hd-audio | |
parent | a235d5b8e550fac7520410440bcc8003fb4cf8d0 (diff) | |
download | lwn-4a1672d183cc0bbf26292390ced0bbcb7e810ee1.tar.gz lwn-4a1672d183cc0bbf26292390ced0bbcb7e810ee1.zip |
ALSA: hda: Update documentation for aliasing via the model option
The previous patch allowed user to specify the aliasing of SSID via
model option for applying a quirk. Update the documentation
accordingly.
Link: https://lore.kernel.org/r/20210823073722.14873-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/hd-audio')
-rw-r--r-- | Documentation/sound/hd-audio/notes.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/sound/hd-audio/notes.rst b/Documentation/sound/hd-audio/notes.rst index cf4d7158af78..d118b6fe269b 100644 --- a/Documentation/sound/hd-audio/notes.rst +++ b/Documentation/sound/hd-audio/notes.rst @@ -215,6 +215,17 @@ There are a few special model option values: * when ``generic`` is passed, the codec-specific parser is skipped and only the generic parser is used. +A new style for the model option that was introduced since 5.15 kernel +is to pass the PCI or codec SSID in the form of ``model=XXXX:YYYY`` +where XXXX and YYYY are the sub-vendor and sub-device IDs in hex +numbers, respectively. This is a kind of aliasing to another device; +when this form is given, the driver will refer to that SSID as a +reference to the quirk table. It'd be useful especially when the +target quirk isn't listed in the model table. For example, passing +model=103c:8862 will apply the quirk for HP ProBook 445 G8 (which +isn't found in the model table as of writing) as long as the device is +handled equivalently by the same driver. + Speaker and Headphone Output ---------------------------- |