Re: [PATCH v1 1/3] ASoC: tas2781: add capture_profile_id field and new tuning_switch prototype
Mark Brown <[email protected]> Mon, 3 Aug 2026 22:09:13 +0100
| Newsgroups | org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <[email protected]> |
--zHxPrnFfwPUVgbRa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Aug 01, 2026 at 10:08:19AM +0800, Shenghao Ding wrote: > --- > include/sound/tas2781-dsp.h | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > @@ -222,7 +227,7 @@ void tasdevice_calbin_remove(void *context); > int tasdevice_select_tuningprm_cfg(void *context, int prm, > int cfg_no, int rca_conf_no); > int tasdevice_prmg_load(void *context, int prm_no); > -void tasdevice_tuning_switch(void *context, int state); > +void tasdevice_tuning_switch(void *context, int state, bool is_cap); > int tas2781_load_calibration(void *context, char *file_name, > unsigned short i); This will break the build since it only updates the header, not the source file - each commit should build independently. --zHxPrnFfwPUVgbRa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmpxA3kACgkQJNaLcl1U h9C0Ggf/RBMHADynvItVGok1zQs+UzhJ6eg0eZjqo9yrHIFAWUDyblYdVUDogWGf QCTxES9sV29LaCDVEyQknSfEkcXBW/0NB6CQHw1ouALV+qXwnv3RcvPU3Ay2r3N6 fa5WORQzwQdRir+JmQmqWSy5XXqvo79IraMFsgUhvwRThJ46jgnB+EiJ5gIGIHOv uMG1CJ2OJttvAIbXRVuDxco/gTB2ikJulF24+uMz2Tgv+W1Rr/dPMaV1giVhK2pE ocfoOch6Tivyn83QEW2QoOOSYQbuSB6XFIgL2Y8ci8fGta/zfMf3jELm3UiO9aKE bm4lx27eDu8csrUz7Tdj/5Z4zYsZoA== =fCz+ -----END PGP SIGNATURE----- --zHxPrnFfwPUVgbRa--