From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54A41C3B18B for ; Thu, 13 Feb 2020 11:46:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27BDC217F4 for ; Thu, 13 Feb 2020 11:46:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729933AbgBMLqY (ORCPT ); Thu, 13 Feb 2020 06:46:24 -0500 Received: from mx2.suse.de ([195.135.220.15]:55404 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727059AbgBMLqY (ORCPT ); Thu, 13 Feb 2020 06:46:24 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A7355ABC7; Thu, 13 Feb 2020 11:46:22 +0000 (UTC) Date: Thu, 13 Feb 2020 12:46:22 +0100 Message-ID: From: Takashi Iwai To: Radoslaw Smigielski Cc: perex@perex.cz, tiwai@suse.com, corbet@lwn.net, alsa-devel@alsa-project.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [alsa-devel] [PATCH] ALSA: doc: fix snd_hda_intel driver name In-Reply-To: <20200213114352.GA742571@photon> References: <20200213103636.733463-1-radoslaw.smigielski@interia.pl> <20200213114352.GA742571@photon> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Feb 2020 12:43:52 +0100, Radoslaw Smigielski wrote: > > On Thu, Feb 13, 2020 at 11:58:04AM +0100, Takashi Iwai wrote: > > On Thu, 13 Feb 2020 11:36:37 +0100, > > Radoslaw Smigielski wrote: > > > > > > Update driver name snd-hda-intel to proper, existing driver > > > name snd_hda_intel in Documentation/sound/hd-audio/notes.rst. > > > > snd-hda-intel is correct from the module file name POV. > > Both are handled equivalently. > > > > > > thanks, > > > > Takashi > > > > Takashi-san, I agree that the names with hyphens (snd-hda-intel) > are present in help sections of many options in sound/pci/hda/Kconfig. > But snd-hda-intel is confusing from end user point of view. > After reading notes.rst, end user is going to do someting like this: > > lsmod | grep snd-hda-intel > > and this command gives false result. > > Also this modprobe.conf file is not going to work It must work. If not, it's a bug of modprobe :) Takashi > but it's an existing > example in Documentation/sound/hd-audio/notes.rst: > > > > - options snd-hda-intel patch=on-board-patch,hdmi-patch > > > Cheers, > Radek >