<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Microphone is visible by ALSA, but not recognized by PulseAudio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90781#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Microphone is visible by ALSA, but not recognized by PulseAudio"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90781">bug 90781</a>
              from <span class="vcard"><a class="email" href="mailto:nazar@mokrynskyi.com" title="Nazar Mokrynskyi <nazar@mokrynskyi.com>"> <span class="fn">Nazar Mokrynskyi</span></a>
</span></b>
        <pre>With this command:

arecord -Dplughw:CARD=S51,1 -f CD  test.wav

Sound is recorded properly.

However:

USB-Audio."SB Omni Surround 5.1".pcm.front {
           @args [ CARD ]
          @args.CARD { type string }
           type asym
          playback.pcm {

                          type hw
                          card $CARD
                          device 0

          }
          capture.pcm {

                          type hw
                          card $CARD
                          device 1

        }
}

and many other variations I've tried doesn't help.

I do not quite understand why there is a need to edit ALSA's file, since it
records sound properly out of the box, the problem seems to be inside
PulseAudio which doesn't see the output.
In alsamixer I can even switch between Line and Mic for <PCM Capture Source>
and both work properly with line added to /etc/puse/default.pa</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>