Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-05-06 Thread Luca Weiss
Hi Srini, On Fri May 2, 2025 at 1:06 PM CEST, Srinivas Kandagatla wrote: > On 5/1/25 15:13, Luca Weiss wrote: >> Hi Srini, >> >> Srinivas Kandagatla schreef op 1 mei 2025 13:37:45 CEST: >>> On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: Sound machine drivers for Qualcomm SoCs c

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-05-02 Thread Srinivas Kandagatla
On 5/1/25 15:13, Luca Weiss wrote: > Hi Srini, > > Srinivas Kandagatla schreef op 1 mei 2025 13:37:45 CEST: >> On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: >>> Sound machine drivers for Qualcomm SoCs can be reused across multiple >>> SoCs. But user space ALSA UCM files depend on th

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-05-01 Thread Luca Weiss
Hi Srini, Srinivas Kandagatla schreef op 1 mei 2025 13:37:45 CEST: >On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: >> Sound machine drivers for Qualcomm SoCs can be reused across multiple >> SoCs. But user space ALSA UCM files depend on the card driver name which >> should be set per

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-05-01 Thread Srinivas Kandagatla
On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: > Sound machine drivers for Qualcomm SoCs can be reused across multiple > SoCs. But user space ALSA UCM files depend on the card driver name which > should be set per board/SoC. > > Allow such customization by using driver match data as s

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-25 Thread Mark Brown
On Fri, Apr 25, 2025 at 10:47:42PM +0200, Luca Weiss wrote: > On Fri Apr 25, 2025 at 9:03 PM CEST, Mark Brown wrote: > > Or base it on my tree and let things get sorted in the merge, I don't > > know what the conflicts might be? > For this patch here it might be okay but patch 3/5 from this serie

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-25 Thread Luca Weiss
On Fri Apr 25, 2025 at 9:03 PM CEST, Mark Brown wrote: > On Fri, Apr 25, 2025 at 08:19:39PM +0200, Luca Weiss wrote: > >> I've based this series on next-20250417 tag, so this is probably due to >> the changes from the USB sound offloading series that Greg has picked >> up. > >> So either Greg also

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-25 Thread Mark Brown
On Fri, Apr 25, 2025 at 08:19:39PM +0200, Luca Weiss wrote: > I've based this series on next-20250417 tag, so this is probably due to > the changes from the USB sound offloading series that Greg has picked > up. > So either Greg also picks up these changes when they're ready, or we > wait until 6

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-25 Thread Luca Weiss
Hi Mark, On Fri Apr 25, 2025 at 2:12 PM CEST, Mark Brown wrote: > On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: >> Sound machine drivers for Qualcomm SoCs can be reused across multiple >> SoCs. But user space ALSA UCM files depend on the card driver name which >> should be set per bo

Re: [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data

2025-04-25 Thread Mark Brown
On Fri, Apr 25, 2025 at 10:07:26AM +0200, Luca Weiss wrote: > Sound machine drivers for Qualcomm SoCs can be reused across multiple > SoCs. But user space ALSA UCM files depend on the card driver name which > should be set per board/SoC. This doesn't apply against current code, please check and re