All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem recording with via 8235
@ 2004-07-23 14:52 Flo Gleixner
  2004-07-26 18:16 ` Flo Gleixner
  0 siblings, 1 reply; 7+ messages in thread
From: Flo Gleixner @ 2004-07-23 14:52 UTC (permalink / raw)
  To: alsa-devel


Sorry for crossposting, but this problem is probably more for the devels.

Thanks for your time.

Flo

---------- Forwarded message ----------
Date: Thu, 22 Jul 2004 00:51:12 +0200 (CEST)
From: Flo Gleixner <flo@bier.homeip.net>
To: alsa-user@lists.sourceforge.net
Subject: [Alsa-user] Problem recording with via 8235


Hi,

does somebody know what i'm doing wrong:

arecord -vv & while true ; do date ; sleep 1 ; done
RIFF$_WAVEfmt @data_Recording WAVE 'stdout' : Unsigned 8 bit, Rate 8000 Hz, 
Mono
Plug PCM: Hardware PCM card 0 'VIA 8235' device 0 subdevice 0

Its setup is:
stream       : CAPTURE
access       : RW_INTERLEAVED
format       : U8
subformat    : STD
channels     : 1
rate         : 8000
exact rate   : 8000 (8000/1)
msbits       : 8
buffer_size  : 4000
period_size  : 1000
period_time  : 125000
tick_time    : 1000
tstamp_mode  : NONE
period_step  : 1
sleep_min    : 0
avail_min    : 1000
xfer_align   : 1000
start_threshold  : 1
stop_threshold   : 4000
silence_threshold: 0
silence_size : 0
boundary     : 2097152000
[1] 4146
Tue Jul 20 00:27:17 CEST 2004
Tue Jul 20 00:27:18 CEST 2004
Tue Jul 20 00:27:19 CEST 2004
Tue Jul 20 00:27:20 CEST 2004
Tue Jul 20 00:27:21 CEST 2004
Tue Jul 20 00:27:22 CEST 2004
Tue Jul 20 00:27:23 CEST 2004
Tue Jul 20 00:27:24 CEST 2004
Tue Jul 20 00:27:25 CEST 2004
Tue Jul 20 00:27:26 CEST 2004
arecord: pcm_read:1164: read error: Input/output error
[1]+  Exit 1                  arecord -vv
Tue Jul 20 00:27:27 CEST 2004
Tue Jul 20 00:27:28 CEST 2004


If i strace arecord, i see this:

....
open("/dev/snd/pcmC0D0c", O_RDWR)       = 5
....
ioctl(5, 0xc25c4111, 0xbffff384)        = 0
ioctl(5, 0xc0684113, 0xbfffef10)        = 0
ioctl(5, 0x4140, 0x4002d278)            = 0
--- next one takes 10 secs. ---
ioctl(5, 0x800c4151, 0xbffff5b0)        = -1 EIO (Input/output error)
write(2, "arecord: pcm_read:1164: ", 24arecord: pcm_read:1164: ) = 24
write(2, "read error: Input/output error", 30read error: Input/output error) = 
30


aplay works as far as i see. I use Mandrake 10.0 which uses alsa 1.0.2

Another problem i have: unreal tournament plays sounds in double speed.

Thanks for the help!

Flo




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-23 14:52 Problem recording with via 8235 Flo Gleixner
@ 2004-07-26 18:16 ` Flo Gleixner
  2004-07-27 16:01   ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Flo Gleixner @ 2004-07-26 18:16 UTC (permalink / raw)
  To: Flo Gleixner; +Cc: alsa-devel


Hmm. you guys need probably more Information:

uname -m ; uname -r
i686
2.6.3-15mdk


lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400 AGP] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8235 PCI Bridge
00:07.0 SCSI storage controller: Adaptec AIC-7861 (rev 01)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235 
AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 
74)
01:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 
4200] (rev a3)


