]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/tas2781: Create a common header for both spi and i2c tas2781 hda driver
authorShenghao Ding <shenghao-ding@ti.com>
Wed, 16 Apr 2025 05:18:38 +0000 (13:18 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 16 Apr 2025 07:21:56 +0000 (09:21 +0200)
commit813e311e613442a748384a0ee0a8f45e4bac6ff7
tree85dd5e3248d7376b5b89644a66b86b6d2af7d7c5
parentbbf9d313492ab2c4c71e80e4cf3f1e7bc0f629d9
ALSA: hda/tas2781: Create a common header for both spi and i2c tas2781 hda driver

Move the common macro definition of kcontrols into a common header for code
cleanup, and create a common header to store the common declaration for
both spi and i2c hda driver.

Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20250416051838.2001-1-shenghao-ding@ti.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/tas2781_hda.h [new file with mode: 0644]
sound/pci/hda/tas2781_hda_i2c.c
sound/pci/hda/tas2781_hda_spi.c