public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
From: Arthur Marsh <arthur.marsh@internode.on.net>
To: tiwai@suse.de
Cc: amadeuszx.slawinski@linux.intel.com, baojun.xu@ti.com,
	bo.liu@senarytech.com, cezary.rojewski@intel.com,
	kai.vehmanen@linux.intel.com, kailang@realtek.com,
	linux-sound@vger.kernel.org, patches@opensource.cirrus.com,
	rf@opensource.cirrus.com
Subject: ALC887-VD line-in not visible
Date: Thu, 31 Jul 2025 12:50:57 +0930	[thread overview]
Message-ID: <20250731032059.4750-1-user@am64> (raw)
In-Reply-To: <20250709160434.1859-12-tiwai@suse.de>

Earlier this year I could use line-in on an Asus PRIME B350M-A motherboard,
with dmesg reporting:

 snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x14/
0x0/0x0/0x0/0x0) type:line
 snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
 snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
 snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
 snd_hda_codec_realtek hdaudioC0D0:    inputs:
 snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
 snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
 snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
 input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:08:00
.6/sound/card0/input6
 input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:08:0
0.6/sound/card0/input7
 input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:08:00.6/s
ound/card0/input8
 input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:08:00
.6/sound/card0/input9
 input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/000
0:08:00.6/sound/card0/input10

After the post-6.16 updates, I now get:

 snd_hda_codec_generic hdaudioC0D0: autoconfig for Generic: line_o
uts=1 (0x14/0x0/0x0/0x0/0x0) type:line
 snd_hda_codec_generic hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0
/0x0/0x0)
 snd_hda_codec_generic hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0
/0x0)
 snd_hda_codec_generic hdaudioC0D0:    mono: mono_out=0x0
 snd_hda_codec_generic hdaudioC0D0:    dig-out=0x11/0x0
 snd_hda_codec_generic hdaudioC0D0:    inputs:
 snd_hda_codec_generic hdaudioC0D0:      Rear Mic=0x18
 snd_hda_codec_generic hdaudioC0D0:      Front Mic=0x19
 snd_hda_codec_generic hdaudioC0D0:      Line=0x1a
 input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:0
8.1/0000:08:00.6/sound/card0/input6
 input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:
08.1/0000:08:00.6/sound/card0/input7
 input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/
0000:08:00.6/sound/card0/input8
 input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:0
8.1/0000:08:00.6/sound/card0/input9
 input: HD-Audio Generic Front Headphone as /devices/pci0000:00/00
00:00:08.1/0000:08:00.6/sound/card0/input10

lspci reports:

  lspci -v -s 0000:08:00.1
08:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Renoir Radeon High Definition Audio Controller
        Subsystem: ASUSTeK Computer Inc. Device 8809
        Flags: bus master, fast devsel, latency 0, IRQ 87, IOMMU group 11
        Memory at fca88000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
        Capabilities: [64] Express Legacy Endpoint, IntMsgNum 0
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [2a0] Access Control Services
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel


When using alsamixer, in the former case, I would get a "loopback" device, 
which when un-muted would enable line-in to work.

With the current git head kernel, I get no such loopback device and have been
unable to get audio via line input.