lsmod
...
snd-seq-oss            31232  0
snd-seq-midi-event      7552  1 snd-seq-oss
snd-seq                51024  4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss            51812  0
snd-mixer-oss          17952  1 snd-pcm-oss
snd-via82xx            24160  0
snd-pcm                93156  2 snd-pcm-oss,snd-via82xx
snd-timer              24484  2 snd-seq,snd-pcm
snd-ac97-codec         58148  1 snd-via82xx
gameport                4480  1 snd-via82xx
snd-page-alloc         11972  2 snd-via82xx,snd-pcm
snd-mpu401-uart         7072  1 snd-via82xx
snd-rawmidi            23616  1 snd-mpu401-uart
snd-seq-device          8008  3 snd-seq-oss,snd-seq,snd-rawmidi
snd                    52484  12 
snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-pcm,snd-timer,snd-ac97-codec,snd-mpu401-uart,snd-rawmidi,snd-seq-device
soundcore               9248  1 snd
...


dmesg
...
via82xx: Assuming DXS channels with 48k fixed sample rate.
          Please try dxs_support=1 or dxs_support=4 option
          and report if it works on your machine.
PCI: Setting latency timer of device 0000:00:11.5 to 64
...



I tried with dxs_support=1 and dxs_support=4 but this does not help. I 
still cannot record from microphone or line. Not a byte.


More info:

arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: V8235 [VIA 8235], device 0: VIA 8235 [VIA 8235]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
card 0: V8235 [VIA 8235], device 1: VIA 8235 [VIA 8235]
   Subdevices: 1/1
   Subdevice #0: subdevice #0


Mixer settings:

Simple mixer control 'Master',0
   Capabilities: pvolume pswitch pswitch-joined
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 16 [52%] [on]
   Front Right: Playback 16 [52%] [on]
Simple mixer control 'Master Mono',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined
   Playback channels: Mono
   Limits: Playback 0 - 31
   Mono: Playback 0 [0%] [off]
Simple mixer control '3D Control - Center',0
   Capabilities: volume volume-joined
   Playback channels: Mono
   Limits: 0 - 15
   Mono: 0 [0%]
Simple mixer control '3D Control - Depth',0
   Capabilities: volume volume-joined
   Playback channels: Mono
   Limits: 0 - 15
   Mono: 0 [0%]
Simple mixer control '3D Control - Switch',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'PCM',0
   Capabilities: pvolume pswitch pswitch-joined
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 21 [68%] [on]
   Front Right: Playback 21 [68%] [on]
Simple mixer control 'Surround',0
   Capabilities: pvolume pswitch
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 0 [0%] [off]
   Front Right: Playback 0 [0%] [off]
Simple mixer control 'Surround Down Mix',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Center',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined
   Playback channels: Mono
   Limits: Playback 0 - 31
   Mono: Playback 31 [100%] [off]
Simple mixer control 'Center/LFE Down Mix',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'LFE',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined
   Playback channels: Mono
   Limits: Playback 0 - 31
   Mono: Playback 0 [0%] [off]
Simple mixer control 'Line',0
   Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Front Left - Front Right
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 22 [71%] [on] Capture [off]
   Front Right: Playback 22 [71%] [on] Capture [off]
Simple mixer control 'Line-In As Surround',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [on]
Simple mixer control 'CD',0
   Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Front Left - Front Right
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 0 [0%] [off] Capture [off]
   Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Mic',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Mono
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Mono: Playback 22 [71%] [on]
   Front Left: Capture [on]
   Front Right: Capture [on]
Simple mixer control 'Mic As Center/LFE',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Mic Boost (+20dB)',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Mic Select',0
   Capabilities:
   Mono:
Simple mixer control 'Video',0
   Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Front Left - Front Right
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 0 [0%] [off] Capture [off]
   Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Phone',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Mono
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Mono: Playback 0 [0%] [off]
   Front Left: Capture [off]
   Front Right: Capture [off]
Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined cswitch cswitch-joined
   Playback channels: Mono
   Capture channels: Mono
   Mono: Playback [off] Capture [off]
