]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda: Remove convert_art_to_tsc()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 13 May 2024 10:38:07 +0000 (16:08 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 3 Jun 2024 09:18:50 +0000 (11:18 +0200)
commitb3266ed85f77047a9674100f0da8058750e5bc62
tree00a74c6b2ab4e6e1e7ca41d76ee4dcfb9ac5cb5b
parentf5e1d0db3f02b11a0d1ef433da1fa2c869176c82
ALSA: hda: Remove convert_art_to_tsc()

The core code now provides a mechanism to convert the ART base clock to the
corresponding TSC value without requiring an architecture specific
function.

Replace the direct conversion by filling in the required data.

No functional change intended.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Lakshmi Sowjanya D <lakshmi.sowjanya.d@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240513103813.5666-7-lakshmi.sowjanya.d@intel.com
sound/pci/hda/hda_controller.c