Re: [alsa-devel] [PATCH v6 01/12] ALSA: ac97: split out the generic ac97 registers

2017-09-03 Thread Takashi Iwai
On Sat, 02 Sep 2017 21:54:03 +0200, Robert Jarzmik wrote: > > Split out from the ac97_codec.h the ac97 generic registers, which can be > used by a codec, typically a generic ac97 codec, and by the ac97 bus, to > scan an ac97 AC-Link. > > This split encompasses all the AC97 standard registers, but

[PATCH v6 01/12] ALSA: ac97: split out the generic ac97 registers

2017-09-02 Thread Robert Jarzmik
Split out from the ac97_codec.h the ac97 generic registers, which can be used by a codec, typically a generic ac97 codec, and by the ac97 bus, to scan an ac97 AC-Link. This split encompasses all the AC97 standard registers, but not the codec specific ones. In order to have a clean split between f