Re: [Alsa-user] Amixer - mute only one channel
Brought to you by:
perex
From: <vla...@pr...> - 2006-07-04 13:09:08
|
Thanks for quick reply, but when I try your recommended command, both channels are muted ... see below: [VtG@sys-volckov-n ~]$ amixer sset Line unmute 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 0 [0%] [on] Capture [off] Front Right: Playback 0 [0%] [on] Capture [off] [VtG@sys-volckov-n ~]$ amixer sset Line frontleft,mute 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 0 [0%] [off] Capture [off] Front Right: Playback 0 [0%] [off] Capture [off] Soundcard is intel8x0 (Intel 82801DB-ICH4). V. Jaroslav Kysela napsal(a): > On Tue, 4 Jul 2006, Vladimír Volčko wrote: > > >> Hi! >> >> It is posible mute only one channel by amixer? >> For example I need mute only left 'line' channel. Setting 0% volume is >> not solution. >> > > amixer sset Line frontleft,mute > > Jaroslav > |