> +++ b/sound/pci/hda/tas2781_hda_i2c.c > @@ -189,6 +189,9 @@ static int tasdevice_get_profile_id(struct snd_kcontrol *kcontrol, > > ucontrol->value.integer.value[0] = tas_priv->rcabin.profile_cfg_id; > > + dev_dbg(tas_priv->dev, "%s: %d\n", __func__, Nit-pick: you don't need to add __func__ to dev_dbg logs, the user can add the information with the dyndbg parameter, e.g. options snd_intel_dspcfg dyndbg=+pmf dev_err/warn don't have this functionality though so in those cases there's no replacement for __func__
- Follow-Ups:
- Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- From: Takashi Iwai
- Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- From: Gergo Koteles
- Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- From: Andy Shevchenko
- Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- References:
- [PATCH 0/3] ALSA: hda/tas2781: fixes for 6.9-rc1
- From: Gergo Koteles
- [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- From: Gergo Koteles
- [PATCH 0/3] ALSA: hda/tas2781: fixes for 6.9-rc1
- Prev by Date: Re: [PATCH 07/28] platform: intel_ips: Use PCI_IRQ_INTX
- Next by Date: Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- Previous by thread: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- Next by thread: Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- Index(es):