Any suggestions welcome.


  reply	other threads:[~2025-07-31  5:09 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-09 16:04 [PATCH 00/27] ALSA: Reorganize HD-audio driver code Takashi Iwai
2025-07-09 16:04 ` [PATCH 01/27] ALSA: hda: Move widget capability macros into hdaudio.h Takashi Iwai
2025-07-14  8:40   ` Cezary Rojewski
2025-07-09 16:04 ` [PATCH 02/27] ALSA: hda: Move HD-audio core stuff into sound/hda/core Takashi Iwai
2025-07-14  8:41   ` Cezary Rojewski
2025-07-09 16:04 ` [PATCH 03/27] ALSA: hda: Move common codec driver into sound/hda/common directory Takashi Iwai
2025-07-09 16:04 ` [PATCH 04/27] ALSA: hda: Move CONFIG_SND_HDA_PREALLOC_SIZE into sound/hda/common Takashi Iwai
2025-07-09 16:04 ` [PATCH 05/27] ALSA: hda: Move controller drivers into sound/hda/controllers directory Takashi Iwai
2025-10-14  3:41   ` [REGRESSION][BISECTED] My audio broke (was: [PATCH 05/27] ALSA: hda: Move controller drivers into sound/hda/controllers directory) Askar Safin
2025-10-14  6:04     ` Takashi Iwai
2025-10-15  4:37       ` Askar Safin
2025-10-15  5:51         ` Takashi Iwai
2025-10-15  6:49           ` Askar Safin
2025-10-15  7:47             ` Takashi Iwai
2025-10-15 11:44               ` Askar Safin
2025-10-15 12:05                 ` Takashi Iwai
2025-10-15 14:57                   ` Askar Safin
2025-10-15 15:18                     ` Takashi Iwai
2025-10-15 15:45                       ` Askar Safin
2025-10-15 15:54                         ` Takashi Iwai
2025-10-16  2:37                           ` Askar Safin
2025-10-16  4:50                             ` Askar Safin
2025-10-16  6:03                               ` Askar Safin
2025-10-16  9:52                                 ` Takashi Iwai
2025-10-28 12:05                                   ` Takashi Iwai
2025-10-28 13:03                                     ` Askar Safin
2025-10-29 12:23                                     ` Askar Safin
2025-12-02 19:21                                   ` Askar Safin
2025-12-03  9:42                                     ` Takashi Iwai
2025-12-06 21:39                                       ` Askar Safin
2025-12-09  7:57                                         ` Takashi Iwai
2025-12-09  9:27                                           ` Takashi Iwai
2025-12-10  1:45                                             ` Askar Safin
2025-12-10 13:00                                               ` Takashi Iwai
2025-12-10 13:55                                                 ` Thorsten Leemhuis
2025-12-11 18:11                                                 ` Askar Safin
2025-10-15 15:02                   ` Askar Safin
2025-10-15  5:01       ` Askar Safin
2025-07-09 16:04 ` [PATCH 06/27] ALSA: hda: Move codec drivers into sound/hda/codecs directory Takashi Iwai
2025-07-10 10:05   ` Richard Fitzgerald
2025-07-14  8:57   ` Cezary Rojewski
2025-07-14  9:04     ` Takashi Iwai
2025-07-14  9:08       ` Cezary Rojewski
2025-07-14  9:15         ` Takashi Iwai
2025-07-14  9:35           ` Cezary Rojewski
2025-07-14 10:17             ` Takashi Iwai
2025-07-09 16:04 ` [PATCH 07/27] ALSA: hda: Split Realtek HD-audio codec driver Takashi Iwai
2025-07-14  9:02   ` Cezary Rojewski
2025-07-09 16:04 ` [PATCH 08/27] ALSA: hda/hdmi: Split vendor codec drivers Takashi Iwai
2025-07-09 16:04 ` [PATCH 09/27] ALSA: hda: Introduce hda_codec_driver ops Takashi Iwai
2025-07-09 16:04 ` [PATCH 10/27] ALSA: hda/generic: Rewrite to new probe method Takashi Iwai
2025-07-09 16:04 ` [PATCH 11/27] ALSA: hda/realtek: " Takashi Iwai
2025-07-31  3:20   ` Arthur Marsh [this message]
2025-07-31  5:33     ` ALC887-VD line-in not visible Takashi Iwai
2025-07-31 12:32       ` Arthur Marsh
2025-07-31 12:37         ` Takashi Iwai
2025-07-31 13:01           ` Arthur Marsh
2025-07-09 16:04 ` [PATCH 12/27] ALSA: hda/cmedia: Rewrite to new probe method Takashi Iwai
2025-07-09 16:04 ` [PATCH 13/27] ALSA: hda/analog: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 14/27] ALSA: hda/ca0110: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 15/27] ALSA: hda/cirrus: Split to cs420x and cs421x drivers Takashi Iwai
2025-07-09 16:04 ` [PATCH 16/27] ALSA: hda/cs8409: Rewrite to new probe method Takashi Iwai
2025-07-10 10:25   ` Richard Fitzgerald
2025-07-09 16:04 ` [PATCH 17/27] ALSA: hda/conexant: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 18/27] ALSA: hda/senary: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 19/27] ALSA: hda/si3054: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 20/27] ALSA: hda/via: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 21/27] ALSA: hda/sigmatel: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 22/27] ALSA: hda/ca0132: " Takashi Iwai
2025-07-09 16:04 ` [PATCH 23/27] ALSA: hda/hdmi: " Takashi Iwai
2025-08-17 10:55   ` Mikhail Paulyshka
2025-08-18  7:18     ` Takashi Iwai
2025-07-09 16:04 ` [PATCH 24/27] ALSA: hda: Drop old codec binding method Takashi Iwai
2025-07-09 16:04 ` [PATCH 25/27] ALSA: hda: Drop superfluous driver->ops NULL checks Takashi Iwai
2025-07-09 16:04 ` [PATCH 26/27] MAINTAINERS: Adjust to the new HD-audio driver paths Takashi Iwai
2025-07-10 10:30   ` Richard Fitzgerald
2025-07-09 16:04 ` [PATCH 27/27] ALSA: hda: Return the codec init error properly at snd_hda_codec_build_controls() Takashi Iwai
2025-07-11 12:55 ` [PATCH 00/27] ALSA: Reorganize HD-audio driver code Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250731032059.4750-1-user@am64 \
    --to=arthur.marsh@internode.on.net \
    --cc=amadeuszx.slawinski@linux.intel.com \
    --cc=baojun.xu@ti.com \
    --cc=bo.liu@senarytech.com \
    --cc=cezary.rojewski@intel.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=kailang@realtek.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=patches@opensource.cirrus.com \
    --cc=rf@opensource.cirrus.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox