ALSA: ctxfi: fix broken user-visible string
as broken user-visible strings breaks the ability to grep for them , so this patch fixes the broken user-visible strings Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Takashi Iwai

orang tua
e720b82027
melakukan
62afa853cb
@@ -854,8 +854,7 @@ static int ct_mixer_get_resources(struct ct_mixer *mixer)
|
||||
for (i = 0; i < (NUM_CT_SUMS * CHN_NUM); i++) {
|
||||
err = sum_mgr->get_sum(sum_mgr, &sum_desc, &sum);
|
||||
if (err) {
|
||||
pr_err("ctxfi:Failed to get sum resources for "
|
||||
"front output!\n");
|
||||
pr_err("ctxfi:Failed to get sum resources for front output!\n");
|
||||
break;
|
||||
}
|
||||
mixer->sums[i] = sum;
|
||||
@@ -869,8 +868,7 @@ static int ct_mixer_get_resources(struct ct_mixer *mixer)
|
||||
for (i = 0; i < (NUM_CT_AMIXERS * CHN_NUM); i++) {
|
||||
err = amixer_mgr->get_amixer(amixer_mgr, &am_desc, &amixer);
|
||||
if (err) {
|
||||
pr_err("ctxfi:Failed to get amixer resources "
|
||||
"for mixer obj!\n");
|
||||
pr_err("ctxfi:Failed to get amixer resources for mixer obj!\n");
|
||||
break;
|
||||
}
|
||||
mixer->amixers[i] = amixer;
|
||||
|
Reference in New Issue
Block a user