-
Notifications
You must be signed in to change notification settings - Fork 140
Use sof sdw as default sdw machine #5417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
07a2386
3a2fe97
2ef2947
03b3e3c
a288192
215abac
83b74b2
698c629
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,6 +68,7 @@ struct asoc_sdw_codec_info { | |
| const int part_id; | ||
| const int version_id; | ||
| const char *codec_name; | ||
| const char *name_prefix; | ||
|
||
| int amp_num; | ||
| const u8 acpi_id[ACPI_ID_LEN]; | ||
| const bool ignore_internal_dmic; | ||
|
|
@@ -168,6 +169,7 @@ int asoc_sdw_count_sdw_endpoints(struct snd_soc_card *card, int *num_devs, int * | |
|
|
||
| struct asoc_sdw_dailink *asoc_sdw_find_dailink(struct asoc_sdw_dailink *dailinks, | ||
| const struct snd_soc_acpi_endpoint *new); | ||
| int asoc_sdw_get_dai_type(u32 type); | ||
|
|
||
| int asoc_sdw_parse_sdw_endpoints(struct snd_soc_card *card, | ||
| struct asoc_sdw_dailink *soc_dais, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -126,11 +126,15 @@ int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_ | |
| if (!ret) { | ||
| release_firmware(fw); | ||
| } else { | ||
| dev_dbg(card->dev, "Failed to open topology file: %s\n", (*tplg_files)[i]); | ||
| dev_warn(card->dev, | ||
| "Failed to open topology file: %s, you might need to\n", | ||
| (*tplg_files)[i]); | ||
| dev_warn(card->dev, | ||
| "download it from https://github.com/thesofproject/sof-bin/\n"); | ||
| return 0; | ||
| } | ||
| } | ||
|
|
||
| return tplg_num; | ||
| } | ||
|
||
|
|
||
| EXPORT_SYMBOL_GPL(sof_sdw_get_tplg_files); | ||
Uh oh!
There was an error while loading. Please reload this page.