Commit 36092cb
kmod: add support for ES83x6 platforms
Add missing machine driver and codecs.
The codec names are confusing.
The snd_soc_es8316 codec driver can handle both the es8316 and es8336
skews.
The ACPI HID for APL+ platform is ESSX8336, so we wrote the sof_es8336
machine driver.
A new codec is used in some platforms, it will required the use of the
snd_soc_es8326 module, but the same machine driver will be used.
So to recap, we need to deal with two codec drivers and one common
machine driver.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>1 parent 464a6fc commit 36092cb
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
214 | 218 | | |
215 | 219 | | |
216 | 220 | | |
| |||
0 commit comments