]> git.alsa-project.org Git - alsa-utils.git/commit
alsa-info.sh: add card number to the ALSA module list section
authorJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2021 09:53:12 +0000 (10:53 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2021 09:55:14 +0000 (10:55 +0100)
commitc990f9a8ad2efebcf866045c219f194a8c67d064
tree970d846d8ac360e937d857335bbea07b359c8361
parent8cd781be74473a99c055a87548885e6349f71d1a
alsa-info.sh: add card number to the ALSA module list section

Previous output:

  !!Loaded ALSA modules
  !!-------------------

  snd_hda_intel
  snd_usb_audio

New output:

  !!Loaded ALSA modules
  !!-------------------

  snd_hda_intel (card 0)
  snd_usb_audio (card 1)

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsa-info/alsa-info.sh