Simple mixer control 'IEC958 Input Monitor',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'IEC958 Output',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [on]
Simple mixer control 'IEC958 Playback AC97-SPSA',0
   Capabilities: volume volume-joined
   Playback channels: Mono
   Limits: 0 - 3
   Mono: 3 [100%]
Simple mixer control 'PC Speaker',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined
   Playback channels: Mono
   Limits: Playback 0 - 15
   Mono: Playback 0 [0%] [off]
Simple mixer control 'Aux',0
   Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Front Left - Front Right
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 0 [0%] [off] Capture [off]
   Front Right: Playback 0 [0%] [off] Capture [off]
Simple mixer control 'Mono Output Select',0
   Capabilities:
   Mono:
Simple mixer control 'Capture',0
   Capabilities: cvolume cswitch cswitch-joined
   Capture channels: Front Left - Front Right
   Limits: Capture 0 - 15
   Front Left: Capture 10 [67%] [on]
   Front Right: Capture 10 [67%] [on]
Simple mixer control 'Mix',0
   Capabilities: cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Capture channels: Front Left - Front Right
   Front Left: Capture [off]
   Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
   Capabilities: cswitch cswitch-joined cswitch-exclusive
   Capture exclusive group: 0
   Capture channels: Front Left - Front Right
   Front Left: Capture [off]
   Front Right: Capture [off]
Simple mixer control 'Analog to IEC958 Output',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Duplicate Front',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Exchange Center/LFE',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'External Amplifier Power Down',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'Input Source Select',0
   Capabilities:
   Mono:
Simple mixer control 'Input Source Select',1
   Capabilities:
   Mono:
Simple mixer control 'Swap Surround Slot',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Simple mixer control 'VIA DXS',0
   Capabilities: pvolume
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 31 [100%]
   Front Right: Playback 31 [100%]
Simple mixer control 'VIA DXS',1
   Capabilities: pvolume
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 31 [100%]
   Front Right: Playback 31 [100%]
Simple mixer control 'VIA DXS',2
   Capabilities: pvolume
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 31 [100%]
   Front Right: Playback 31 [100%]
Simple mixer control 'VIA DXS',3
   Capabilities: pvolume
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 31 [100%]
   Front Right: Playback 31 [100%]


Is there a general Doc for mixer settings? Or a doc that is driver 
dependant?

Please help me! What additional Info do you need?

Thanks,

Flo


On Fri, 23 Jul 2004, Flo Gleixner wrote:

