mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-13 04:27:44 -05:00
remove extra trailing new line in SNDMSG and SNDERR calls
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
325210acc8
commit
cbdb428ab9
13 changed files with 40 additions and 40 deletions
|
|
@ -1479,7 +1479,7 @@ int tplg_parse_hw_config(snd_tplg_t *tplg, snd_config_t *cfg,
|
|||
|
||||
provider_legacy = false;
|
||||
if (strcmp(id, "bclk_master") == 0) {
|
||||
SNDERR("deprecated option %s, please use 'bclk'\n", id);
|
||||
SNDERR("deprecated option %s, please use 'bclk'", id);
|
||||
provider_legacy = true;
|
||||
}
|
||||
|
||||
|
|
@ -1531,7 +1531,7 @@ int tplg_parse_hw_config(snd_tplg_t *tplg, snd_config_t *cfg,
|
|||
|
||||
provider_legacy = false;
|
||||
if (strcmp(id, "fsync_master") == 0) {
|
||||
SNDERR("deprecated option %s, please use 'fsync'\n", id);
|
||||
SNDERR("deprecated option %s, please use 'fsync'", id);
|
||||
provider_legacy = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue