diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-18 15:12:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-01-18 15:12:37 +0000 |
commit | 17ad00443eecdb2ed7b92da01c7be6f316e04b64 (patch) | |
tree | 30344f5e729b9d20baf8d2a35b03555b88c36d68 /plugins/alsa/alsa-api-pcm.c | |
parent | e28d3210846d1984f8cda79f8b556a731690627d (diff) | |
parent | 67299f948f40afc2d506ba92e78d7066ea925485 (diff) |
Merge "bluetooth sco: fixed the softvol open error"halibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Diffstat (limited to 'plugins/alsa/alsa-api-pcm.c')
-rw-r--r-- | plugins/alsa/alsa-api-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-api-pcm.c b/plugins/alsa/alsa-api-pcm.c index 036f158..ce74982 100644 --- a/plugins/alsa/alsa-api-pcm.c +++ b/plugins/alsa/alsa-api-pcm.c @@ -492,7 +492,7 @@ static void pcmChannelsDestroy(SoftMixerT * mixer, AlsaSndPcmT * pcm) { PUBLIC void ApiPcmDelete(SoftMixerT * mixer, AlsaSndPcmT * pcm) { - AFB_ApiDebug(mixer->api, "%s: pcm %s\n", __func__, pcm->uid); + AFB_ApiDebug(mixer->api, "%s: pcm %s", __func__, pcm->uid); free(pcm->apiVerbHandle); AlsaSndCtlT * card = pcm->sndcard; |