Loading arch/arm/mach-msm/qdsp6v2/pcm_out.c +2 −1 Original line number Diff line number Diff line /* * Copyright (C) 2009 Google, Inc. * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -260,6 +260,7 @@ static long pcm_out_ioctl(struct file *file, unsigned int cmd, case AUDIO_GET_CONFIG: { struct msm_audio_config config; pr_debug("%s: AUDIO_GET_CONFIG\n", __func__); memset(&config, 0, sizeof(config)); config.buffer_size = pcm->buffer_size; config.buffer_count = pcm->buffer_count; config.sample_rate = pcm->sample_rate; Loading Loading
arch/arm/mach-msm/qdsp6v2/pcm_out.c +2 −1 Original line number Diff line number Diff line /* * Copyright (C) 2009 Google, Inc. * Copyright (c) 2010-2012, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2013, The Linux Foundation. All rights reserved. * Author: Brian Swetland <swetland@google.com> * * This software is licensed under the terms of the GNU General Public Loading Loading @@ -260,6 +260,7 @@ static long pcm_out_ioctl(struct file *file, unsigned int cmd, case AUDIO_GET_CONFIG: { struct msm_audio_config config; pr_debug("%s: AUDIO_GET_CONFIG\n", __func__); memset(&config, 0, sizeof(config)); config.buffer_size = pcm->buffer_size; config.buffer_count = pcm->buffer_count; config.sample_rate = pcm->sample_rate; Loading