Loading drivers/misc/qcom/qdsp6v2/audio_aac.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -376,6 +376,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->audio_ws_mgr = &audio_aac_ws_mgr; aac_config->dual_mono_mode = AUDIO_AAC_DUAL_MONO_INVALID; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading drivers/misc/qcom/qdsp6v2/audio_alac.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -288,6 +288,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_alac_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading drivers/misc/qcom/qdsp6v2/audio_amrnb.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -89,6 +89,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrnb_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading drivers/misc/qcom/qdsp6v2/audio_amrwb.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -91,6 +91,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrwb_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -309,6 +309,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrwbplus_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading Loading
drivers/misc/qcom/qdsp6v2/audio_aac.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -376,6 +376,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->audio_ws_mgr = &audio_aac_ws_mgr; aac_config->dual_mono_mode = AUDIO_AAC_DUAL_MONO_INVALID; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading
drivers/misc/qcom/qdsp6v2/audio_alac.c +3 −1 Original line number Diff line number Diff line /* Copyright (c) 2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -288,6 +288,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_alac_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading
drivers/misc/qcom/qdsp6v2/audio_amrnb.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -89,6 +89,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrnb_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading
drivers/misc/qcom/qdsp6v2/audio_amrwb.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -91,6 +91,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrwb_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading
drivers/misc/qcom/qdsp6v2/audio_amrwbplus.c +3 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2016, The Linux Foundation. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and Loading Loading @@ -309,6 +309,8 @@ static int audio_open(struct inode *inode, struct file *file) audio->wakelock_voted = false; audio->audio_ws_mgr = &audio_amrwbplus_ws_mgr; init_waitqueue_head(&audio->event_wait); audio->ac = q6asm_audio_client_alloc((app_cb) q6_audio_cb, (void *)audio); Loading