diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-02 14:27:56 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-02 15:54:46 +0200 |
commit | 8372d4980fbc2e403f0dc5457441c8c6b7c04915 (patch) | |
tree | df725a6649b21bc698e9ee21349489967e026419 /sound/pci/ctxfi/ctatc.h | |
parent | 6585db943aade186d38eaab2720c18887b94c875 (diff) | |
download | op-kernel-dev-8372d4980fbc2e403f0dc5457441c8c6b7c04915.zip op-kernel-dev-8372d4980fbc2e403f0dc5457441c8c6b7c04915.tar.gz |
ALSA: ctxfi - Fix PCM device naming
PCM names for surround streams should be also fixed as well as the mixer
element names. Also, a bit clean up for PCM name setup.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi/ctatc.h')
-rw-r--r-- | sound/pci/ctxfi/ctatc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctatc.h b/sound/pci/ctxfi/ctatc.h index a7b0ec2..b86d12c 100644 --- a/sound/pci/ctxfi/ctatc.h +++ b/sound/pci/ctxfi/ctatc.h @@ -29,9 +29,9 @@ enum CTALSADEVS { /* Types of alsa devices */ FRONT, - REAR, - CLFE, SURROUND, + CLFE, + SIDE, IEC958, MIXER, NUM_CTALSADEVS /* This should always be the last */ |