>
> Sorry for crossposting, but this problem is probably more for the devels.
>
> Thanks for your time.
>
> Flo
>
> ---------- Forwarded message ----------
> Date: Thu, 22 Jul 2004 00:51:12 +0200 (CEST)
> From: Flo Gleixner <flo@bier.homeip.net>
> To: alsa-user@lists.sourceforge.net
> Subject: [Alsa-user] Problem recording with via 8235
>
>
> Hi,
>
> does somebody know what i'm doing wrong:
>
> arecord -vv & while true ; do date ; sleep 1 ; done
> RIFF$_WAVEfmt @data_Recording WAVE 'stdout' : Unsigned 8 bit, Rate 8000 Hz, 
> Mono
> Plug PCM: Hardware PCM card 0 'VIA 8235' device 0 subdevice 0
>
> Its setup is:
> stream       : CAPTURE
> access       : RW_INTERLEAVED
> format       : U8
> subformat    : STD
> channels     : 1
> rate         : 8000
> exact rate   : 8000 (8000/1)
> msbits       : 8
> buffer_size  : 4000
> period_size  : 1000
> period_time  : 125000
> tick_time    : 1000
> tstamp_mode  : NONE
> period_step  : 1
> sleep_min    : 0
> avail_min    : 1000
> xfer_align   : 1000
> start_threshold  : 1
> stop_threshold   : 4000
> silence_threshold: 0
> silence_size : 0
> boundary     : 2097152000
> [1] 4146
> Tue Jul 20 00:27:17 CEST 2004
> Tue Jul 20 00:27:18 CEST 2004
> Tue Jul 20 00:27:19 CEST 2004
> Tue Jul 20 00:27:20 CEST 2004
> Tue Jul 20 00:27:21 CEST 2004
> Tue Jul 20 00:27:22 CEST 2004
> Tue Jul 20 00:27:23 CEST 2004
> Tue Jul 20 00:27:24 CEST 2004
> Tue Jul 20 00:27:25 CEST 2004
> Tue Jul 20 00:27:26 CEST 2004
> arecord: pcm_read:1164: read error: Input/output error
> [1]+  Exit 1                  arecord -vv
> Tue Jul 20 00:27:27 CEST 2004
> Tue Jul 20 00:27:28 CEST 2004
>
>
> If i strace arecord, i see this:
>
> ....
> open("/dev/snd/pcmC0D0c", O_RDWR)       = 5
> ....
> ioctl(5, 0xc25c4111, 0xbffff384)        = 0
> ioctl(5, 0xc0684113, 0xbfffef10)        = 0
> ioctl(5, 0x4140, 0x4002d278)            = 0
> --- next one takes 10 secs. ---
> ioctl(5, 0x800c4151, 0xbffff5b0)        = -1 EIO (Input/output error)
> write(2, "arecord: pcm_read:1164: ", 24arecord: pcm_read:1164: ) = 24
> write(2, "read error: Input/output error", 30read error: Input/output error) 
> = 30
>
>
> aplay works as far as i see. I use Mandrake 10.0 which uses alsa 1.0.2
>
> Another problem i have: unreal tournament plays sounds in double speed.
>
> Thanks for the help!
>
> Flo
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-26 18:16 ` Flo Gleixner
@ 2004-07-27 16:01   ` Takashi Iwai
  2004-07-27 17:29     ` Flo Gleixner
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2004-07-27 16:01 UTC (permalink / raw)
  To: Flo Gleixner; +Cc: alsa-devel

At Mon, 26 Jul 2004 20:16:30 +0200 (CEST),
Flo Gleixner wrote:
> 
> 
> dmesg
> ...
> via82xx: Assuming DXS channels with 48k fixed sample rate.
>           Please try dxs_support=1 or dxs_support=4 option
>           and report if it works on your machine.
> PCI: Setting latency timer of device 0000:00:11.5 to 64
> ...
> 
> 
> 
> I tried with dxs_support=1 and dxs_support=4 but this does not help. I 
> still cannot record from microphone or line. Not a byte.

dxs_support is for the playback only.

Does the playback of non-48k samples (e.g. normal MP3 files) work with
dxs_support=1?


> 
> More info:

Showing contents of /etc/asound.state would be helpful, too.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-27 16:01   ` Takashi Iwai
@ 2004-07-27 17:29     ` Flo Gleixner
  2004-07-28 15:33       ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Flo Gleixner @ 2004-07-27 17:29 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1347 bytes --]


Thanks for answering!

Attached is the asound.state file. Playback of normal mp3 or wav files 
with different sample rates work as usual.

Flo


On Tue, 27 Jul 2004, Takashi Iwai wrote:

> At Mon, 26 Jul 2004 20:16:30 +0200 (CEST),
> Flo Gleixner wrote:
>>
>>
>> dmesg
>> ...
>> via82xx: Assuming DXS channels with 48k fixed sample rate.
>>           Please try dxs_support=1 or dxs_support=4 option
>>           and report if it works on your machine.
>> PCI: Setting latency timer of device 0000:00:11.5 to 64
>> ...
>>
>>
>>
>> I tried with dxs_support=1 and dxs_support=4 but this does not help. I
>> still cannot record from microphone or line. Not a byte.
>
> dxs_support is for the playback only.
>
> Does the playback of non-48k samples (e.g. normal MP3 files) work with
> dxs_support=1?
>
>
>>
>> More info:
>
> Showing contents of /etc/asound.state would be helpful, too.
>
>
> Takashi
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>

[-- Attachment #2: Type: TEXT/PLAIN, Size: 9991 bytes --]

state.V8235 {
	control.1 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Master Playback Switch'
		value true
	}
	control.2 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Master Playback Volume'
		value.0 16
		value.1 16
	}
	control.3 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Center Playback Switch'
		value false
	}
	control.4 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Center Playback Volume'
		value 31
	}
	control.5 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'LFE Playback Switch'
		value false
	}
	control.6 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'LFE Playback Volume'
		value 0
	}
	control.7 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Surround Playback Switch'
		value.0 false
		value.1 false
	}
	control.8 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Surround Playback Volume'
		value.0 0
		value.1 0
	}
	control.9 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Master Mono Playback Switch'
		value false
	}
	control.10 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Master Mono Playback Volume'
		value 0
	}
	control.11 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'PC Speaker Playback Switch'
		value false
	}
	control.12 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 15'
		iface MIXER
		name 'PC Speaker Playback Volume'
		value 0
	}
	control.13 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Phone Playback Switch'
		value false
	}
	control.14 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Phone Playback Volume'
		value 0
	}
	control.15 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Mic Playback Switch'
		value true
	}
	control.16 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Mic Playback Volume'
		value 22
	}
	control.17 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Mic Boost (+20dB)'
		value false
	}
	control.18 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Line Playback Switch'
		value true
	}
	control.19 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Line Playback Volume'
		value.0 22
		value.1 22
	}
	control.20 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'CD Playback Switch'
		value false
	}
	control.21 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'CD Playback Volume'
		value.0 0
		value.1 0
	}
	control.22 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Video Playback Switch'
		value false
	}
	control.23 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Video Playback Volume'
		value.0 0
		value.1 0
	}
	control.24 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Aux Playback Switch'
		value false
	}
	control.25 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'Aux Playback Volume'
		value.0 0
		value.1 0
	}
	control.26 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'PCM Playback Switch'
		value true
	}
	control.27 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'PCM Playback Volume'
		value.0 21
		value.1 21
	}
	control.28 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.item.0 Mic
		comment.item.1 CD
		comment.item.2 Video
		comment.item.3 Aux
		comment.item.4 Line
		comment.item.5 Mix
		comment.item.6 'Mix Mono'
		comment.item.7 Phone
		iface MIXER
		name 'Capture Source'
		value.0 Mic
		value.1 Mic
	}
	control.29 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Capture Switch'
		value true
	}
	control.30 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 15'
		iface MIXER
		name 'Capture Volume'
		value.0 10
		value.1 10
	}
	control.31 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name '3D Control - Switch'
		value false
	}
	control.32 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.item.0 Mix
		comment.item.1 Mic
		iface MIXER
		name 'Mono Output Select'
		value Mix
	}
	control.33 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.item.0 Mic1
		comment.item.1 Mic2
		iface MIXER
		name 'Mic Select'
		value Mic1
	}
	control.34 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 15'
		iface MIXER
		name '3D Control - Center'
		value 0
	}
	control.35 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 15'
		iface MIXER
		name '3D Control - Depth'
		value 0
	}
	control.36 {
		comment.access read
		comment.type IEC958
		iface MIXER
		name 'IEC958 Playback Con Mask'
		value '0fff000f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
	}
	control.37 {
		comment.access read
		comment.type IEC958
		iface MIXER
		name 'IEC958 Playback Pro Mask'
		value cf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
	}
	control.38 {
		comment.access 'read write'
		comment.type IEC958
		iface MIXER
		name 'IEC958 Playback Default'
		value '0082000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
	}
	control.39 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'IEC958 Playback Switch'
		value true
	}
	control.40 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 3'
		iface MIXER
		name 'IEC958 Playback AC97-SPSA'
		value 3
	}
	control.41 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Duplicate Front'
		value false
	}
	control.42 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Surround Down Mix'
		value false
	}
	control.43 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Center/LFE Down Mix'
		value false
	}
	control.44 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Exchange Center/LFE'
		value false
	}
	control.45 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Line-In As Surround'
		value true
	}
	control.46 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Swap Surround Slot'
		value false
	}
	control.47 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Mic As Center/LFE'
		value false
	}
	control.48 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'IEC958 Capture Switch'
		value false
	}
	control.49 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'Analog to IEC958 Output'
		value false
	}
	control.50 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'IEC958 Input Monitor'
		value false
	}
	control.51 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'External Amplifier Power Down'
		value false
	}
	control.52 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.item.0 Line
		comment.item.1 Mic
		iface MIXER
		name 'Input Source Select'
		value Mic
	}
	control.53 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.item.0 Line
		comment.item.1 Mic
		iface MIXER
		name 'Input Source Select'
		index 1
		value Mic
	}
	control.54 {
		comment.access 'read write'
		comment.type BOOLEAN
		iface MIXER
		name 'IEC958 Output Switch'
		value true
	}
	control.55 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'VIA DXS Playback Volume'
		value.0 31
		value.1 31
	}
	control.56 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'VIA DXS Playback Volume'
		index 1
		value.0 31
		value.1 31
	}
	control.57 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'VIA DXS Playback Volume'
		index 2
		value.0 31
		value.1 31
	}
	control.58 {
		comment.access 'read write'
		comment.type INTEGER
		comment.range '0 - 31'
		iface MIXER
		name 'VIA DXS Playback Volume'
		index 3
		value.0 31
		value.1 31
	}
}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-27 17:29     ` Flo Gleixner
@ 2004-07-28 15:33       ` Takashi Iwai
  2004-07-28 22:36         ` Flo Gleixner
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2004-07-28 15:33 UTC (permalink / raw)
  To: Flo Gleixner; +Cc: alsa-devel

