diff options
author | Stefan Binding <sbinding@opensource.cirrus.com> | 2022-05-11 12:02:05 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-05-12 11:52:34 +0200 |
commit | 22bb82264c655ef297adf442cdc796849e5a2a8c (patch) | |
tree | 4f2e2d1b65d6f094d2af49936fa228a80f65f9e6 /sound/pci/hda/patch_cs8409.h | |
parent | ALSA: hda/cs8409: Support manual mode detection for CS42L42 (diff) | |
download | linux-22bb82264c655ef297adf442cdc796849e5a2a8c.tar.xz linux-22bb82264c655ef297adf442cdc796849e5a2a8c.zip |
ALSA: hda/cs8409: Support new Odin Variants
Odin Variants have the internal mic connected
directly to the CPU rather than codec.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220511100207.1268321-2-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_cs8409.h')
-rw-r--r-- | sound/pci/hda/patch_cs8409.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_cs8409.h b/sound/pci/hda/patch_cs8409.h index ebf473a3f109..9852dc4234b4 100644 --- a/sound/pci/hda/patch_cs8409.h +++ b/sound/pci/hda/patch_cs8409.h @@ -267,6 +267,7 @@ enum { CS8409_FIXUPS, CS8409_DOLPHIN, CS8409_DOLPHIN_FIXUPS, + CS8409_ODIN, }; enum { |