ALSA don't set or mute default and sysdefault capture devices.

Hello!
On Tumbleweed install alsa only! Pulseaudio removed. Using apulse for skype.

I have 1 soundcard (hw:0:0) and 1 webcamera with mic (hw:1:0) and in yast is selected as default (hw:0:0).
I’m using external mic (hw:0:0). Mic on web (hw:1:0) a’m not use, but it work if i specify in audacity capture device how hw:0:0 for external mic or hw:1:0 for mic on web.
With default and sysdefault playback devices all fine.
But capture default and sysdefault devices is mute or not set.
But if i specify capture devices in audacity how default or sysdefault, capture always mute (both microphones connected).
And also microphone always mute in firefox and chromium and telegram-desktop and this applicatons don’t have config for specifying capture device.
I understand that they use the default device for both playback and capture.

How can I specify default and sysdefault capture devices as hw:0:0?
Or why is it always silent?

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: 92HD81B1X5 Analog [92HD81B1X5 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
sysdefault:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
...................................................

arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: MID [HDA Intel MID], device 0: 92HD81B1X5 Analog [92HD81B1X5 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 2: F1020 [FaceCam 1020], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

arecord -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
sysdefault:CARD=MID
    HDA Intel MID, 92HD81B1X5 Analog
    Default Audio Device
front:CARD=MID,DEV=0
    HDA Intel MID, 92HD81B1X5 Analog
    Front speakers
default:CARD=F1020
    FaceCam 1020, USB Audio
    Default Audio Device
sysdefault:CARD=F1020
    FaceCam 1020, USB Audio
    Default Audio Device
................................................