At Tue, 27 Jul 2004 19:29:25 +0200 (CEST),
Flo Gleixner wrote:
> 
> Thanks for answering!
> 
> Attached is the asound.state file. Playback of normal mp3 or wav files 
> with different sample rates work as usual.

I guess you're using an older version of ALSA.

Anyway, change 'Input Source Select' to 'Line'.
Also, you can turn 'Mic Boost' switch on.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-28 15:33       ` Takashi Iwai
@ 2004-07-28 22:36         ` Flo Gleixner
  2004-07-29 12:14           ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Flo Gleixner @ 2004-07-28 22:36 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel




>
> I guess you're using an older version of ALSA.

yes, indeed.

>
> Anyway, change 'Input Source Select' to 'Line'.

Hey, that did it! But why did i get a I/O Error in arecord if this is set 
to Mic?

> Also, you can turn 'Mic Boost' switch on.

That made it even better :-)

>
>
> Takashi
>

Thank you Takashi

Flo


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem recording with via 8235
  2004-07-28 22:36         ` Flo Gleixner
@ 2004-07-29 12:14           ` Takashi Iwai
  0 siblings, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2004-07-29 12:14 UTC (permalink / raw)
  To: Flo Gleixner; +Cc: alsa-devel

At Thu, 29 Jul 2004 00:36:09 +0200 (CEST),
Flo Gleixner wrote:
> 
> >
> > Anyway, change 'Input Source Select' to 'Line'.
> 
> Hey, that did it! But why did i get a I/O Error in arecord if this is set 
> to Mic?

It's not mic in fact.  In the newer version it was changed to more
generic names like Input1/Input2.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-07-29 12:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-23 14:52 Problem recording with via 8235 Flo Gleixner
2004-07-26 18:16 ` Flo Gleixner
2004-07-27 16:01   ` Takashi Iwai
2004-07-27 17:29     ` Flo Gleixner
2004-07-28 15:33       ` Takashi Iwai
2004-07-28 22:36         ` Flo Gleixner
2004-07-29 12:14           ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.