mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
This commit is contained in:
commit
c8b24e23ad
1 changed files with 2 additions and 2 deletions
|
@ -879,12 +879,12 @@ static void skl_remove(struct pci_dev *pci)
|
|||
|
||||
static struct sst_codecs skl_codecs = {
|
||||
.num_codecs = 1,
|
||||
.codecs = {"NAU88L25"}
|
||||
.codecs = {"10508825"}
|
||||
};
|
||||
|
||||
static struct sst_codecs kbl_codecs = {
|
||||
.num_codecs = 1,
|
||||
.codecs = {"NAU88L25"}
|
||||
.codecs = {"10508825"}
|
||||
};
|
||||
|
||||
static struct sst_codecs bxt_codecs = {
|
||||
|
|
Loading…
Reference in a new issue