This post resolved it for me. I’m not sure if this gets changed via an update or something, but here’s what my resolution was.
Link: USB Mic Won't Work (Used To) - #2 by J_Montgomery_Mycroft
Here’s what I did and it resolved it. I uncommented the load-module lines, rebooted, and all was well.
sudo vi /etc/pulse/default.pa
uncomment and change:
load-module module-alsa-sink device=“hw:0”
load-module module-alsa-source device=“hw:0,0”
Hope that helps.
Sean