#include "ctmixer.h"
#include "ctamixer.h"
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/control.h>
#include <sound/asoundef.h>
#include <sound/pcm.h>
#include <sound/tlv.h>
Go to the source code of this file.
|
enum | CT_SUM_CTL {
SUM_IN_F,
SUM_IN_R,
SUM_IN_C,
SUM_IN_S,
SUM_IN_F_C,
NUM_CT_SUMS
} |
|
enum | CT_AMIXER_CTL {
AMIXER_MASTER_F,
AMIXER_MASTER_R,
AMIXER_MASTER_C,
AMIXER_MASTER_S,
AMIXER_PCM_F,
AMIXER_PCM_R,
AMIXER_PCM_C,
AMIXER_PCM_S,
AMIXER_SPDIFI,
AMIXER_LINEIN,
AMIXER_MIC,
AMIXER_SPDIFO,
AMIXER_WAVE_F,
AMIXER_WAVE_R,
AMIXER_WAVE_C,
AMIXER_WAVE_S,
AMIXER_MASTER_F_C,
AMIXER_PCM_F_C,
AMIXER_SPDIFI_C,
AMIXER_LINEIN_C,
AMIXER_MIC_C,
NUM_CT_AMIXERS
} |
|
enum | CTALSA_MIXER_CTL {
MIXER_MASTER_P,
MIXER_PCM_P,
MIXER_LINEIN_P,
MIXER_MIC_P,
MIXER_SPDIFI_P,
MIXER_SPDIFO_P,
MIXER_WAVEF_P,
MIXER_WAVER_P,
MIXER_WAVEC_P,
MIXER_WAVES_P,
MIXER_MASTER_C,
MIXER_PCM_C,
MIXER_LINEIN_C,
MIXER_MIC_C,
MIXER_SPDIFI_C,
MIXER_PCM_C_S,
MIXER_LINEIN_C_S,
MIXER_MIC_C_S,
MIXER_SPDIFI_C_S,
MIXER_SPDIFO_P_S,
MIXER_WAVEF_P_S,
MIXER_WAVER_P_S,
MIXER_WAVEC_P_S,
MIXER_WAVES_P_S,
MIXER_DIGITAL_IO_S,
MIXER_IEC958_MASK,
MIXER_IEC958_DEFAULT,
MIXER_IEC958_STREAM,
NUM_CTALSA_MIXERS
} |
|
- Enumerator:
AMIXER_MASTER_F |
|
AMIXER_MASTER_R |
|
AMIXER_MASTER_C |
|
AMIXER_MASTER_S |
|
AMIXER_PCM_F |
|
AMIXER_PCM_R |
|
AMIXER_PCM_C |
|
AMIXER_PCM_S |
|
AMIXER_SPDIFI |
|
AMIXER_LINEIN |
|
AMIXER_MIC |
|
AMIXER_SPDIFO |
|
AMIXER_WAVE_F |
|
AMIXER_WAVE_R |
|
AMIXER_WAVE_C |
|
AMIXER_WAVE_S |
|
AMIXER_MASTER_F_C |
|
AMIXER_PCM_F_C |
|
AMIXER_SPDIFI_C |
|
AMIXER_LINEIN_C |
|
AMIXER_MIC_C |
|
NUM_CT_AMIXERS |
|
Definition at line 38 of file ctmixer.c.
Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
This source file is released under GPL v2 license (no other versions). See the COPYING file included in the main directory of this source distribution for the license terms and conditions.
ctmixer.c
This file contains the implementation of alsa mixer device functions.
Liu Chun May 28 2008
- Enumerator:
SUM_IN_F |
|
SUM_IN_R |
|
SUM_IN_C |
|
SUM_IN_S |
|
SUM_IN_F_C |
|
NUM_CT_SUMS |
|
Definition at line 28 of file ctmixer.c.
- Enumerator:
MIXER_MASTER_P |
|
MIXER_PCM_P |
|
MIXER_LINEIN_P |
|
MIXER_MIC_P |
|
MIXER_SPDIFI_P |
|
MIXER_SPDIFO_P |
|
MIXER_WAVEF_P |
|
MIXER_WAVER_P |
|
MIXER_WAVEC_P |
|
MIXER_WAVES_P |
|
MIXER_MASTER_C |
|
MIXER_PCM_C |
|
MIXER_LINEIN_C |
|
MIXER_MIC_C |
|
MIXER_SPDIFI_C |
|
MIXER_PCM_C_S |
|
MIXER_LINEIN_C_S |
|
MIXER_MIC_C_S |
|
MIXER_SPDIFI_C_S |
|
MIXER_SPDIFO_P_S |
|
MIXER_WAVEF_P_S |
|
MIXER_WAVER_P_S |
|
MIXER_WAVEC_P_S |
|
MIXER_WAVES_P_S |
|
MIXER_DIGITAL_IO_S |
|
MIXER_IEC958_MASK |
|
MIXER_IEC958_DEFAULT |
|
MIXER_IEC958_STREAM |
|
NUM_CTALSA_MIXERS |
|
Definition at line 66 of file ctmixer.c.