All of lore.kernel.org
 help / color / mirror / Atom feed
* amixer cget :Assertion `ctl && info && (info->id.name[0] || info->id.numid)' failed. Aborted
@ 2011-10-01  3:30 Raymond Yau
  2011-10-03 13:49 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Raymond Yau @ 2011-10-01  3:30 UTC (permalink / raw)
  To: ALSA Development Mailing List

There is assertion when specify iface=PCM  or iface=PCM,name='' when
using amixer -c0 cget

according to the synthax

[[iface=<iface>,][name='name',][index=<index>,][device=<device>,][subdevice=<subdevice>]]|[numid=<numid>]


amixer -c0 cget iface=PCM
amixer: control.c:258: snd_ctl_elem_info: Assertion `ctl && info &&
(info->id.name[0] || info->id.numid)' failed.
Aborted

amixer -c0 cget iface=PCM,name=''
amixer: control.c:258: snd_ctl_elem_info: Assertion `ctl && info &&
(info->id.name[0] || info->id.numid)' failed.
Aborted

amixer -c0 cget
Specify a full control identifier:
[[iface=<iface>,][name='name',][index=<index>,][device=<device>,][subdevice=<subdevice>]]|[numid=<numid>]


amixer -c0 cget iface=PCM,name='ILD'
amixer: Cannot find the given element from control hw:0

amixer -c0 cget iface=PCM,name='ILD',device=2
numid=45,iface=PCM,name='ILD',device=2
  ; type=INTEGER,access=rw------,values=2,min=0,max=2147483647,step=0
  : values=0,0

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

end of thread, other threads:[~2011-10-10 12:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-01  3:30 amixer cget :Assertion `ctl && info && (info->id.name[0] || info->id.numid)' failed. Aborted Raymond Yau
2011-10-03 13:49 ` Takashi Iwai
2011-10-05  7:25   ` Raymond Yau
2011-10-05  7:46     ` Takashi Iwai
2011-10-05  7:59       ` Jaroslav Kysela
2011-10-10  1:12       ` Raymond Yau
2011-10-10 12:29         ` 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.