X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmodules%2Falsa%2Fmodule-alsa-card.c;h=b06394d71de247c25e8140574f99f1db5ae79f6e;hb=e54b0fa6c9776dc72d15fbcacaac93942ee4d4bd;hp=3493465ad3bcbc3de6d85f79e1f1a7cd00c34709;hpb=ec316b04acb9b3f0a79f7e5d322674f3fa241338;p=profile%2Fivi%2Fpulseaudio.git diff --git a/src/modules/alsa/module-alsa-card.c b/src/modules/alsa/module-alsa-card.c index 3493465..b06394d 100644 --- a/src/modules/alsa/module-alsa-card.c +++ b/src/modules/alsa/module-alsa-card.c @@ -540,10 +540,10 @@ int pa__init(pa_module *m) { if (!pa_hashmap_isempty(u->profile_set->decibel_fixes)) pa_log_warn("Card %s uses decibel fixes (i.e. overrides the decibel information for some alsa volume elements). " "Please note that this feature is meant just as a help for figuring out the correct decibel values. " - "Pulseaudio is not the correct place to maintain the decibel mappings! The fixed decibel values " + "PulseAudio is not the correct place to maintain the decibel mappings! The fixed decibel values " "should be sent to ALSA developers so that they can fix the driver. If it turns out that this feature " "is abused (i.e. fixes are not pushed to ALSA), the decibel fix feature may be removed in some future " - "Pulseaudio version.", u->card->name); + "PulseAudio version.", u->card->name); return 0;